Add-ons error python: traceback #101474

Closed
opened 2022-09-29 17:55:59 +02:00 by Erick · 2 comments

System Information
Operating system: Windows 11
Graphics card: Nvidia GTX 1050

Blender Version
Broken: 3.3.0

Short description of error

Python: Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\startup\bl_operators\userpref.py", line 686, in execute
  addons_new = {mod.__name__ for mod in addon_utils.modules()} - addons_old
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 190, in modules
  modules_refresh(module_cache=module_cache)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 163, in modules_refresh
  print(

OSError: [WinError 233] There is no process at the other end of the channeling

Exact steps for others to reproduce the error
When I try to install an add-on I always get the same three lines of code that have an error, search a lot and find nothing, uninstall and install, change the files, use other versions of blender but nothing has worked, I have the problem that it does not import or export in FBX, but it is a separate issue, before I used the 3.2.0 of blender and everything worked well, when I update everything started to fail

I would appreciate any option thank you.

**System Information** Operating system: Windows 11 Graphics card: Nvidia GTX 1050 **Blender Version** Broken: 3.3.0 **Short description of error** Python: Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\startup\bl_operators\userpref.py", line 686, in execute addons_new = {mod.__name__ for mod in addon_utils.modules()} - addons_old File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 190, in modules modules_refresh(module_cache=module_cache) File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 163, in modules_refresh print( ``` OSError: [WinError 233] There is no process at the other end of the channeling **Exact steps for others to reproduce the error** When I try to install an add-on I always get the same three lines of code that have an error, search a lot and find nothing, uninstall and install, change the files, use other versions of blender but nothing has worked, I have the problem that it does not import or export in FBX, but it is a separate issue, before I used the 3.2.0 of blender and everything worked well, when I update everything started to fail I would appreciate any option thank you.
Author

Added subscriber: @Srtheboxq

Added subscriber: @Srtheboxq

Closed as duplicate of blender/blender#99440

Closed as duplicate of blender/blender#99440
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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: blender/blender-addons#101474
No description provided.