Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created October 27, 2014 22:13
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 peterbe/432bff89951efc483f86 to your computer and use it in GitHub Desktop.
Save peterbe/432bff89951efc483f86 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/data/socorro/socorro-virtualenv/lib/python2.6/site-packages/django/core/handlers/base.py", line 113, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/socorro/webapp-django/crashstats/crashstats/decorators.py", line 48, in inner
return view(request, *args, **kwargs)
File "/data/socorro/webapp-django/crashstats/crashstats/views.py", line 1408, in report_list
reverse=context['reverse'],
File "/data/socorro/webapp-django/crashstats/crashstats/models.py", line 364, in get
return self._get(expect_json=expect_json, **kwargs)
File "/data/socorro/webapp-django/crashstats/crashstats/models.py", line 427, in _get
expect_json=expect_json,
File "/data/socorro/webapp-django/crashstats/crashstats/models.py", line 126, in inner
result = method(*args, **kwargs)
File "/data/socorro/webapp-django/crashstats/crashstats/models.py", line 314, in fetch
raise BadStatusCodeError(resp.status_code, resp.content)
BadStatusCodeError: 400: {"error": {"message": "Bad value for parameter(s) ''AND 1=(CHAR(95)+CHAR(33)+CHAR(64)+CHAR(50)+CHAR(100)+CHAR(105)+CHAR(108)+CHAR(101)+CHAR(109)+CHAR(109)+CHAR(97))+' is not a recognized sort order key'"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment