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

Error 500 on /me/tracks

Error 500 on /me/tracks

Plan

Premium

Country

France

Device

Firefox using Spotify API

Operating System

Windows 10

 

My Question or Issue

Hello,

 

I was trying to access my liked songs on my account but recently got stuck with a 500 error. It happened first two days ago (I had not tested my code in months).

 

The request is this one:

 

 

GET /v1/me/tracks?limit=50&offset=0 HTTP/3
Host: api.spotify.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Authorization: Bearer <mytoken>
Origin: <authorized url in my dev console>
Connection: keep-alive
Referer: <authorized url in my dev console>
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: cross-site
TE: trailers

 

 

The error:

 

{
  "error" : {
    "status" : 500,
    "message" : "Server error."
  }
}

 

 

This may or may not be linked to the fact that I have over 20k liked songs.

If you could fix this error it would be greatly appreciated, and I am happy to provide all the help I can in order to resolve it.

 

Have a nice day 🙂

Reply
1 Reply

Hi, any updates or workaround for this issue?

Suggested posts