Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blender > Cascadeuer Export: PermissionError: [WinError 10013] Der Zugriff auf einen Socket war aufgrund der Zugriffsrechte des Sockets unzulässig #54

Open
tkbi opened this issue Feb 1, 2024 · 0 comments

Comments

@tkbi
Copy link

tkbi commented Feb 1, 2024

I have installed
Cascadeur :Program version: 2023.1.1 License: Basic
Blender: 3.6.8 from Blender Foundation
File "C:\Program Files\Blender Foundation\Blender 3.6\

I get an error while export to cascadeuer:

Python: Exception ignored in: <function CBB_OT_export_blender_fbx.del at 0x0000015235FE3250>
Traceback (most recent call last):
File "C:\Users\t\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\cascadeur_bridge\operators\fbx_transfer.py", line 106, in del
self.server_socket.close()
File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\bpy_types.py", line 854, in getattribute
properties = StructRNA.path_resolve(self, "properties")
ReferenceError: StructRNA of type CBB_OT_export_blender_fbx has been removed
Traceback (most recent call last):
File "C:\Users\t\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\cascadeur_bridge\operators\fbx_transfer.py", line 133, in execute
self.server_socket = ServerSocket()
File "C:\Users\t\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\cascadeur_bridge\utils\server_socket.py", line 15, in init
self.sock.bind((self._host, self._port))
PermissionError: [WinError 10013] Der Zugriff auf einen Socket war aufgrund der Zugriffsrechte des Sockets unzulässig

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\t\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\cascadeur_bridge\operators\fbx_transfer.py", line 135, in execute
self.report({"ERROR"}, e)
TypeError: CBB_OT_export_blender_fbx.report(): error with argument 2, "message" - Function.message expected a string type, not PermissionError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant