-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skipping through songs #320
Comments
@LucyBrook I'll try to reproduce this on my side soon. Does this bug also occur in other browsers or is it limited to Edge? |
I have tried it in chrome and it also happens but less often |
Could this be linked to #289 somehow? I was using Festify during a NYE party and people loved the concept. This resulted in songs either a) being skipped right when it should start playing or b) skipping into the middle (or even to the last 10 seconds) of a song which kind of defeated the idea of the app. |
This is very strange. I know we had this issue as well at some points but it's hard to debug what exactly is causing this since it doesn't happen consistently. |
Yes! That's true: very inconsistent - e.g. after a few hours it got noticeably better only to return an hour later. If haven't checked the code in detail but your main "database" is relying on firebase, right? EDIT:
|
i started using this in the office so everyone in the office can add their own songs, but we are experiencing the same issue. it mostly starts after an hour of playing. and indeed sometimes the whole song will be skipped, sometimes it will skip to the end or it will start playing in the middle of the song but correct it self after +/- 3sec and will go back to the start of the song. is there any update on this issue so far? |
I'm experiencing the same right now sadly. Tested different browsers, persists. Removed all songs, paused, skipped etc, nothing changes... |
Yeah, I've had this issue fairly consistently over the last couple of years. Seems to get worse after some time playing and I have never found a fix for it. I have tested excluding the site from the tab sleep in Edge, but no change. |
I was able to reproduce this and capture the console output, in case it helps nail this one down. For this set of logs, the current playing track finished as it should do, then the next song skipped to almost the end, for about half a second, then it started from the beginning. By the looks, the machine got a 502 response from the Spotify API, then retried (which is when the song restarted from the beginning.) Here is the console log: https://pastebin.com/n73Kb5cG |
When playing on Microsoft edge songs skip through by a few minutes when playing. If you stop the current song and skip to the new one it doesn’t skip but the problem persists if you allow it to run.
The text was updated successfully, but these errors were encountered: