Windows compatibility issue with Shaman URLs #74211

Closed
opened 2020-02-25 20:02:13 +01:00 by Francesco Siddi · 3 comments

From a reported message:

I downloaded Blender 2.82.7; cloud add-on v1.15 (latest version). In the “Flamenco Render” section of the “Render Properties” UI, there is no button or way to submit a render. Shouldn’t there be a button or is there another way to submit the render? Am I not setting some options, causing the button not to be displayed?

image001.png

Took a look at the system console and see following error:

location: <unknown location>:-1
Traceback (most recent call last):
  File "C:\Users\markscu\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\blender_cloud\flamenco\__init__.py", line 1069, in draw
    if is_file_inside_job_storage(prefs, Path(context.blend_data.filepath)):
  File "C:\Users\markscu\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\blender_cloud\flamenco\__init__.py", line 251, in is_file_inside_job_storage
    flamenco_job_file_path = Path(prefs.flamenco_job_file_path).absolute().resolve()
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\pathlib.py", line 1151, in resolve
    s = self._flavour.resolve(self, strict=strict)
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\pathlib.py", line 202, in resolve
    s = self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Program Files\\Blender Foundation\\Blender 2.82\\shaman:\\markscuflamenco2.westus2.cloudapp.azure.com'
From a reported message: > I downloaded Blender 2.82.7; cloud add-on v1.15 (latest version). In the “Flamenco Render” section of the “Render Properties” UI, there is no button or way to submit a render. Shouldn’t there be a button or is there another way to submit the render? Am I not setting some options, causing the button not to be displayed? ![image001.png](https://archive.blender.org/developer/F8369889/image001.png) > Took a look at the system console and see following error: ``` location: <unknown location>:-1 Traceback (most recent call last): File "C:\Users\markscu\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\blender_cloud\flamenco\__init__.py", line 1069, in draw if is_file_inside_job_storage(prefs, Path(context.blend_data.filepath)): File "C:\Users\markscu\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\blender_cloud\flamenco\__init__.py", line 251, in is_file_inside_job_storage flamenco_job_file_path = Path(prefs.flamenco_job_file_path).absolute().resolve() File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\pathlib.py", line 1151, in resolve s = self._flavour.resolve(self, strict=strict) File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\pathlib.py", line 202, in resolve s = self._ext_to_normal(_getfinalpathname(s)) OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Program Files\\Blender Foundation\\Blender 2.82\\shaman:\\markscuflamenco2.westus2.cloudapp.azure.com' ```
Sybren A. Stüvel was assigned by Francesco Siddi 2020-02-25 20:02:13 +01:00

Added subscriber: @fsiddi

Added subscriber: @fsiddi

This issue was referenced by archive/blender-cloud-addon@cc37e73bc6

This issue was referenced by archive/blender-cloud-addon@cc37e73bc64c0cf70637a306c6b4327d22430040
Sybren A. Stüvel changed title from Flamenco and Blender Cloud add-on to Windows compatibility issue with Shaman URLs 2020-03-03 10:46:04 +01:00

Changed status from 'Needs Triage' to: 'Resolved'

Changed status from 'Needs Triage' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: archive/blender-cloud#74211
No description provided.