Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
Please see below the most popular frequently asked questions.
Loading article...
Loading faqs...
Please see below the current ongoing issues which are under investigation.
Loading issue...
Loading ongoing issues...
Since 2021-06-28 14:10 UTC I've started to receive random HTTP 403 errors for the following endpoints:
The last two deal with public data, so technically they should never return error 403 in the first place.
Usually retrying the request makes the error go away, but sometimes it takes up to four or more attempts.
Here's a typical response that I get:
"body": {},
"headers": {
"cache-control": "private, max-age=0",
"access-control-allow-origin": "*",
"access-control-allow-headers": "Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token",
"access-control-allow-methods": "GET, POST, OPTIONS, PUT, DELETE, PATCH",
"access-control-allow-credentials": "true",
"access-control-max-age": "604800",
"content-encoding": "gzip",
"strict-transport-security": "max-age=31536000",
"x-content-type-options": "nosniff",
"date": "Tue, 29 Jun 2021 07:25:36 GMT",
"server": "envoy",
"via": "HTTP/2 edgeproxy, 1.1 google",
"alt-svc": "clear",
"connection": "close",
"transfer-encoding": "chunked"
},
"statusCode": 403,