Hi, guys!
I’m trying to set up deadline rendering for Nuke using AYON. I’m using this topic to set up deadline.
At the end of rendering, I get the following errors:
DEBUG: Config data is: `{'path': 'C:\\Users\\user\\AppData\\Local\\Ynput\\AYON\\addons\\ayon_ocio_1.1.1\\ayon_ocio\\configs\\OpenColorIOConfigs\\aces_1.2\\config.ocio', 'template': '{BUILTIN_OCIO_ROOT}/aces_1.2/config.ocio'}`
DEBUG: http://192.168.0.30:5000 "POST /graphql HTTP/1.1" 200 105
DEBUG: Response <RestApiResponse [200]>
DEBUG: Looking for matching profile for: hosts: "nuke" | product_types: "render" | task_names: "compositing" | task_types: "Compositing"
DEBUG: "nuke" not found in "hosts": ['standalonepublisher']
DEBUG: "nuke" not found in "hosts": ['maya']
DEBUG: "nuke" not found in "hosts": ['traypublisher']
DEBUG: "nuke" not found in "hosts": ['max']
DEBUG: Profile selected: {'product_types': ['review', 'render', 'prerender'], 'hosts': [], 'task_types': [], 'task_names': [], 'template_name': 'render'}
INFO: Adding baking submission jobs as dependencies...
DEBUG: Submitting Deadline publish job ...
DEBUG: Starting new HTTP connection (1): 192.168.0.30:8081
DEBUG: http://192.168.0.30:8081 "POST //api/jobs HTTP/1.1" 404 0
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Ynput\AYON\dependency_packages\ayon_2502121840_windows.zip\dependencies\pyblish\plugin.py", line 528, in __explicit_process
runner(*args)
File "C:\Users\user\AppData\Local\Ynput\AYON\addons\deadline_0.5.4\ayon_deadline\plugins\publish\global\submit_publish_job.py", line 403, in process
deadline_publish_job_id = self._submit_deadline_post_job(
File "C:\Users\user\AppData\Local\Ynput\AYON\addons\deadline_0.5.4\ayon_deadline\plugins\publish\global\submit_publish_job.py", line 233, in _submit_deadline_post_job
return deadline_addon.submit_ayon_plugin_job(
File "C:\Users\user\AppData\Local\Ynput\AYON\addons\deadline_0.5.4\ayon_deadline\addon.py", line 222, in submit_ayon_plugin_job
return self.submit_job(
File "C:\Users\user\AppData\Local\Ynput\AYON\addons\deadline_0.5.4\ayon_deadline\addon.py", line 182, in submit_job
response.raise_for_status()
File "C:\Program Files\Ynput\AYON 1.1.1\dependencies\requests\models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://192.168.0.30:8081//api/jobs
The webservice is working correctly:
Even more, Deadline have got tasks and completed rendering:
I can’t get what’s going on. Any help appreciated. Thank you!