Closed
Bug 807517
Opened 13 years ago
Closed 13 years ago
[socorro-crashstats] /daily?p=B2G&format=csv throws a 500 Internal Server Error
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: rhelmer)
References
()
Details
| Assignee | ||
Comment 1•13 years ago
|
||
Traceback:
File "/home/rhelmer/src/socorro-crashstats/vendor/lib/python/django/core/handlers/base.py" in get_response
111. response = callback(request, *callback_args, **callback_kwargs)
File "/home/rhelmer/src/socorro-crashstats/crashstats/crashstats/views.py" in inner
155. return view(request, *args, **kwargs)
File "/home/rhelmer/src/socorro-crashstats/crashstats/crashstats/views.py" in daily
526. form_selection
File "/home/rhelmer/src/socorro-crashstats/crashstats/crashstats/views.py" in _render_daily_csv
648. blob = data['totals']['%s:%s' % (product, version)]
Exception Type: KeyError at /daily
Exception Value: u'B2G:19.0a1'
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rhelmer
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/389d2fb71c532963a2e0c4d56960e1344cd71984
bug 807517 - guard against missing keys when building csv
https://github.com/mozilla/socorro-crashstats/commit/c4685ca53af7cc8ebd724d1a85beb8dc47007047
Merge pull request #277 from rhelmer/bug807517-csv-500
bug 807517 - guard against missing keys when building csv
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•