AWS Thinkbox Discussion Forums

Got error when submit Nuke's job to deadline 10.0.7

Hi everyone,

My computer suddenly get this error when I submit nuke’s job to deadline.

“//BLOOM_FS1/DeadlineRepository10/submission/Nuke/Main” is already in the system path
Grabbing submitter info…
Reading sticky settings from C:\Users\Bloom06\AppData\Local\Thinkbox\Deadline10\settings\nuke_py_submission.ini
Found a total of 8 write nodes
Found a total of 0 write nodes within precomp nodes
Found a total of 0 nodes within smart vector nodes
Found a total of 0 nodes within Eddy cache nodes
Creating submission dialog…
Writing sticky settings…
Spawning submission thread…
Main Deadline thread exiting
Preparing job #1 for submission…
Exception in thread Thread-48:
Traceback (most recent call last):
File “C:\Program Files\Nuke11.3v1\lib\threading.py”, line 801, in __bootstrap_inner
self.run()
File “C:\Program Files\Nuke11.3v1\lib\threading.py”, line 754, in run
self.__target(*self.__args, **self.__kwargs)
File “//BLOOM_FS1/DeadlineRepository10/submission/Nuke/Main\SubmitNukeToDeadline.py”, line 1249, in SubmitJob
elif node.Class() == “EddyCacheNode”:
AttributeError: ‘NoneType’ object has no attribute ‘Class’

As you can see, it’s showing the error in some python files. But I don’t know anything about python.
I tried submit the blank nuke file and it work normal :expressionless:
Hope someone can help me in this case, thank you so much.

if it submits as a blank nuke file and works…

Is there anything specific to your nuke script that could make it crash?

can you submit a simple colour wheel to write node and does it work?

can you submit the same file with Eddy in it? or one of the Eddy sample files and does it work?

have you considered updating deadline?https://docs.thinkboxsoftware.com/products/deadline/10.0/1_User%20Manual/manual/release-notes.html

Hi,

Could you please tell me what is Eddy, my nuke doesn’t have it.

I have tried add a simple write node and it didn’t work.

Thank you.

it’s a Nuke plugin, there was a line that looked like it failed

elif node.Class() == “**EddyCacheNode**”:
AttributeError: ‘NoneType’ object has no attribute ‘Class’

maybe trash your nuke prefs (check the env var paths?) or clean your install?

Privacy | Site terms | Cookie preferences