Extentions install error #119972

Closed
opened 2024-03-27 17:55:59 +01:00 by Aspirata · 5 comments

System Information
Operating system: Windows 11
Graphics card: 2060

Blender Version
Broken: 4.2
Worked: It never worked

Short description of error
I can't install any extension

Exact steps for others to reproduce the error
idk how to reproduce it. I just get this error when trying to install extension. I think you can try to install https://extensions.blender.org/add-ons/node-group-utilities/ to reproduce my error

Python: Traceback (most recent call last):
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1550, in invoke
return self._invoke_for_drop(context, event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1558, in _invoke_for_drop
repo_index, repo_name, pkg_id, item_remote, item_local = extension_url_find_repo_index_and_pkg_id(url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 165, in extension_url_find_repo_index_and_pkg_id
for pkg_id, item_remote in pkg_manifest_remote.items():
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'items'

**System Information** Operating system: Windows 11 Graphics card: 2060 **Blender Version** Broken: 4.2 Worked: It never worked **Short description of error** I can't install any extension **Exact steps for others to reproduce the error** idk how to reproduce it. I just get this error when trying to install extension. I think you can try to install https://extensions.blender.org/add-ons/node-group-utilities/ to reproduce my error Python: Traceback (most recent call last): File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1550, in invoke return self._invoke_for_drop(context, event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1558, in _invoke_for_drop repo_index, repo_name, pkg_id, item_remote, item_local = extension_url_find_repo_index_and_pkg_id(url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 165, in extension_url_find_repo_index_and_pkg_id for pkg_id, item_remote in pkg_manifest_remote.items(): ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'items'
Aspirata added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2024-03-27 17:55:59 +01:00
Iliya Katushenock added the
Interest
Python API
label 2024-03-27 17:57:37 +01:00
Author

I'm getting this error when trying to install extension locally

Python: Traceback (most recent call last):
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 687, in modal
self.exec_command_finish()
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1321, in exec_command_finish
item_local = pkg_manifest_local.get(self.pkg_id)
^^^^^^^^^^^
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\modules\bpy_types.py", line 939, in getattribute
return super().getattribute(attr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'BlPkgPkgInstallFiles' object has no attribute 'pkg_id'

I'm getting this error when trying to install extension locally Python: Traceback (most recent call last): File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 687, in modal self.exec_command_finish() File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1321, in exec_command_finish item_local = pkg_manifest_local.get(self.pkg_id) ^^^^^^^^^^^ File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\modules\bpy_types.py", line 939, in __getattribute__ return super().__getattribute__(attr) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'BlPkgPkgInstallFiles' object has no attribute 'pkg_id'
Richard Antalik added
Module
User Interface
Status
Confirmed
and removed
Status
Needs Triage
labels 2024-03-27 20:20:19 +01:00
Member
cc @ideasman42
Campbell Barton self-assigned this 2024-03-28 10:32:54 +01:00
Fixed blender/blender-addons-contrib@895679e6517d88feacb4c902cd69e06e32b83e4a
Blender Bot added
Status
Archived
and removed
Status
Confirmed
labels 2024-03-29 05:14:47 +01:00
Author

Yeah, but i'm still getting an error when installing from browser

Python: Traceback (most recent call last):
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1584, in invoke
return self._invoke_for_drop(context, event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1592, in _invoke_for_drop
repo_index, repo_name, pkg_id, item_remote, item_local = extension_url_find_repo_index_and_pkg_id(url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 165, in extension_url_find_repo_index_and_pkg_id
for pkg_id, item_remote in pkg_manifest_remote.items():
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'items'

Yeah, but i'm still getting an error when installing from browser Python: Traceback (most recent call last): File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1584, in invoke return self._invoke_for_drop(context, event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 1592, in _invoke_for_drop repo_index, repo_name, pkg_id, item_remote, item_local = extension_url_find_repo_index_and_pkg_id(url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.2\scripts\addons_contrib\bl_pkg\bl_extension_ops.py", line 165, in extension_url_find_repo_index_and_pkg_id for pkg_id, item_remote in pkg_manifest_remote.items(): ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'items'
Aspirata reopened this issue 2024-03-31 17:44:30 +02:00
Blender Bot added
Status
Needs Triage
and removed
Status
Archived
labels 2024-03-31 17:44:31 +02:00
Pratik Borhade added
Status
Needs Info from Developers
and removed
Status
Needs Triage
labels 2024-04-01 05:19:50 +02:00

@Aspirata this is a separate issue - caused by dropping a URL into Blender before syncing with the remote repository.
Fixed blender/blender-addons-contrib@84d0b4942e.

@Aspirata this is a separate issue - caused by dropping a URL into Blender before syncing with the remote repository. Fixed blender/blender-addons-contrib@84d0b4942ec97de7927fcd45439dd9763a7f149e.
Blender Bot added
Status
Archived
and removed
Status
Needs Info from Developers
labels 2024-04-01 07:34:54 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 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#119972
No description provided.