Announcements

Help Wizard

Step 1

NEXT STEP

Getting HTTP 502 "Request was not transferred" for get followed artists

Getting HTTP 502 "Request was not transferred" for get followed artists

I have a script that runs periodically which gets followed artists for my personal account. Suddenly, it stopped working today because the server responds with HTTP 502 { "error": { "status": 502, "message": "Request was not transferred" }}

It fails even when I copy the same request sample I get from https://developer.spotify.com/console/get-following/?type=artist&after=&limit=

Info:
- Request: curl -X "GET" "https://api.spotify.com/v1/me/following?type=artist" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer REDACTED"
- Scope: user-follow-read
Reply
6 Replies

Same here
Also gets this on https://api.spotify.com/v1/me/player/devices

{
  "error": {
    "status": 503,
    "message": "Service unavailable"
  }
}

 

Spotify had a malfunction, as you can read here. It should work now. (When I tested it, it worked.)

No it doesnt. Still get the error

error.PNG

It seems it doesn't. I'm still getting the same errors. 

I'm also experiencing this across the board.

I've been using the Spotify API in my application for a long time and everything worked fine, unfortunately for three days half of the requests to https://api.spotify.com/v1/me/player end with a response with status code 503 and information { error : { status: 503, message: 'Service unavailable' } }, I also noticed the 502 code a few times.

Suggested posts