Closed
Bug 1149270
Opened 11 years ago
Closed 11 years ago
Unable to update manifest for Sumuray
Categories
(Marketplace Graveyard :: Developer Pages, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
2015-04-14
People
(Reporter: adora, Assigned: robhudson)
References
Details
Attachments
(1 file)
|
316.92 KB,
image/png
|
Details |
Developer reports that he is unable to update manifest. Whenever I try to update it, I just get a spinner.
Edit listing: https://marketplace.firefox.com/developers/app/sumuray/edit
Old manifest: http://sumuray.com/www/manifest.webapp
New manifest: http://sumuray.insertafter.com/manifest.webapp
Comment 1•11 years ago
|
||
Krupa says Rob knows all about this so assigning to him, but also CCing ddurst in case that's wrong.
Assignee: nobody → robhudson.mozbugs
Priority: -- → P2
Comment 2•11 years ago
|
||
This is 500ing.
http://sentry.mktmon.services.phx1.mozilla.com/mkt/marketplacefirefoxcom/group/15294/
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "django/db/transaction.py", line 371, in inner
return func(*args, **kwargs)
File "django/db/transaction.py", line 371, in inner
return func(*args, **kwargs)
File "mkt/site/decorators.py", line 117, in wrapper
return f(*args, **kw)
File "mkt/site/decorators.py", line 104, in __call__
return self.f(*args, **kw)
File "mkt/webapps/decorators.py", line 62, in wrapper
return f(request, addon, *args, **kw)
File "mkt/site/decorators.py", line 31, in wrapper
return func(request, *args, **kw)
File "mkt/developers/decorators.py", line 35, in wrapper
return fun()
File "mkt/developers/decorators.py", line 27, in fun
return f(request, addon_id=addon.id, addon=addon, *args, **kw)
File "mkt/developers/views.py", line 866, in addons_section
addon = form.save(addon)
File "mkt/developers/forms.py", line 619, in save
mkt.LOG.REREVIEW_MANIFEST_URL_CHANGE, msg)
File "mkt/reviewers/models.py", line 384, in flag
details={'comments': message})
File "mkt/site/log.py", line 730, in log
al.arguments = args
File "mkt/developers/models.py", line 438, in arguments
serialize_me.append(dict(((unicode(arg._meta), arg.pk),)))
DoesNotExist: Version matching query does not exist.
| Assignee | ||
Comment 3•11 years ago
|
||
I'm hoping this fixes the issue:
https://github.com/mozilla/zamboni/commit/8bd1fb1
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2015-04-14
Comment 4•11 years ago
|
||
I can still reproduce this issue in FF40(Win7) using a test app (app link: https://marketplace-dev.allizom.org/developers/app/test-app-7fea54a2/edit)
Screencast for this issue: http://screencast.com/t/ubiAJcB7v
Please also view this bug: Bug 1108591
Reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•11 years ago
|
||
I suspect bug 1095551 is a dupe of this too.
| Assignee | ||
Comment 6•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Comment 8•11 years ago
|
||
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•