Closed
Bug 927689
Opened 11 years ago
Closed 11 years ago
[traceback] BadStatusCodeError: 500 with ?product=Firefox&page=-1
Categories
(Socorro Graveyard :: Middleware, defect, P2)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
VERIFIED
FIXED
64
People
(Reporter: stephend, Assigned: adrian)
References
()
Details
Attachments
(1 file)
1.22 MB,
image/png
|
Details |
https://crash-stats.allizom.org/search/?product=Firefox&page=-1 throws:
BadStatusCodeError: 500: on: http://socorro-mware-stage-zlb.webapp.phx1.mozilla.com/bpapi/supersearch/product/Firefox/_results_offset/-100/_results_number/50/_facets/signature/
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "waffle/decorators.py", line 36, in _wrapped_view
return view(request, *args, **kwargs)
File "crashstats/supersearch/views.py", line 176, in search_results
search_results = api.get(**params)
File "crashstats/crashstats/models.py", line 302, in get
expect_json=expect_json)
File "crashstats/crashstats/models.py", line 179, in fetch
raise BadStatusCodeError('%s: on: %s' % (resp.status_code, url))
Errormill: https://errormill.mozilla.org/webtools/socorro-stage/group/111710/
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → adrian
Priority: -- → P2
Assignee | ||
Comment 1•11 years ago
|
||
Pull request: https://github.com/mozilla/socorro/pull/1612
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/7cf4b111a82aaa7e373c0ac9653e8175b11aa326
Fixes bug 927689 - Sanitized page parameter to avoid it being negative. r=peterbe
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Target Milestone: --- → 64
Reporter | ||
Comment 3•11 years ago
|
||
Verified FIXED on staging:
https://crash-stats.allizom.org/search/?product=Firefox&page=-1
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•11 years ago
|
||
Reporter | ||
Comment 5•11 years ago
|
||
Verified FIXED on prod, too: https://crash-stats.mozilla.com/search/?product=Firefox&page=-1
Updated•8 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•