Closed Bug 844962 Opened 11 years ago Closed 11 years ago

[socorro-crashstats] 500 when loading topcrasher with product=None

Categories

(Socorro :: Webapp, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rhelmer, Assigned: peterbe)

References

Details

Getting a lot of these tracebacks via email:

BadStatusCodeError: 500: on: http://socorro-mware-stage-zlb.webapp.phx1.mozilla.com/bpapi/bugs/

Looks like it's mostly spiders hitting paths like:

/topcrasher/products/B2G/versions/21.0a1/date_range_type/report/crash_type/content/os_name/None

This causes us to send an invalid request to the bug service, we should catch this invalid os_name much earlier than this. Also, we should figure out how the spiders are getting this in the first place.
I'd rather we try to find out how the heck the spiders go to URLs that contain `None`.
(In reply to Peter Bengtsson [:peterbe] from comment #1)
> I'd rather we try to find out how the heck the spiders go to URLs that
> contain `None`.

Indeed :) They must be getting the link from somewhere.
(In reply to Robert Helmer [:rhelmer] from comment #2)
> (In reply to Peter Bengtsson [:peterbe] from comment #1)
> > I'd rather we try to find out how the heck the spiders go to URLs that
> > contain `None`.
> 
> Indeed :) They must be getting the link from somewhere.

b2g reporting (on the postgres side) isn't hooked up yet, and we're not handling it very gracefully in general - see https://crash-stats-django.allizom.org/topcrasher/products/B2G/versions/19.0a2 for example (you can get there just using the pulldown menus)
Blocks: 749359
Assignee: nobody → peterbe
Commits pushed to master at https://github.com/mozilla/socorro-crashstats

https://github.com/mozilla/socorro-crashstats/commit/8d62d72eeebee18244141bb9b660665af0dde5d6
bug 844962 - topcrashes with os_name None sometimes

https://github.com/mozilla/socorro-crashstats/commit/04a0313bcd7b4da7c49377053caf6242ac8733a4
Merge pull request #306 from peterbe/bug844962-topcrashes-with-os_name-none-sometimes

bug 844962 - topcrashes with os_name None sometimes
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.