NetworkRender and SSL -> wrap_socket() missing 1 required positional argument: 'sock' #50475
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#50475
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Linux - CentOS 7
Blender Version
Broken: 2.74 (CentOS 7) and 2.78.a-5 (Archlinux)
Short description of error
We have a "Blender Farm" with a master and a few slaves. Now we try to use SSL. I configured the path of the certificate and the key, but the Blender-Master crashed with the following error:
On all systems is CentOS7 and Blender 2.74 installed. I have found this thread https://developer.blender.org/rBA8b56ce969db281579bf35000ef7b20a8d9590dbb here and it seems that there are missing arguments in the file netrender/master.py. (Archlinux).
Here is a pic of the python code:
In the thread it seems fixed, but the arguments httpd.socket,certfile=cert_path in ssl.wrap_socket are still missing in current versions. I testet it also with blender 2.78.a-5 (Archlinux). After I inserted them by msyself, SSL works fine.
Exact steps for others to reproduce the error
Try to use SSL with key and certificate
Changed status to: 'Open'
Added subscriber: @blenderCMB
Added subscriber: @TheOnlyJoey
This comment was removed by @TheOnlyJoey
Though netrender is currently unmaintained and removed for 2.8, this seems to be a simple fix.
I will implement this and submit for review in a bit.
Thanks in advance for fixing it.
But another question, there will be no Network Render in Version 2.8? Is that a fix decision? I couldn't find anything on the internet concerning this.
This issue was referenced by
8c7a77ab5c
Changed status from 'Open' to: 'Resolved'
Fix is commited, please check the buildbot soon to check if it solved your case.
The current netrender addon will be removed, but alternatives will be provided.
Information on this will be available when its relevant.
Thanks, I checked it with the latest builds and it works.