I hate bringing this old dead horse back to life, but I've hit a case where it is happening to me a LOT all of a sudden on my current work-in-progress SubFire 2 framework, and I'm wondering if anybody else who hit the "no next track" problem has seen it.
- Code: Select all
Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22
The issue there is that audio.play() returns a promise (yes, i'm getting technical), and shouldn't be expected to be immediate. However, that API is somewhat new, and older libraries that wrap the HTML audio tag may not realize that yet. This (for me) includes the Cast Subsonic code from Google itself, which I now need to fix.
So for those that are still getting this problem, please run it with the console on and let us know if that error message ever comes up, because it may help with trying to replicate, debug, and resolve the issue.
Now if that does NOT come up, then, oh well, just my problem.
