Closed
Bug 1005125
Opened 11 years ago
Closed 11 years ago
[traceback] questions metrics dashboard is busted
Categories
(support.mozilla.org :: Questions, task, P1)
support.mozilla.org
Questions
Tracking
(Not tracked)
RESOLVED
FIXED
2014Q2
People
(Reporter: rrosario, Assigned: rrosario)
Details
(Whiteboard: u=sumo-team c=questions-metrics p=0 s=2014.8)
This looks like fallout from the EU upgrade (Bug 991099). Going to the commit before fixes the traceback for me locally.
IndexError: list index out of range
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "newrelic/hooks/framework_django.py", line 492, in wrapper
return wrapped(*args, **kwargs)
File "kitsune/questions/views.py", line 1548, in metrics
bucket_days, start, end, locale_code, product),
File "kitsune/questions/views.py", line 1488, in stats_topic_data
earliest_point = series['entries'][0]['key']
Assignee | ||
Comment 1•11 years ago
|
||
Landed on master:
https://github.com/mozilla/kitsune/commit/a4d5f10df601117ec8bbd9ac687b31e6a3630b61
Assignee: nobody → rrosario
Whiteboard: u=sumo-team c=questions-metrics p= s=2014.8 → u=sumo-team c=questions-metrics p=0 s=2014.8
Assignee | ||
Comment 2•11 years ago
|
||
Deployed to prod now.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•