Closed Bug 1349766 Opened 9 years ago Closed 9 years ago

[SeaMonkey] IndexError: list index out of range exception when loading /topcrashers/?product=SeaMonkey

Categories

(Socorro :: Webapp, defect)

defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stephend, Assigned: peterbe)

References

()

Details

(Keywords: regression, Whiteboard: fromAutomation)

Summary: [traceback] IndexError: list index out of range exception when loading /topcrashers/?product=SeaMonkey (Our automation found this for both prod and staging; here's prod: https://fx-test-jenkins.stage.mozaws.net/job/socorro.prod/47/) Steps to Reproduce: * Load https://crash-stats.mozilla.com/topcrashers/?product=SeaMonkey or https://crash-stats.allizom.com/topcrashers/?product=SeaMonkey Actual Results: Traceback thrown, shown in Sentry[0] as: IndexError: list index out of range File "django/core/handlers/base.py", line 132, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "newrelic/hooks/framework_django.py", line 499, in wrapper return wrapped(*args, **kwargs) File "crashstats/crashstats/decorators.py", line 101, in inner return view(request, *args, **kwargs) File "session_csrf/__init__.py", line 158, in wrapper response = f(request, *args, **kw) File "crashstats/crashstats/decorators.py", line 69, in inner return view(request, *args, **kwargs) File "crashstats/topcrashers/views.py", line 229, in topcrashers context['version'] = versions[0] [0] https://sentry.prod.mozaws.net/operations/socorro-prod/issues/332531/
This is most certainly because we don't have featured versions for SeaMonkey. And I bet that's why https://crash-stats.mozilla.com/home/product/SeaMonkey 500 errors too.
Summary: [traceback] IndexError: list index out of range exception when loading /topcrashers/?product=SeaMonkey → [SeaMonkey] IndexError: list index out of range exception when loading /topcrashers/?product=SeaMonkey
Let's close this after #1351757 is resolved.
Depends on: 1351757
Assignee: nobody → peterbe
Depends on: 1352385
No longer depends on: 1351757
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Thx; verified both stage and prod return 200 OK w/data.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.