You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking 'next song' button too rapidly causes JS error getFloat in bufferedProgressElements.js parseFloat call due to config.buffered being NaN.
Environment
Windows 10 home
What's My Browser Support link: Firefox 75
Amplitude.js Version: 5.0.3
Steps to reproduce the issue
Click next song rapidly. Not reliably reproducible. Could be due to a large (90+) playlist, or using Amplitude.init callbacks; it only started showing up after those two additions to my JS code.
What is expected?
Link to where issue can be reproduced
Additional details / screenshots
Sample fix is in my fork. I tested config.buffered for NaN before running getFloat in 3 places.
The text was updated successfully, but these errors were encountered:
Issue description
Clicking 'next song' button too rapidly causes JS error getFloat in bufferedProgressElements.js parseFloat call due to config.buffered being NaN.
Environment
Windows 10 home
Steps to reproduce the issue
What is expected?
Link to where issue can be reproduced
Additional details / screenshots
Sample fix is in my fork. I tested config.buffered for NaN before running getFloat in 3 places.
The text was updated successfully, but these errors were encountered: