Created
October 27, 2011 16:37
-
-
Save andymckay/1320077 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/Users/andy/sandboxes/zamboni/vendor/src/django/django/core/servers/basehttp.py", line 283, in run | |
self.result = application(self.environ, self.start_response) | |
File "/Users/andy/sandboxes/zamboni/vendor/src/django/django/contrib/staticfiles/handlers.py", line 68, in __call__ | |
return self.application(environ, start_response) | |
File "/Users/andy/sandboxes/zamboni/vendor/src/django/django/core/handlers/wsgi.py", line 272, in __call__ | |
response = self.get_response(request) | |
File "/Users/andy/sandboxes/zamboni/vendor/src/django/django/core/handlers/base.py", line 169, in get_response | |
response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
File "/Users/andy/sandboxes/zamboni/vendor/src/django/django/core/handlers/base.py", line 111, in get_response | |
response = callback(request, *callback_args, **callback_kwargs) | |
File "/Users/andy/sandboxes/zamboni/apps/amo/decorators.py", line 102, in wrapper | |
return f(*args, **kw) | |
File "/Users/andy/sandboxes/zamboni/apps/amo/decorators.py", line 94, in wrapper | |
return f(*args, **kw) | |
File "/Users/andy/sandboxes/zamboni/apps/devhub/decorators.py", line 58, in wrapper | |
return f(request, *args, webapp=show_webapp, **kwargs) | |
File "/Users/andy/sandboxes/zamboni/apps/amo/decorators.py", line 28, in wrapper | |
return func(request, *args, **kw) | |
File "/Users/andy/sandboxes/zamboni/apps/devhub/views.py", line 1280, in wrapper | |
return f(request, *args, **kw) | |
File "/Users/andy/sandboxes/zamboni/apps/devhub/views.py", line 1402, in submit_addon | |
addon = Addon.from_upload(data['upload'], p) | |
File "/Users/andy/sandboxes/zamboni/apps/addons/models.py", line 373, in from_upload | |
Version.from_upload(upload, addon, platforms) | |
File "/Users/andy/sandboxes/zamboni/apps/versions/models.py", line 90, in from_upload | |
File.from_upload(upload, v, platform, parse_data=data) | |
File "/Users/andy/sandboxes/zamboni/apps/files/models.py", line 160, in from_upload | |
if validation['metadata'].get('requires_chrome'): | |
KeyError: 'metadata' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment