State:New|TargetRelease:No Target|icon_bug|database:public|icon_mari|Resolution:Fixed|BugID:337218|
Problem summary
Nuke Studio 11.1 returns an error when the Nuke <> Mari Bridge is loaded
Customer reported version
4.0v2
Customer reported platform
centos7
Steps to reproduce
1) Set up the Nuke <> Mari Bridge by copying the relevant files from /Media/Scripts/Nuke to the .nuke folder, or by adding the Mari Bridge location to the nuke plugin paths using nuke.pluginAddPath() in the init.py file.
Further steps can be found here:
Q100203: Nuke <> Mari Bridge Connection Setup
Q100184: How to install the Nuke <> Mari bridge.
Traceback (most recent call last):
File "/swiss/tool/nuke-versions/11.1v2/plugins/nuke/callbacks.py", line 72, in onCreate
_doCallbacks(onCreates)
File "/swiss/tool/nuke-versions/11.1v2/plugins/nuke/callbacks.py", line 46, in _doCallbacks
f[0](f[1],*f[2])
File "/swiss/tool/mari-versions/Mari4.0v2/Media/Scripts/Nuke/mari_bridge.py", line 1440, in _rootKnobCreated
loadDefaults()
File "/swiss/tool/mari-versions/Mari4.0v2/Media/Scripts/Nuke/mari_bridge.py", line 1533, in loadDefaults
if not root[knob].value():
NameError: knob socketPort does not exist
import telnetlib
tn = telnetlib.Telnet("localhost", 6100)
tn.write("print 'I AM A MARI TEST'\n")
tn.write("\x04")
We're sorry to hear that
Please tell us why