Closed
Bug 803343
Opened 12 years ago
Closed 12 years ago
[socorro-crashstats] 500 Internal Server Error fuzzing /daily
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: peterbe)
References
()
Details
(Whiteboard: [fuzzer])
Updated•12 years ago
|
Assignee: nobody → rhelmer
Comment 1•12 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
149. return view(request, *args, **kwargs)
File "/home/rhelmer/src/socorro-crashstats/crashstats/crashstats/views.py" in daily
497. form_selection
File "/home/rhelmer/src/socorro-crashstats/crashstats/crashstats/views.py" in _render_daily_csv
567. blob = data['totals']['%s:%s' % (product, version)]
Exception Type: KeyError at /daily
Exception Value: u'Thunderbird:16.0.1'
Updated•12 years ago
|
Assignee: rhelmer → nobody
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → peterbe
Assignee | ||
Comment 2•12 years ago
|
||
Comment 4•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/34bd6062b60ce0d35b4152b0b9ba282254abc9f7
bug 803343 - /daily CSV export with by_os, r=rhelmer
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•12 years ago
|
||
Verified FIXED; filed bug 806551 separately.
Status: RESOLVED → VERIFIED
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
•