Closed Bug 1039067 Opened 10 years ago Closed 10 years ago

Submitted a packaged app against marketplace-dev fails and throws a 500 Internal Server Error

Categories

(Marketplace Graveyard :: Developer Pages, defect, P1)

Avenir
x86
Windows 7

Tracking

(Not tracked)

VERIFIED FIXED
2014-07-22

People

(Reporter: stephend, Assigned: mstriemer)

References

()

Details

(Keywords: regression, Whiteboard: [fromAutomation][xfail])

It seems to have broken from this commit:
https://github.com/mozilla/zamboni/commit/e7a4ca3d

Assigning to Mark.

Traceback (from my local machine):
Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 85, in run
    self.result = application(self.environ, self.start_response)
  File "/Users/rob/.virtualenvs/zamboni/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 206, in __call__
    response = self.get_response(request)
  File "/Users/rob/.virtualenvs/zamboni/lib/python2.7/site-packages/django/core/handlers/base.py", line 194, in get_response
    response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
  File "/Users/rob/.virtualenvs/zamboni/lib/python2.7/site-packages/django/core/handlers/base.py", line 112, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/Users/rob/git/zamboni/apps/amo/decorators.py", line 165, in wrapper
    return f(*args, **kw)
  File "/Users/rob/git/zamboni/apps/amo/decorators.py", line 152, in __call__
    return self.f(*args, **kw)
  File "/Users/rob/git/zamboni/mkt/submit/views.py", line 59, in submit
    return manifest(request)
  File "/Users/rob/git/zamboni/apps/amo/decorators.py", line 32, in wrapper
    return func(request, *args, **kw)
  File "/Users/rob/git/zamboni/mkt/submit/decorators.py", line 37, in wrapper
    return f(request, *args, **kw)
  File "/Users/rob/git/zamboni/mkt/submit/decorators.py", line 21, in wrapper
    return f(request, *args, **kw)
  File "/Users/rob/git/zamboni/mkt/submit/views.py", line 118, in manifest
    addon, validation, addon.current_version)
  File "/Users/rob/git/zamboni/mkt/developers/utils.py", line 166, in escalate_prerelease_permissions
    permissions = set(app_permissions)
TypeError: 'bool' object is not iterable
Assignee: cvan → mstriemer
Priority: -- → P1
Target Milestone: --- → 2014-07-22
This is also happening on stage now.
I will xfail the test until we fix the issue.
Whiteboard: [fromAutomation] → [fromAutomation][xfail]
https://github.com/mozilla/zamboni/commit/99b36c5d1fd996fda7a2990ce084e4ed7f24436b
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
verified @ https://marketplace-dev.allizom.org/developers/submit/details/test-webapi-permissions-13

fixed on both dev and stage.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.