catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.92k stars 564 forks source link

Loading indicator not ending #4421

Closed tdresser closed 6 years ago

tdresser commented 6 years ago

The horizontal loading indicator appears to be continuing forever.

From the console log:

/api/report?id=5509509040832512&modified=1524771805992&revisions=%2C:1 Failed to load resource: the server responded with a status of 500 ()

(index):26077 undefined TypeError: Cannot read property 'xPct' of undefined at ChartPair.reducers.dotClick ((index):39269) at Polymer.Path.setImmutable.state ((index):26071) at setImmutableInternal ((index):25892) at setImmutableInternal ((index):25898) at setImmutableInternal ((index):25898) at setImmutableInternal ((index):25898) at Object.Polymer.Path.setImmutable ((index):25926) at ElementBase.statePathReducer.wrapper ((index):26069) at rootReducer ((index):25957) at a ((index):11525) Object Object ElementBase.statePathReducer.wrapper @ (index):26077

(index):11806 Uncaught (in promise) TypeError: Cannot read property '3' of undefined at Object.dummyHistograms ((index):11806) at ChartPair.actions.dotClick ((index):39093) at ElementBase.action.wrapper ((index):26145) at action ((index):11719) at Object.action [as dispatch] ((index):25964) at HTMLElement.dispatch ((index):11727) at HTMLElement.onDotClick ((index):38828) at HTMLElement.eventListenerWrapper ((index):26116) at HTMLElement.handler ((index):1701) at HTMLElement.onDotClick ((index):29794)

benshayden commented 6 years ago

This is related to #4433 about clicking on dots not being fully implemented yet. I disabled that loading bar so it's at least less annoying until I teach it to fetch and display histograms. Thank you for reporting! Please keep the feedback coming :-)