blender kit not working <blender 2.9> #80467

Closed
opened 2020-09-04 14:52:43 +02:00 by ibrahim yousef · 25 comments

System Information
Operating system: Windows-10-10.0.17763-SP0 64 Bits
Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67

Blender Version
Broken: version: 2.90.0, branch: master, commit date: 2020-08-31 11:26, hash: blender/blender@0330d1af29
Worked: (newest version of Blender that worked as expected)

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

Short description of error
[blender kit not working "traceback report errors" ]

Exact steps for others to reproduce the error
[when i add it on the issu appears !]
[same on here https://developer.blender.org/T72181]

**System Information** Operating system: Windows-10-10.0.17763-SP0 64 Bits Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67 **Blender Version** Broken: version: 2.90.0, branch: master, commit date: 2020-08-31 11:26, hash: `blender/blender@0330d1af29` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: BlenderKit Online Asset Library (1, 0, 31) Author: Vilem Duha, Petr Dlouhy **Short description of error** [blender kit not working "traceback report errors" ] **Exact steps for others to reproduce the error** [when i add it on the issu appears !] [same on here https://developer.blender.org/T72181]
Author

Added subscriber: @thun9der

Added subscriber: @thun9der
ibrahim yousef changed title from blender kit to blender kit not working <blender 2.9> 2020-09-04 15:01:35 +02:00
Member

Added subscriber: @ankitm

Added subscriber: @ankitm
Member

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

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

Please tell us the errors you see. If possible, use console and copy paste the text from there.
https://docs.blender.org/manual/en/latest/advanced/command_line/launch/windows.html

Please tell us the errors you see. If possible, use console and copy paste the text from there. https://docs.blender.org/manual/en/latest/advanced/command_line/launch/windows.html
Author

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\modules\addon_utils.py", line 351, in enable
  mod = __import__(module_name)
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\__init__.py", line 51, in <module>
  from blenderkit import asset_inspector, search, download, upload, ratings, autothumb, ui, icons, bg_blender, paths, \
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\asset_inspector.py", line 25, in <module>
  from blenderkit import utils
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\utils.py", line 27, in <module>
  from blenderkit import paths, rerequests
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\paths.py", line 20, in <module>
  from blenderkit import tasks_queue, ui
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\ui.py", line 34, in <module>
  from blenderkit import paths, ratings, utils, search, upload, ui_bgl, download, bg_blender, colors, tasks_queue
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\ratings.py", line 27, in <module>
  from blenderkit import paths, utils, rerequests, tasks_queue
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\rerequests.py", line 28, in <module>
  from blenderkit import ui, utils, paths, tasks_queue, bkit_oauth
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\bkit_oauth.py", line 31, in <module>
  from blenderkit import tasks_queue, utils, paths, search, categories, oauth, ui, ui_panels
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\search.py", line 33, in <module>
  from blenderkit import paths, utils, categories, ui, colors, bkit_oauth, version_checker, tasks_queue, rerequests
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\categories.py", line 29, in <module>
  import requests
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\__init__.py", line 112, in <module>
  from . import utils
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\utils.py", line 27, in <module>
  from ._internal_utils import to_native_string
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\_internal_utils.py", line 11, in <module>
  from .compat import is_py2, builtin_str, str
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\compat.py", line 61, in <module>
  from http.cookies import Morsel
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 724, in exec_module
File "<frozen importlib._bootstrap_external>", line 859, in get_code
File "<frozen importlib._bootstrap_external>", line 917, in get_data

OSError: [Errno 9] Bad file descriptor

Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\modules\addon_utils.py", line 351, in enable mod = __import__(module_name) File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\__init__.py", line 51, in <module> from blenderkit import asset_inspector, search, download, upload, ratings, autothumb, ui, icons, bg_blender, paths, \ File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\asset_inspector.py", line 25, in <module> from blenderkit import utils File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\utils.py", line 27, in <module> from blenderkit import paths, rerequests File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\paths.py", line 20, in <module> from blenderkit import tasks_queue, ui File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\ui.py", line 34, in <module> from blenderkit import paths, ratings, utils, search, upload, ui_bgl, download, bg_blender, colors, tasks_queue File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\ratings.py", line 27, in <module> from blenderkit import paths, utils, rerequests, tasks_queue File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\rerequests.py", line 28, in <module> from blenderkit import ui, utils, paths, tasks_queue, bkit_oauth File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\bkit_oauth.py", line 31, in <module> from blenderkit import tasks_queue, utils, paths, search, categories, oauth, ui, ui_panels File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\search.py", line 33, in <module> from blenderkit import paths, utils, categories, ui, colors, bkit_oauth, version_checker, tasks_queue, rerequests File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\categories.py", line 29, in <module> import requests File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\__init__.py", line 112, in <module> from . import utils File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\utils.py", line 27, in <module> from ._internal_utils import to_native_string File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\_internal_utils.py", line 11, in <module> from .compat import is_py2, builtin_str, str File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\compat.py", line 61, in <module> from http.cookies import Morsel File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 677, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 724, in exec_module File "<frozen importlib._bootstrap_external>", line 859, in get_code File "<frozen importlib._bootstrap_external>", line 917, in get_data ``` OSError: [Errno 9] Bad file descriptor
Member

Added subscriber: @LazyDodo

Added subscriber: @LazyDodo
Member

Found https://github.com/pypa/pip/issues/6814
Could you run python -v -c "from http.cookies import Morsel" and see if the error is the same ? Also upload the error.
@LazyDodo Could this error be introduced by the update {rBL62440} ? "requests 2.23.0"

Found https://github.com/pypa/pip/issues/6814 Could you run `python -v -c "from http.cookies import Morsel"` and see if the error is the same ? Also upload the error. @LazyDodo Could this error be introduced by the update {rBL62440} ? "requests 2.23.0"
Author

where to run the code please ?

where to run the code please ?
Author

i dont think its the same problem

i dont think its the same problem
Author

my problem about blender kit add-on when i download the new version of blender it refused to work every time i tried to add it

my problem about blender kit add-on when i download the new version of blender it refused to work every time i tried to add it
Author

its used to work on blender 2.8

its used to work on blender 2.8
Author

In #80467#1009257, @ankitm wrote:
Found https://github.com/pypa/pip/issues/6814
Could you run python -v -c "from http.cookies import Morsel" and see if the error is the same ? Also upload the error.
@LazyDodo Could this error be introduced by the update {rBL62440} ? "requests 2.23.0"

i run the the code and this what i get

> In #80467#1009257, @ankitm wrote: > Found https://github.com/pypa/pip/issues/6814 > Could you run `python -v -c "from http.cookies import Morsel"` and see if the error is the same ? Also upload the error. > @LazyDodo Could this error be introduced by the update {rBL62440} ? "requests 2.23.0" i run the the code and this what i get
Author

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\modules\addon_utils.py", line 351, in enable
  mod = __import__(module_name)
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\__init__.py", line 51, in <module>
  from blenderkit import asset_inspector, search, download, upload, ratings, autothumb, ui, icons, bg_blender, paths, \
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\asset_inspector.py", line 25, in <module>
  from blenderkit import utils
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\utils.py", line 27, in <module>
  from blenderkit import paths, rerequests
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\paths.py", line 20, in <module>
  from blenderkit import tasks_queue, ui
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\ui.py", line 34, in <module>
  from blenderkit import paths, ratings, utils, search, upload, ui_bgl, download, bg_blender, colors, tasks_queue
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\ratings.py", line 27, in <module>
  from blenderkit import paths, utils, rerequests, tasks_queue
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\rerequests.py", line 28, in <module>
  from blenderkit import ui, utils, paths, tasks_queue, bkit_oauth
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\bkit_oauth.py", line 31, in <module>
  from blenderkit import tasks_queue, utils, paths, search, categories, oauth, ui, ui_panels
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\search.py", line 33, in <module>
  from blenderkit import paths, utils, categories, ui, colors, bkit_oauth, version_checker, tasks_queue, rerequests
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\categories.py", line 29, in <module>
  import requests
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\__init__.py", line 112, in <module>
  from . import utils
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\utils.py", line 27, in <module>
  from ._internal_utils import to_native_string
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\_internal_utils.py", line 11, in <module>
  from .compat import is_py2, builtin_str, str
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\compat.py", line 61, in <module>
  from http.cookies import Morsel
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 724, in exec_module
File "<frozen importlib._bootstrap_external>", line 859, in get_code
File "<frozen importlib._bootstrap_external>", line 917, in get_data

OSError: [Errno 9] Bad file descriptor

Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\modules\addon_utils.py", line 351, in enable mod = __import__(module_name) File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\__init__.py", line 51, in <module> from blenderkit import asset_inspector, search, download, upload, ratings, autothumb, ui, icons, bg_blender, paths, \ File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\asset_inspector.py", line 25, in <module> from blenderkit import utils File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\utils.py", line 27, in <module> from blenderkit import paths, rerequests File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\paths.py", line 20, in <module> from blenderkit import tasks_queue, ui File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\ui.py", line 34, in <module> from blenderkit import paths, ratings, utils, search, upload, ui_bgl, download, bg_blender, colors, tasks_queue File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\ratings.py", line 27, in <module> from blenderkit import paths, utils, rerequests, tasks_queue File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\rerequests.py", line 28, in <module> from blenderkit import ui, utils, paths, tasks_queue, bkit_oauth File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\bkit_oauth.py", line 31, in <module> from blenderkit import tasks_queue, utils, paths, search, categories, oauth, ui, ui_panels File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\search.py", line 33, in <module> from blenderkit import paths, utils, categories, ui, colors, bkit_oauth, version_checker, tasks_queue, rerequests File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\addons\blenderkit\categories.py", line 29, in <module> import requests File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\__init__.py", line 112, in <module> from . import utils File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\utils.py", line 27, in <module> from ._internal_utils import to_native_string File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\_internal_utils.py", line 11, in <module> from .compat import is_py2, builtin_str, str File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\python\lib\site-packages\requests\compat.py", line 61, in <module> from http.cookies import Morsel File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 677, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 724, in exec_module File "<frozen importlib._bootstrap_external>", line 859, in get_code File "<frozen importlib._bootstrap_external>", line 917, in get_data ``` OSError: [Errno 9] Bad file descriptor
Member

Removed subscriber: @LazyDodo

Removed subscriber: @LazyDodo
Member

no that is the error you already uploaded..
Run the code in console. https://docs.python.org/release/3.7.7/using/windows.html#launcher

no that is the error you already uploaded.. Run the code in console. https://docs.python.org/release/3.7.7/using/windows.html#launcher
Author

Capture.JPG

![Capture.JPG](https://archive.blender.org/developer/F8841141/Capture.JPG)
Author

thats what i`m getting

thats what i`m getting
Author
File "<blender_console>", line 1
  cd c:\<blender installation directory>
     ^

SyntaxError: invalid syntax

``` File "<blender_console>", line 1 cd c:\<blender installation directory> ^ ``` SyntaxError: invalid syntax
Author

In #80467#1009407, @ankitm wrote:
no that is the error you already uploaded..
Run the code in console. https://docs.python.org/release/3.7.7/using/windows.html#launcher

File "<blender_console>", line 1
  cd c:\<blender installation directory>
     ^

SyntaxError: invalid syntax

> In #80467#1009407, @ankitm wrote: > no that is the error you already uploaded.. > Run the code in console. https://docs.python.org/release/3.7.7/using/windows.html#launcher ``` File "<blender_console>", line 1 cd c:\<blender installation directory> ^ ``` SyntaxError: invalid syntax
Author

In #80467#1009220, @ankitm wrote:
Please tell us the errors you see. If possible, use console and copy paste the text from there.
https://docs.blender.org/manual/en/latest/advanced/command_line/launch/windows.html

hello

> In #80467#1009220, @ankitm wrote: > Please tell us the errors you see. If possible, use console and copy paste the text from there. > https://docs.blender.org/manual/en/latest/advanced/command_line/launch/windows.html hello
Member

You're confusing python console in Blender (which only runs python commands) with the Windows console.
https://tutorialdeep.com/python/execute-python-program/
Run py -v -c "from http.cookies import Morsel" in Windows console
or run from http.cookies import Morsel in Python console.

You're confusing python console in Blender (which only runs python commands) with the Windows console. https://tutorialdeep.com/python/execute-python-program/ Run `py -v -c "from http.cookies import Morsel"` in Windows console or run `from http.cookies import Morsel` in Python console.
Author

In #80467#1010818, @ankitm wrote:
You're confusing python console in Blender (which only runs python commands) with the Windows console.
https://tutorialdeep.com/python/execute-python-program/
Run py -v -c "from http.cookies import Morsel" in Windows console
or run from http.cookies import Morsel in Python console.

Capture.JPG

> In #80467#1010818, @ankitm wrote: > You're confusing python console in Blender (which only runs python commands) with the Windows console. > https://tutorialdeep.com/python/execute-python-program/ > Run `py -v -c "from http.cookies import Morsel"` in Windows console > or run `from http.cookies import Morsel` in Python console. ![Capture.JPG](https://archive.blender.org/developer/F8850406/Capture.JPG)
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 13:40:35 +02:00
Member

This seems an issue with your python installation since the screenshot you gave shows no Blender component.
Blender bug tracker doesn't host installation support tickets.

This seems an issue with your python installation since the screenshot you gave shows no Blender component. Blender bug tracker doesn't host installation support tickets.
Author

SO WHATS THE SOLUTION !

SO WHATS THE SOLUTION !
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#80467
No description provided.