Closed
Bug 927469
Opened 12 years ago
Closed 12 years ago
[traceback] When saving manifest URL: AttributeError: 'tuple' object has no attribute 'get'
Categories
(Marketplace Graveyard :: Developer Pages, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
2013-10-21
People
(Reporter: kumar, Assigned: mat)
Details
STR: As an admin, edit the manifest URL for an app and click save.
on stage: http://sentry.dmz.phx1.mozilla.com/addons/marketplace-stage/group/16920/
AttributeError: 'tuple' object has no attribute 'get'
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "newrelic/api/object_wrapper.py", line 216, in __call__
self._nr_instance, args, kwargs)
File "newrelic/hooks/framework_django.py", line 475, in wrapper
return wrapped(*args, **kwargs)
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 "python2.6/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "amo/models.py", line 38, in skip_cache
yield
File "amo/decorators.py", line 149, in wrapper
return f(*args, **kw)
File "addons/decorators.py", line 33, in wrapper
return f(request, addon, *args, **kw)
File "amo/decorators.py", line 32, in wrapper
return func(request, *args, **kw)
File "mkt/developers/decorators.py", line 49, in wrapper
return fun()
File "mkt/developers/decorators.py", line 28, in <lambda>
*args, **kw)
File "mkt/developers/views.py", line 487, in refresh_manifest
_update_manifest(addon_id, True, ())
File "mkt/webapps/tasks.py", line 134, in _update_manifest
failed_fetches[id] = failed_fetches.get(id, 0) + 1
Also, this may or may not be related: http://sentry.dmz.phx1.mozilla.com/addons/marketplace-stage/group/16828/
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → mpillard
Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → 2013-10-21
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•12 years ago
|
||
Re-opening, this is actually a different issue from bug 927179, through both are very strange.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 3•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
verified fixed that editing the manifest doesn't traceback.
I changed the name and the change was updated. I'm not why it is a 204 but looks like it works.
POST https://marketplace.allizom.org/developers/app/pricepoint1-010/refresh_manifest [HTTP/1.1 204 NO CONTENT 1091ms]
22:39:25.680 POST https://marketplace.allizom.org/developers/app/pricepoint1-010/refresh_manifest [HTTP/1.1 204 NO CONTENT 1086ms]
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•