Fixed an issue where the player would get stuck on one song after playing for about an hour or so#687
Fixed an issue where the player would get stuck on one song after playing for about an hour or so#687alexjyong wants to merge 37 commits into
Conversation
…g/spotify-player into revamp-token-refreshing
I don't think this is the case. I haven't been following the original issue but I'm pretty sure that |
|
@aome510 yeah I'm not 100% sure. I noticed the frequency of the "stuck in one song" issues went down a bit, but not completely. I posted some logs in the original issue. |
Thank you for investigating! I'll take a deeper look when I get more time |
|
Hi @aome510 , any updates on this from your end? Just curious :) |
Sorry, I don't have any update. Couldn't really reproduce the issue on my end. |
…g/spotify-player into revamp-token-refreshing
Partially fixes #603
Looks like we weren't loading the new auth token into the Session when it got refreshed.
Unfortunately, this doesn't seem to be a complete fix, as I see the issue crop up sometimes, and the current page you are on the UI will have to be manually refreshed when the token expires (i.e. navigating to another page seems to help)
It does however, reduce the frequency when it happens. It seems to be the most stable when you get a long playlist running and let it be for a bit.