State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:611675|
Problem summary:
Reconnecting Media during a Sync Session can cause the kClipKnobChanged event to trigger continuously
Customer reported version:
Hiero Player 15.1v4
Customer reported platform:
Alma 9
Steps to reproduce:
1) Download the attached TestClip.mov and TestClipCopy.mov and launch two separate instances of Nuke Studio
2) In one instance, navigate to File > Import File(s)... and select the TestClip.mov
3) Drag this Clip to the Timeline to create a new Sequence
4) Open the Sync Session panel and Host a session
5) In the other instance of Nuke Studio, open the Sync Session panel and Connect to the current session
6) From either instance of Nuke Studio, open the Script Editor and execute the following code:
def clip_knob_changed(event): print(f"Knob changed: {event}") hiero.core.events.registerInterest("kClipKnobChanged", clip_knob_changed) 7) Without changing your Nuke Studio instance, right-click the TestClip's TrackItem and navigate to Clip > Reconnect Media...kClipKnobChanged event is continuously triggered: 
.reconnectMedia() Python method instead of Reconnecting Media via the UI.We're sorry to hear that
Please tell us why