Closed krishnaavril closed 1 month ago
btw when we change the plugin to 1.0.4 in deadline ayon plugin, its rendering fine. I believe this is a ayon issue.
Please update your GlobalJobPreLoad and try again. You are on 1.1.0
but in deadline repo there's 1.1.3?
Also, on that worker - can you manually try the command line call like:
set AYON_SERVER_URL=http://192.168.168.168:5000
set AYON_API_KEY=87866d2d8f70409282d853ec479db6c7
set AYON_BUNDLE_NAME=LBS_0087
\\avril\softwares\applications\Ynput\AYON 1.0.4\ayon_console.exe --headless addon applications extractenvironments C:\Users\RENDER~1.001\AppData\Local\Temp\20240913080617270422_0d93b898-71a7-11ef-8426-ac50de58f4a0.json --envgroup farm --project Barroz --folder /RA_08/SH_6210 --task fx --app houdini/20.0.547
But then of course set other required environment variables if needed. And update that temp path to a valid location.
btw when we change the plugin to 1.0.4 in deadline ayon plugin, its rendering fine
Which plug-in, where? are you referring to GlobalJobPreLoad.py
or?
btw when we change the plugin to 1.0.4 in deadline ayon plugin, its rendering fine
Which plug-in, where? are you referring to
GlobalJobPreLoad.py
or?
I was referring to this plugin,
Yes, I'll test with the latest GlobalJobPreload.py
is this still an issue? If so, can you post how PATH
looks like on farm?
Sorry, I missed this. I'll test again and let you know.
we were using old globalpreload.py currently as the new one is giving some python print issues, I'll solve that and post the latest bug report here
It's rendering fine now after updatingGlobalJobPreload.py
the new one is giving some python print issues, I'll solve that and post the latest bug report here
Could you elaborate on what you had to change? Are you running an old Deadline in Python 2 mode, or?
Repository Version: 10.2.1.1 (094cbe890)
I think we are using python3. But I'm really not sure why it's giving error with print functions. basically comment the print function to get it to work, since its working I wasn't able to debug why it is causing the error, I'll have to debug that sometime when I get time...
Even old version of GlobalJobPreLoad.py we commented the print function
That Deadline version still supports Python 2 sandbox - so you MAY be running Python 2 there.
Can you check this setting:
It should be set to 3.
We do have the "shebang" in the relevant files I believe as described here, for example here: https://github.com/ynput/ayon-deadline/blob/6f5b59fb6ebd02403fabcb859c48fd753cf3f2a3/client/ayon_deadline/repository/custom/plugins/GlobalJobPreLoad.py#L1
However, it seems that we may be missing an !
exclamation point there.
Our is:
ours:
# /usr/bin/env python3
in their example:
#!/usr/bin/env python3
So it might be worth it also to test whether adding that exclamation point there works for you.
Is there an existing issue for this?
Current Behavior:
When submitting the arnold renders with ayon plugin 1.1.0 in deadline is giving us renders
Expected Behavior:
Arnold renders should work with latest launcher 1.1.0
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Create arnold node in houdini Submit renders throw ayon to deadline render should get done without any errors
Are there any labels you wish to add?
Relevant log output:
Additional context:
No response