Inability to reach Blender ID causes 500 Internal Server Error #54404
Labels
No Label
legacy project
Infrastructure: Websites
legacy project
Pillar
legacy project
Pillar Framework
legacy project
Pillar Website
Priority::High
Priority::Low
Priority::Normal
Status::Archived
Status::Confirmed
Status::Resolved
Type::Bug
Type::Design
Type::Patch
Type::Report
Type::To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: archive/pillar#54404
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?
I got this stack trace while running inside Docker on my desktop, auth'ing against the real Blender ID:
I think it would be a good idea to do some exception catching in
pillar/auth/oauth.py", line 154, in callback
(and other places in our OAuth code) so that a reasonable error message is shown to the user, rather than simply crashing hard.Added subscriber: @dr.sybren
Added subscriber: @fsiddi