Live Demo bug
Maksims opened this issue · 3 comments
Chrome 36.0.1985.125 m; WIndows 8.1
link: http://likethemammal.github.io/css-visualizer/
It just loads and gives console error straight away, nothing plays, some UI on screen.
Uncaught TypeError: undefined is not a function dancer.min.js:8
c.load dancer.min.js:8
a.load dancer.min.js:8
App.nextSongFromCache app.js:208
App.setupMusic app.js:121
App.init app.js:106
(anonymous function) app.js:245
Thanks for the heads up! I'll check it out.
Okay, checked this out.
Not sure exactly why this was happening (guessing things broke after a Chrome update). Updated to the latest version of Dancer.js and things started working again. I'm now getting a completely different unrelated error though.
Uncaught IndexSizeError: Failed to execute 'end' on 'TimeRanges': The index provided (0) is greater than or equal to the maximum bound (0).
After looking around on the interwebs it seems like its an issue with the implementation of the Dancer library itself. Gonna submit an issue directly but things seem to be working regardless. If things are still not consistently working for you let me know.
Works great now. Thank you.