Help > Report a Bug fails with a traceback: TypeError: register() takes from 2 to 3 positional arguments but 4 were given #68007
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#68007
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Mageia 7 x86_64 (Linux)
Graphics card: Intel HD Graphics 630
Blender Version
Broken: 2.80 (release)
Worked: not tested
Short description of error
When clicking the Help > Report a Bug menu entry, a traceback is displayed and the feature does not work:
Exact steps for others to reproduce the error
Added subscriber: @akien
blender/blender#68147 was marked as duplicate of this issue
I just tested 2.81-5359b7a03307 (2019-07-30) and the bug is reproducible too.
Added subscriber: @brecht
This is a bug in Python:
https://bugs.python.org/issue31014
I'm not very familiar with Python's release cycle but it seems fixes were merged in the
3.7
branch in July 2018 and November 2018, so I assume the bug might be fixed with 3.7.2 and later.Blender 2.80 seems to ship with 3.7.0, is there a specific reason to stay on that earlier release?
Worst case, since Blender ships its own Python build, it would be possible to backport the patches -- or work it around on the Blender side with some
try
/except
statements. It's a bit sad to hit a bug when you want to report a bug :)I found that it fails the first time you click the link, but seems to work on subsequent calls. (It's also not only related to Help > Report a Bug but any link meant to open in the browser). I'll send a patch that retries once on error.
Changed status from 'Confirmed' to: 'Resolved'
We upgraded to Python 3.7.4, this should be fixed now.
Added subscribers: @Vyach, @Mets