Title: `/play` API return 403 Issue found on February 16th 2020. #### Endpoint(s): * `PUT https://api.spotify.com/v1/me/player/play` #### Scope(s): * application is using authentication * Desktop App & Web App are not working either #### Steps to reproduce: 1. Open Desktop app 2. Open Web player https://open.spotify.com/ 3. Open console to get device ids: https://developer.spotify.com/console/get-users-available-devices/ 4. Get Web device id 5. Go to console to play: https://developer.spotify.com/console/put-play/ 6. Play with "Web device id" #### Expected behaviour: It should play the sone on web platform #### Actual behaviour: ```json { "error": { "status": 403, "message": "Player command failed: Restriction violated", "reason": "UNKNOWN" } } ```
Title:
/playAPI return 403Issue found on February 16th 2020.
Endpoint(s):
PUT https://api.spotify.com/v1/me/player/playScope(s):
Steps to reproduce:
Expected behaviour:
It should play the sone on web platform
Actual behaviour:
{ "error": { "status": 403, "message": "Player command failed: Restriction violated", "reason": "UNKNOWN" } }