spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
981 stars 79 forks source link

Web player does not respect empty context on PUT v1/me/player/play endpoint #1446

Open nocach opened 4 years ago

nocach commented 4 years ago

Issue found on January 24th 2020.

Endpoint(s):

Scope(s):

Steps to reproduce:

  1. Open web player (I used chrome browser)
  2. record device id of the web player
  3. start playing any playlist
  4. call PUT v1/me/player/play?device_id=device_id_of_web_player with web player device id and track uri without context e.g.
    {
    "uris":["spotify:track:1jHgugWZailHKpPdDk57QU"]
    }
  5. Wait till the song ends

Expected behaviour:

Playback stops as there is nothing to play anymore.

Actual behaviour:

Webplayer continues to play tracks from playlist that was played at the beginning.

Note:

Desktop app correctly plays single track and stops playing after it's end.

afonsorp commented 4 years ago

Hi @nocach , please let me know if you find any solution for this. Also having this issue

HuiiBuh commented 4 years ago

I am having the same/similar issue (see #1437)