addon traceback error #78693

Closed
opened 2020-07-07 07:15:33 +02:00 by Namrath V Murthy · 9 comments

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: AMD Radeon (TM) R5 M330 ATI Technologies Inc. 4.5.13587 Core Profile Context 20.4.2 26.20.15029.27017

Blender Version
Broken: version: 2.83.1, branch: master, commit date: 2020-06-25 09:47, hash: blender/blender@8289fc688b
Worked: (newest version of Blender that worked as expected)

Short description of error
[Please fill out a short description of the error here]

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

**System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: AMD Radeon (TM) R5 M330 ATI Technologies Inc. 4.5.13587 Core Profile Context 20.4.2 26.20.15029.27017 **Blender Version** Broken: version: 2.83.1, branch: master, commit date: 2020-06-25 09:47, hash: `blender/blender@8289fc688b` Worked: (newest version of Blender that worked as expected) **Short description of error** [Please fill out a short description of the error here] **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)]

Added subscriber: @Namrath

Added subscriber: @Namrath

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\modules\addon_utils.py", line 382, in enable
  mod.register()
File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\blenderkit\__init__.py", line 1638, in register
  search.register_search()
File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\blenderkit\search.py", line 1308, in register_search
  bpy.utils.register_class(c)

ValueError: register_class(...): already registered as a subclass 'SearchOperator'

Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\modules\addon_utils.py", line 382, in enable mod.register() File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\blenderkit\__init__.py", line 1638, in register search.register_search() File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\blenderkit\search.py", line 1308, in register_search bpy.utils.register_class(c) ``` ValueError: register_class(...): already registered as a subclass 'SearchOperator'
Member

Added subscribers: @VilemDuha, @lichtwerk

Added subscribers: @VilemDuha, @lichtwerk
Member

@VilemDuha : mind checking?

@VilemDuha : mind checking?
Member

There was a similar bug several Blender versions ago(2.81 i think).

What comes to my mind - possible some other addon can have the same class names, that could cause this. Can you @Namrath please check if this happens if you switch on only BlenderKit, or specify which combination of addons do you use?

edit: the operator in question has an id view3d.blenderkit_search, so it can hardly be any other addon. Anyway, since I can't reproduce, I need a better description on how to repeat the error (repeatedly registering/unregistering doesn't do it)

There was a similar bug several Blender versions ago(2.81 i think). What comes to my mind - possible some other addon can have the same class names, that could cause this. Can you @Namrath please check if this happens if you switch on only BlenderKit, or specify which combination of addons do you use? edit: the operator in question has an id view3d.blenderkit_search, so it can hardly be any other addon. Anyway, since I can't reproduce, I need a better description on how to repeat the error (repeatedly registering/unregistering doesn't do it)
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

Added subscriber: @ankitm

Added subscriber: @ankitm
Member

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'
Ankit Meel self-assigned this 2020-09-07 23:56:08 +02:00
Member

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 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#78693
No description provided.