BlenderKit Not Showing Thumbnails #79450

Closed
opened 2020-08-01 18:36:34 +02:00 by Leonard Gullo II · 6 comments

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.77

Blender Version
Broken: version: 2.83.2, branch: master, commit date: 2020-07-09 05:50, hash: blender/blender@239fbf7d93
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: BlenderKit Online Asset Library (1, 0, 30)
Author: Vilem Duha, Petr Dlouhy

Short description of error
Getting this error when trying to use BlenderKit. No thumbnails are appearing when searching.

Traceback (most recent call last):
  File "E:\Blender 2.83\2.83\scripts\addons\blenderkit\search.py", line 222, in timer_update
    bpy.ops.object.run_assetbar_fix_context()
  File "E:\Blender 2.83\2.83\scripts\modules\bpy\ops.py", line 201, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Traceback (most recent call last):
  File "E:\Blender 2.83\2.83\scripts\addons\blenderkit\ui.py", line 1819, in execute
    C_dict = bpy.context.copy()
  File "E:\Blender 2.83\2.83\scripts\modules\bpy_types.py", line 47, in copy
    value = getattr(self, attr)
  File "C:\Users\Kalyper\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py", line 102, in getSelection
    if self.object == None:
AttributeError: 'Context' object has no attribute 'object'

location: E:\Blender 2.83\2.83\scripts\modules\bpy\ops.py:201

Exact steps for others to reproduce the error
Only steps I did was activate the addon. Then try to search a category.

**System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.77 **Blender Version** Broken: version: 2.83.2, branch: master, commit date: 2020-07-09 05:50, hash: `blender/blender@239fbf7d93` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: BlenderKit Online Asset Library (1, 0, 30) Author: Vilem Duha, Petr Dlouhy **Short description of error** Getting this error when trying to use BlenderKit. No thumbnails are appearing when searching. ``` Traceback (most recent call last): File "E:\Blender 2.83\2.83\scripts\addons\blenderkit\search.py", line 222, in timer_update bpy.ops.object.run_assetbar_fix_context() File "E:\Blender 2.83\2.83\scripts\modules\bpy\ops.py", line 201, in __call__ ret = op_call(self.idname_py(), None, kw) RuntimeError: Error: Traceback (most recent call last): File "E:\Blender 2.83\2.83\scripts\addons\blenderkit\ui.py", line 1819, in execute C_dict = bpy.context.copy() File "E:\Blender 2.83\2.83\scripts\modules\bpy_types.py", line 47, in copy value = getattr(self, attr) File "C:\Users\Kalyper\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\xtrapicker\XTRA_PICKER_SERVER.py", line 102, in getSelection if self.object == None: AttributeError: 'Context' object has no attribute 'object' location: E:\Blender 2.83\2.83\scripts\modules\bpy\ops.py:201 ``` **Exact steps for others to reproduce the error** Only steps I did was activate the addon. Then try to search a category.

Added subscriber: @Kalyper

Added subscriber: @Kalyper

Added subscriber: @rjg

Added subscriber: @rjg

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

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

It seems you have a third-party add-on labeled "xtrapicker" (this could be the X-Pose picker add-on) installed that seems to interfere with BlenderKit. Please try to deactivate it and check if this resolves the issue.

It seems you have a third-party add-on labeled "xtrapicker" (this could be the X-Pose picker add-on) installed that seems to interfere with BlenderKit. Please try to deactivate it and check if this resolves the issue.

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

Changed status from 'Needs User Info' to: 'Archived'
Robert Guetzkow self-assigned this 2020-08-12 18:27:43 +02:00

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
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#79450
No description provided.