500 Server Error on submit addon #241
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#241
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?
Details:
500 Server Error every time to upload a [addon]
https://drive.google.com/file/d/1pbMuskUM8N4OaMql3taUF4dp8aR4icky/view?usp=sharing
Hi, looking at server logs, I see that there are failed attempts due to missing
type
field in the manifest.This definitely should not be a 500 error, but a validation error, we'll work on that.
@Oleg-Komarov without looking at the code my guess would be a problem in the new license validation code (we check for type there).
Type is a mandatory field anyway, and we check it in the very beginning at
we just need to make sure the code doesn't crash on invalid toml_content
Thanks. Fixed and submited
I would rather we keep this open until we have a fix on the server. @Oleg-Komarov I can take a first look at it