Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

404 Response from "Add Item to Playback Queue" Endpoint

Solved!

404 Response from "Add Item to Playback Queue" Endpoint

If I go to https://developer.spotify.com/documentation/web-api/reference/add-to-queue and try out the supplied curl request:

curl --request POST \
--url 'https://api.spotify.com/v1/me/player/queue?uri=spotify%3Atrack%3A4iV5W9uYEdYUVa79Axb7Rh' \
--header 'Authorization: Bearer <token>'

 

I get a 404 response:

{  "error": {    "status": 404,    "message": "Not found."  }}

 

Is anyone else getting this error?

Reply

Accepted Solutions
Marked as solution

Hi @Ximzend

 

Thanks for responding, this ended up being an issue with my laptop's player becoming desynced in some way. After I transferred playback to my phone and restarted the laptop app the request started working again.

View solution in original post

2 Replies

Hi @nickk1298 

 

Thanks for posting in the Spotify Community, and welcome!

 

May I ask you how you got the access token?

 

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.
Marked as solution

Hi @Ximzend

 

Thanks for responding, this ended up being an issue with my laptop's player becoming desynced in some way. After I transferred playback to my phone and restarted the laptop app the request started working again.

Suggested posts