"Report and solve bugs" causes an unhandled exception #73491
Labels
No Label
legacy module
Rendering & Cycles
legacy module
User Interface
legacy project
Cycles
legacy project
Documentation
legacy project
Infrastructure: blender.org
legacy project
Infrastructure: Blender Web Assets
legacy project
Infrastructure: Websites
legacy project
User Interface
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
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: infrastructure/blender-org#73491
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?
On the right side of [Report and solve bugs ](https:*www.blender.org/get-involved/developers/ ]] page there's a part called "Report Bugs, Submit Code". The second link [[ https:*developer.blender.org/maniphest/project/2/type/Bug/) will lead to an unhandled exception "Unknown task type" to the website.
Added subscriber: @RigoLigo
Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @EAW
Confirmed.
Perhaps it should link tohttps://developer.blender.org/maniphest/project/2/
Instead ofhttps://developer.blender.org/maniphest/project/2/type/Bug/
Edit: @rjg posted the correct fix below.
Added subscriber: @rjg
URLs are case sensitive, replace the upper case "B" (https:*developer.blender.org/maniphest/project/2/type/Bug/) with a lower case "b" (https:*developer.blender.org/maniphest/project/2/type/bug/) and the link works properly.
Added subscriber: @Blendify
Changed status from 'Confirmed' to: 'Resolved'
Fixed