Closed
Bug 989424
Opened 12 years ago
Closed 12 years ago
Add-on uploads failing on stage
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: kmag, Unassigned)
References
Details
So, this got fixed on -dev by backing out the django upgrade. After which django was upgraded on olympia, and not backed out, so this is broken on addons stage now.
+++ This bug was initially created as a clone of Bug #986657 +++
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)
Comment 1•12 years ago
|
||
this was fixed on -dev by changing db config
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•10 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
•