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
Hope someone can help me in this case, thank you so much.