crowdrender / cr-docker

The official repository for the CrowdRender docker image
59 stars 8 forks source link

The docker image doesnt work on CR 0.3.2 #9

Closed Meowcat285 closed 2 years ago

Meowcat285 commented 2 years ago

Trying to start the container with CR version 0.3.2 results in the following error Traceback (most recent call last): File "/root/.config/blender/2.93/scripts/addons/crowdrender/src/py_3_9/serv_int_start.py", line 78, in <module> server_interface = crowdrender.src.py_3_9.server_interface AttributeError: module 'crowdrender.src' has no attribute 'py_3_9' dodgy, but trying to unregister anyway Crowd Render add-on Disabled

zocker-160 commented 2 years ago

can you tell me which docker image and tag you are using?

Meowcat285 commented 2 years ago

The :beta tag, but it also happens on the latest tag, but with a slightly different error.

can you tell me which docker image and tag you are using?

zocker-160 commented 2 years ago

I am able to reproduce this issue, we are looking into it.

0.3.1 works fine, so only the latest version is affected.

zocker-160 commented 2 years ago

@Meowcat285 would you please mind testing it again, I just pushed an update, which should fix this issue.

getochkn commented 2 years ago

That seemed to fix it. Thank you for the fast support. Glad to support the project.

zocker-160 commented 2 years ago

closing since this issues seems to be fixed

please reopen if this is not the case