Closed
Bug 884623
Opened 12 years ago
Closed 12 years ago
[socorro-crashstats] [traceback] crashstats.crashstats.models in get RequiredParameterError: platforms
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
VERIFIED
FIXED
52
People
(Reporter: stephend, Assigned: rhelmer)
References
()
Details
(Whiteboard: [fuzzer])
https://crash-stats-django.allizom.org/report/list?signature=EMPTY%3A+no+crashing+thread+identified%3B+corrupt+dump&product=Firefox&query_type=contains&range_unit=weeks&process_type=any&hang_type=any&date=2013-06-19+00%3A00%3A00&range_value=1 throws:
RequiredParameterError: platforms
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 1044, in report_list
platforms=correlation_os)
File "crashstats/crashstats/models.py", line 221, in get
raise RequiredParameterError(param)
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [fuzzer]
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
QA Contact: rhelmer
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/430ff1099adfc2ecdb026bd183e4e6cd89d9670e
bug 884623 - do not require platform for correlations check
https://github.com/mozilla/socorro-crashstats/commit/1279a0aba64e4e597c999828037ace50b3453c83
Merge pull request #394 from rhelmer/bug884623-empty-signature-correlation-platform-failure
bug 884623 - do not require platform for correlations check
| Reporter | ||
Comment 4•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rhelmer
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
QA Contact: rhelmer
Resolution: --- → FIXED
| Reporter | ||
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 52
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
•