Closed
Bug 928085
Opened 12 years ago
Closed 9 years ago
400 Bad Request thrown on a GET for a correlation report for Android
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: stephend, Unassigned)
References
()
Details
See https://errormill.mozilla.org/webtools/socorro-prod/group/108973/
STR:
1. Load https://crash-stats.mozilla.com/report/index/a336fe79-ab7e-4cbf-a386-7edf42131016
2. Open the Web Console
3. Click on "Modules" and watch the GET requests
Actual Results:
[13:40:56.064] GET https://crash-stats.mozilla.com/correlation?correlation_report_type=core-counts&product=FennecAndroid&version=18.0&platform=Android&signature=libflashplayer.so%400x377d48 [HTTP/1.1 400 BAD REQUEST 105ms]
[13:40:56.065] GET https://crash-stats.mozilla.com/correlation?correlation_report_type=interesting-addons&product=FennecAndroid&version=18.0&platform=Android&signature=libflashplayer.so%400x377d48 [HTTP/1.1 400 BAD REQUEST 112ms]
[13:40:56.066] GET https://crash-stats.mozilla.com/correlation?correlation_report_type=interesting-modules&product=FennecAndroid&version=18.0&platform=Android&signature=libflashplayer.so%400x377d48 [HTTP/1.1 400 BAD REQUEST 231ms]
BadStatusCodeError: 500: on: http://socorro-mware-zlb.webapp.phx1.mozilla.com/bpapi/correlations/signatures/report_type/interesting-modules/product/FennecAndroid/version/18.0/platforms/Android/
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "crashstats/crashstats/decorators.py", line 48, in inner
return view(request, *args, **kwargs)
File "crashstats/crashstats/views.py", line 979, in report_index
platforms=platform)
File "crashstats/crashstats/models.py", line 274, in get
expect_json=expect_json)
File "crashstats/crashstats/models.py", line 175, in fetch
raise BadStatusCodeError('%s: on: %s' % (resp.status_code, url))
Comment 2•9 years ago
|
||
Report index correlations tab re-written since.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•