TheCanadians / ModernJukebox

HomePage
0 stars 1 forks source link

Spotify Playlist Error #56

Open TheCanadians opened 6 years ago

TheCanadians commented 6 years ago

When the second song loaded into the playlist finishes, the playback crashes, the web player shows the first song at about 60% time completion and is "uncaught in promise, cannot read property of null".

The most probable error is that the web player doesn't get updated/reloaded and tries to repeat the two songs loaded first into the playlist.

SmiddyBurbon commented 6 years ago

1) try replace instead: https://developer.spotify.com/web-api/console/put-playlist-tracks/ 2) play single songs instead of playlist

TheCanadians commented 6 years ago

Replacing doesn't work, that replaces the whole playlist.

TheCanadians commented 6 years ago

Same error if i keep adding and not deleting songs.