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
983 stars 79 forks source link

API return 403 #1581

Open davidnguyen11 opened 4 years ago

davidnguyen11 commented 4 years ago

Title: /play API return 403

Issue found on February 16th 2020.

Endpoint(s):

Scope(s):

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:

{
  "error": {
    "status": 403,
    "message": "Player command failed: Restriction violated",
    "reason": "UNKNOWN"
  }
}