BlenderProc
BlenderProc copied to clipboard
[BUG]: cc textures download crash
I ran the command below twice, it crashed both times, but on different textures.
blenderproc download cc_textures cctextures
I believe the crashes are simply because the cc0 textures server does not always respond with the texture. A retry mechanism in the download script might solve this.
Crash 1

Crash 2

I'm using the BlenderProc develop branch and am running Ubuntu 20.04.
Hey,
I agree a simple retry method should fix this. Of course, this assume this is just a really short interruption of the service and not a longer unavailability of certain assets.
Best regards, Max
We have rewritten this and it is now possible to restart the download at any point
Hi, I am having the issue that I am not able to download the cc_textures. Is this maybe related to the recent update bzw pull request? The error I get is the following:
OSError: [Errno 101] Network is unreachable
Are you also experiencing this? Thank you!
Hey,
Your error seems like you don't have an internet connection. Make sure your internet is working.
Best, Max
Ahah ok :sweat_smile:. So I guess you don't have the issue, it must be on my side.
I just tried copying and running the download_cc_textures.py script directly, and it is actually working.
If I try to use the alias blenderproc download cc_textures textures/ instead, I get the error :shrug:
In any case, I have found my workaround, so now I can keep trying BlenderProc. It really looks amazing, I am looking forward to it.
Thanks!