You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
Traceback (most recent call last):
File "e:\BlenderProjects\blender_vscode\pythonFiles\launch.py", line 26, in <module>
blender_vscode.startup(
File "e:\BlenderProjects\blender_vscode\pythonFiles\include\blender_vscode\__init__.py", line 30, in startup
communication.setup(editor_address, path_mappings)
File "e:\BlenderProjects\blender_vscode\pythonFiles\include\blender_vscode\communication.py", line 26, in setup
DEBUGPY_PORT = start_debug_server()
^^^^^^^^^^^^^^^^^^^^
File "e:\BlenderProjects\blender_vscode\pythonFiles\include\blender_vscode\communication.py", line 63, in start_debug_server
debugpy.listen(("localhost", port))
File "C:\Users\grzel\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\modules\debugpy\public_api.py", line 31, in wrapper
return wrapped(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\grzel\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\modules\debugpy\server\api.py", line 143, in debug
log.reraise_exception("{0}() failed:", func.__name__, level="info")
File "C:\Users\grzel\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\modules\debugpy\server\api.py", line 141, in debug
return func(address, settrace_kwargs, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\grzel\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\modules\debugpy\server\api.py", line 262, in listen
raise RuntimeError(str(endpoints["error"]))
RuntimeError: Can't listen for client connections: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
Mateusz-Grzelinski
changed the title
Sometimes Blender uses privilaged port what results in
Sometimes Blender uses privilaged port what results in RuntimeError
Sep 6, 2024
The text was updated successfully, but these errors were encountered: