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
{{ message }}
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.
Use the web api player/play endpoint to start playing a playlist with more than two songs with a given uri.
The music starts playing on the web page.
Send a few next (skip to next) calls to the web api.
Notice that you'll be playing the same two songs over and over when hitting next.
The key takeaway here is that this only happens when the device is the web playback sdk. If you make these same calls but the playback device is something else, it works fine.
Expected behaviour:
Playback SDK should continally skip to different songs within the playlist when calling "next".
Actual behaviour:
Playback SDK keeps cycling the same two songs within the playlist.
The text was updated successfully, but these errors were encountered:
Nickprovs
changed the title
Web Player continually cycles through same two songs when provided a playlist uri
Web Playback continually cycles through same two songs when calling next on a playlist uri
Jan 6, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue found on -1/06/20.
Scope(s):
const scope = "streaming user-read-private user-read-email user-read-playback-state user-top-read user-library-read user-modify-playback-state user-library-modify";
Steps to reproduce:
The key takeaway here is that this only happens when the device is the web playback sdk. If you make these same calls but the playback device is something else, it works fine.
Expected behaviour:
Playback SDK should continally skip to different songs within the playlist when calling "next".
Actual behaviour:
Playback SDK keeps cycling the same two songs within the playlist.
The text was updated successfully, but these errors were encountered: