Closed
Bug 986657
Opened 11 years ago
Closed 11 years ago
Add-on uploads failing on -dev
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 986692
2014-03-25
People
(Reporter: kmag, Unassigned)
References
Details
All of my uploads are failing validation with a 404 error. Oddly, this is happening before the upload has even completed, before validation has even run. This needs to be fixed ASAP if it's going to affect prod.
Sentry URL:
http://sentry.dmz.phx1.mozilla.com/addons/addons-dev/group/18621/
Aggregate Details:
* First Seen: 10 minutes ago
* Last Seen: 3 minutes ago
* Number of tracebacks: undefined
Traceback:
Stacktrace (most recent call last):
File "celery/task/trace.py", line 233, in trace_task
R = retval = fun(*args, **kwargs)
File "celery/task/trace.py", line 420, in __protected_call__
return self.run(*args, **kwargs)
File "nuggets/celeryutils.py", line 35, in wrapped
return fun(*args, **kw)
File "amo/decorators.py", line 157, in wrapper
return f(*args, **kw)
File "amo/decorators.py", line 149, in wrapper
return f(*args, **kw)
File "devhub/tasks.py", line 44, in validator
upload = FileUpload.objects.get(pk=upload_id)
File "django/db/models/manager.py", line 151, in get
return self.get_queryset().get(*args, **kwargs)
File "django/db/models/query.py", line 307, in get
self.model._meta.object_name)
Reporter | ||
Updated•11 years ago
|
Target Milestone: --- → 2014-03-25
Comment 1•11 years ago
|
||
this seems same as bug 986692. Duping for now. If you disagree, reopen.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•