Server Error when using: /api/internal/extensions-awaiting-review/ #263
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#263
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?
It returns a 500 Server Error.
The API code is assuming all the extensions have a valid latest_version. However this is not the case to some extensions.
I don't know:
For the records, the issue is on the function
extensions_awaiting_review
, on the line:version.extension = extension
, because version is None.Found it, the issue is the :
https://extensions.blender.org/approval-queue/render-at-specific-dpi/
In this case the author deleted the version (probably intended to delete the extension?).
Which means indeed we should account for this scenario.
Interesting...
@dfelinto can you delete that extension in the meantime? Will that let me pull from server?
@nickberckley no need, I pushed a fix (and deployed in production).