Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent 404s on seeks - "Player command failed: No active device found" #57

Open
abdulazizali77 opened this issue Oct 23, 2020 · 1 comment

Comments

@abdulazizali77
Copy link
Owner

abdulazizali77 commented Oct 23, 2020

fetch("https://api.spotify.com/v1/me/player/seek?position_ms=14000", {
  "headers": {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9",
   
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "same-site"
  },
  "referrer": "https://open.spotify.com/",
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": null,
  "method": "PUT",
  "mode": "cors",
  "credentials": "include"
});
{
  "error" : {
    "status" : 404,
    "message" : "Player command failed: No active device found",
    "reason" : "NO_ACTIVE_DEVICE"
  }
}


@abdulazizali77 abdulazizali77 changed the title 404s on seeks 404s on seeks - "Player command failed: No active device found" Oct 23, 2020
@abdulazizali77
Copy link
Owner Author

Possibly fetch the device_id and populate seek with device_id

@abdulazizali77 abdulazizali77 changed the title 404s on seeks - "Player command failed: No active device found" Intermittent 404s on seeks - "Player command failed: No active device found" Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant