Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

API return 403 #1581

Open
davidnguyen11 opened this issue May 16, 2020 · 0 comments
Open

API return 403 #1581

davidnguyen11 opened this issue May 16, 2020 · 0 comments

Comments

@davidnguyen11
Copy link

davidnguyen11 commented May 16, 2020

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:

{
  "error": {
    "status": 403,
    "message": "Player command failed: Restriction violated",
    "reason": "UNKNOWN"
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant