Closed
Bug 881632
Opened 10 years ago
Closed 10 years ago
[socorro-crashstats] Unable to display Graph Data from Top Crashers
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scoobidiver, Assigned: adrian)
References
Details
When clicking the graph data glyph for a signature, the loading bar stays indefinitely. See https://crash-stats-django.allizom.org/topcrasher/products/Firefox/versions/24.0a1
Comment 1•10 years ago
|
||
https://crash-stats-django.allizom.org/topcrasher/plot_signature/Firefox/24.0a1/2013-06-03/2013-06-10/js%253A%253Atypes%253A%253AIdToTypeId%2528int%2529 https://errormill.mozilla.org/webtools/socorro-crashstats-stage/group/16110/ Types: BadStatusCodeError Value: 500: on: http://socorro-mware-stage-zlb.webapp.phx1.mozilla.com/bpapi/topcrash/sig/trend/history/p/Firefox/v/24.0a1/sig/js%253A%253Atypes%253A%253AIdToTypeId%2528int%2529/end/2013-06-10T00%3A00%3A00/duration/168.0/steps/60/ Location: crashstats/crashstats/models.py in fetch , line 139
Blocks: 749359
Comment 2•10 years ago
|
||
Adrian, can you take a look at this please? Should we just int(duration) on the django side? Jun 11 01:03:26 Socorro Web Services (pid 21238): 2013-06-11 01:03:26,482 ERROR - Dummy-3 - File "/data/socorro/application/socorro/lib/datetimeutil.py", line 21, in strHoursToTimeDelta#012 return datetime.timedelta(hours=int(hoursAsString)) Jun 11 01:03:26 Socorro Web Services (pid 21238): 2013-06-11 01:03:26,482 ERROR - Dummy-3 - ValueError: invalid literal for int() with base 10: '168.0'
Assignee: nobody → adrian
Comment 3•10 years ago
|
||
Hmm this is already ('duration', int) in the SignatureTrend model, but I see in the view how it'd be cast as a float.
Assignee | ||
Comment 4•10 years ago
|
||
Pull request: https://github.com/mozilla/socorro-crashstats/pull/371
Comment 5•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats https://github.com/mozilla/socorro-crashstats/commit/eca4670e57e8b9295ea630e23b8cfcea7bb1d4c0 Fixes bug 881632 - Forced duration to be an int (was a float). https://github.com/mozilla/socorro-crashstats/commit/37168b9b8bd0b2ad74d57e3cc09c685e168423da Merge pull request #371 from AdrianGaudebert/881632-duration-as-int Fixes bug 881632 - Forced duration to be an int (was a float).
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•10 years ago
|
||
It's not fixed.
Reporter | ||
Updated•10 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•10 years ago
|
||
I'm re-fixing this bug, the original problem is solved. There is an other one that will be fixed in bug 887300.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•