Closed
Bug 1154437
Opened 10 years ago
Closed 10 years ago
[traceback] IntegrityError: (1062, "Duplicate entry '{3ef085b1-fe60-11df-8cff-0800200c9a66}' for key 'guid'")
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2015-05
People
(Reporter: krupa.mozbugs, Assigned: magopian)
References
()
Details
steps to reproduce:
1. Load https://addons-dev.allizom.org/en-US/developers/addon/submit/2
2. With the checkbox to host the add-on on AMO, upload a test add-on
3. After successful validation, click Continue
expected behavior:
Step 3 loads
actual behavior:
IntegrityError: (1062, "Duplicate entry '{3ef085b1-fe60-11df-8cff-0800200c9a66}' for key 'guid'")
POST
https://addons-dev.allizom.org/en-US/developers/addon/submit/2 [HTTP/1.1 500 INTERNAL SERVER ERROR 4014ms]
sentry: http://sentry.dmz.phx1.mozilla.com/addons/addons-dev/group/27269
Assignee | ||
Comment 1•10 years ago
|
||
PR: https://github.com/mozilla/olympia/pull/508
The STR are slightly different: this issue only happens if you had uploaded an UNLISTED addon previously with the same GUID.
1/ submit an unlisted addon (go through all the steps until it's submitted, no need to review it)
2/ try submitting the exact same addon (as listed or unlisted, it doesn't matter), or at least an addon with the exact same GUID
3/ if the bug is fixed, you'll have a validation error telling you the GUID is already used instead of the traceback/500
Assignee: nobody → mathieu
Target Milestone: 2015-04 → 2015-05
Assignee | ||
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Verified as fixed on AMO-dev FF38(Win 7).
Postfix screencast: http://screencast.com/t/vgrk6RroQ (http://screencast.com/t/wRVyxayVv4pC)
Closing bug.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•