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

API return 403 #1581

Description

@davidnguyen11

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"
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions