Skip to content

Instantly share code, notes, and snippets.

@dethe
Created April 16, 2014 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dethe/10918465 to your computer and use it in GitHub Desktop.
Save dethe/10918465 to your computer and use it in GitHub Desktop.
Traceback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/wsgiref/handlers.py", line 93, in run
self.result = application(self.environ, self.start_response)
File "/Users/delza/.virtualenvs/zamboni/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 206, in __call__
response = self.get_response(request)
File "/Users/delza/.virtualenvs/zamboni/lib/python2.6/site-packages/django/core/handlers/base.py", line 196, in get_response
response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
File "/Users/delza/.virtualenvs/zamboni/lib/python2.6/site-packages/django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/Users/delza/Sites/marketplace/zamboni/apps/amo/decorators.py", line 32, in wrapper
return func(request, *args, **kw)
File "/Users/delza/Sites/marketplace/zamboni/apps/editors/views.py", line 74, in wrapper
return f(request, *args, **kw)
File "/Users/delza/Sites/marketplace/zamboni/mkt/reviewers/views.py", line 554, in queue_apps
return _queue(request, apps, 'pending', date_sort='nomination')
File "/Users/delza/Sites/marketplace/zamboni/mkt/reviewers/views.py", line 475, in _queue
return render(request, template, context(request, **ctx))
File "/Users/delza/Sites/marketplace/zamboni/mkt/reviewers/views.py", line 237, in context
queue_counts=queue_counts(request),
File "/Users/delza/Sites/marketplace/zamboni/mkt/reviewers/views.py", line 154, in queue_counts
counts.update({'device': device_queue_search(request).count()})
TypeError: count() takes exactly one argument (0 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment