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

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Updating the Criteria for Web API Extended Access

Hey, I created this thread to get your feedback on our blog post around changes to the Web API extended access criteria, which will take place on May 15th. Please share any of your thoughts on this change in the comments below. All of your feedback w...

Spotify

dariosky

Casual Listener

40104 Views

143 replies

15 likes

Discussion
  • 40104 Views
  • 143 replies
  • 15 likes

The playlist creation endpoint is frequently returning "502 Error while loading resource"

The playlist creation endpoint (docs) is frequently returning HTTP error code 502 and a response body that looks like: {"error": {"status": 502, "message": "Error while loading resource" } } This has completely broken the app that I develop, and is t...

Music Fan

The playlist creation endpoint (docs) is frequently returning HTTP error code 502 and a response body that looks like:   {"error": {"status": 502, "message": "Error while loading resource" } }...

nathancoleman

Music Fan

952 Views

4 replies

1 likes

Possible Bug
  • 952 Views
  • 4 replies
  • 1 likes

[API] How to list all collaborators on a playlist

I'm looking to get a list of all collaborators invited to a playlist through the API. So far, the only way I've found to do this is to iterate through every track in the playlist and check who added to it. This is incredibly resource intensive and do...

Casual Listener

I'm looking to get a list of all collaborators invited to a playlist through the API. So far, the only way I've found to do this is to iterate through every track in the playlist and check who added ...

xtremechaos

Newbie

485 Views

2 replies

0 likes

Question
  • 485 Views
  • 2 replies
  • 0 likes

Favourite artist fetch call returning empty Array

i have been working on this app using the WEB-API and prior to a week ago both tracks and artist fetch requests worked just fine but now the artist fetch request returns an empty array but the tracks works perfectly fine.

Casual Listener

i have been working on this app using the WEB-API and prior to a week ago both tracks and artist fetch requests worked just fine but now the artist fetch request returns an empty array but the tracks...

tariqYA_

Casual Listener

268 Views

2 replies

0 likes

Possible Bug
  • 268 Views
  • 2 replies
  • 0 likes

Can you fix the audio on this album

The band Sevendust's album "Alpha" is having audio issues. Some of the songs are playing the incorrect audio. The song "Driven" for example is playing the song "Alpha" audio. Please fix its driving me insane

Visitor

The band Sevendust's album "Alpha" is having audio issues. Some of the songs are playing the incorrect audio. The song "Driven" for example is playing the song "Alpha" audio. Please fix its driving m...

Ximzend

Spotify Star

163 Views

1 replies

0 likes

  • 163 Views
  • 1 replies
  • 0 likes

sp.artist(uri) not working

Recently I have been testing and using my code and randomly the sp.artist(uri) function stopped working. My code when it gets to that line runs indefinitely but my sp.playlist_items() is working just fine. This problem started randomly without changi...

Newbie

Recently I have been testing and using my code and randomly the sp.artist(uri) function stopped working. My code when it gets to that line runs indefinitely but my sp.playlist_items() is working just...

289 Views

0 replies

0 likes

code stuck
Functionality
Status
  • 289 Views
  • 0 replies
  • 0 likes

linked_from no longer included with track details

Linked tracks are no longer including a linked_from attribue in the web API. The example in the track relinking article says that:6kLCHFM39wkFjOuyPGLGeQ should link to:6ozxplTAjWO0BlUxN8ia0A But the linked_from is no longer included in the response. ...

Visitor

Linked tracks are no longer including a linked_from attribue in the web API.   The example in the track relinking article says that: 6kLCHFM39wkFjOuyPGLGeQ   should link to: 6ozxplTAj...

Tinttii

Newbie

496 Views

1 replies

3 likes

Possible Bug
  • 496 Views
  • 1 replies
  • 3 likes

I cant create an app

PlanPremiumCountrySlovakiaOperating System(Windows 10) My Question or IssueIt is saying "We were not able to load your account information. Please refresh the page and try again."

Newbie

  Plan Premium Country Slovakia Operating System (Windows 10)   My Question or Issue It is saying "We were not able to load your account information. Please refresh the page and tr...

vicgardenhire

Casual Listener

332 Views

2 replies

2 likes

Possible Bug
  • 332 Views
  • 2 replies
  • 2 likes

Error While Creating App

I'm trying to create a new app at: https://developer.spotify.com/dashboard/createAfter clicking the "Create App" button, a form flashed and automatically shows a red error message containing: "We were not able to load your account information. Please...

Newbie

I'm trying to create a new app at: https://developer.spotify.com/dashboard/create After clicking the "Create App" button, a form flashed and automatically shows a red error message containing...

not_revan

Casual Listener

1782 Views

16 replies

22 likes

500 Internal server error
error message
Possible Bug API
  • 1782 Views
  • 16 replies
  • 22 likes

CreatePlaylist starting returning a 200 instead of 201 for successful results!

CreatePlaylist starting returning a 200 instead of 201 for successful results! This broke my application since I was looking for a 201.

Gig Goer

CreatePlaylist starting returning a 200 instead of 201 for successful results!  This broke my application since I was looking for a 201.    

NimrodYizhar

Casual Listener

477 Views

3 replies

1 likes

Possible Bug
  • 477 Views
  • 3 replies
  • 1 likes

Podcast only for external website subscribers

Hello, I would like to recreate the same experience of podcasts accessible only to subscribers of my website that can be seen here: https://open.spotify.com/show/6GSnbFz5qzNuKnLmGzQbPc (Making Sense with Sam Harris - Subscriber Content). On Spotify a...

Visitor

Hello, I would like to recreate the same experience of podcasts accessible only to subscribers of my website that can be seen here: https://open.spotify.com/show/6GSnbFz5qzNuKnLmGzQbPc (Making Sense ...

338 Views

0 replies

0 likes

podcast
subscribers
  • 338 Views
  • 0 replies
  • 0 likes

Cool uses of the Spotify API

Hi! I didn't see a place where people are sharing the cool stuff they're able to do with the API? Thought it could be fun to have a place for this?

Regular

Hi! I didn't see a place where people are sharing the cool stuff they're able to do with the API? Thought it could be fun to have a place for this? 

morgan_wills

Regular

845 Views

1 replies

1 likes

Discussion
  • 845 Views
  • 1 replies
  • 1 likes

Solved!! HTTPError: 403 Client Error: Forbidden for url: /tracks?position=0

My Python script that uses Spotipy stopped working yesterday after working fine for months.The full error message is... HTTP Error for POST to https://api.spotify.com/v1/playlists//tracks with Params: {'position': 0} returned 403 due to Insufficient ...

Casual Listener

My Python script that uses Spotipy stopped working yesterday after working fine for months. The full error message is...   HTTP Error for POST to https://api.spotify.com/v1/playlists/<PL...

Lkole

Regular

1576 Views

3 replies

1 likes

403 Insufficient client scope
Spotipy
  • 1576 Views
  • 3 replies
  • 1 likes

/me/top/tracks endpoint returns album_type of EP, SINGLE, ALBUM

Using the Web API, I'm finding that when you ask for user's top items and specifying tracks, each track has an album_type of either "EP" or "SINGLE" or "ALBUM". This goes against what is documented — and found with other endpoints — of "album", "sing...

Casual Listener

Using the Web API, I'm finding that when you ask for user's top items and specifying tracks, each track has an album_type of either "EP" or "SINGLE" or "ALBUM".   This goes against what is docum...

225 Views

0 replies

0 likes

Possible Bug
  • 225 Views
  • 0 replies
  • 0 likes

Embed not working

Got an issue embedding this? Embed renders but play button does nothing and spins? Other podcasts embedded same way work? Any ideas?

Visitor

Got an issue embedding this?   Embed renders but play button does nothing and spins? Other podcasts embedded same way work?   <iframe style="border-radius:12px" src="https://open.spo...

365 Views

0 replies

0 likes

iFrame API
Podcast API
  • 365 Views
  • 0 replies
  • 0 likes

[Web API] Adding tracks to a public playlist requires playlist-modify-private scope

Hello everyone ! My use case :Via the Spotify Web API, I want to create a public playlist and add tracks to it.My implementation :I setup a spotify auth flow that requires the playlist-modify-public scope.Then when I get the auth token I create the p...

Casual Listener

Hello everyone !    My use case : Via the Spotify Web API, I want to create a public playlist and add tracks to it. My implementation : I setup a spotify auth flow that requires ...

blackarcanis

Roadie

6510 Views

34 replies

5 likes

Possible Bug
  • 6510 Views
  • 34 replies
  • 5 likes

Add Tracks to Playlist Changed ; No URIs Provided error

Did the API change the functionality of adding tracks to a playlist? I have my code load in TrackIds and use them to add tracks to a playlist but just today I got an error saying that I did not provide any URIs. Did something change in the backend th...

Regular

Did the API change the functionality of adding tracks to a playlist? I have my code load in TrackIds and use them to add tracks to a playlist but just today I got an error saying that I did not provi...

AliAnderson

Visitor

3269 Views

11 replies

2 likes

API Bug
API Help
  • 3269 Views
  • 11 replies
  • 2 likes

Solved!! duration_ms suddenly returning float instead of int

Suddenly, the api.spotify.com/v1/tracks/{id} endpoint has started giving me track duration_ms as a float e.g."duration_ms": 2345.0,The endpoint always used to return an int, which matches the documentation. Weirdly the response from the "try it" resp...

Roadie

Suddenly, the api.spotify.com/v1/tracks/{id} endpoint has started giving me track duration_ms as a float e.g. "duration_ms": 2345.0, The endpoint always used to return an int, which matches the doc...

ficvebanger

Regular

3382 Views

23 replies

28 likes

Possible Bug
  • 3382 Views
  • 23 replies
  • 28 likes

Getting http 403 after calling API

Our app has Spotify playlist fetching integration for quite some time (since 2020) working without any problems, however starting from about two to three weeks ago, we have been getting 403 errors. We had previously used a different email address but...

Visitor

Our app has Spotify playlist fetching integration for quite some time (since 2020) working without any problems, however starting from about two to three weeks ago, we have been getting 403 errors. W...

362 Views

0 replies

0 likes

403
error
forbidden
playlist fetching
  • 362 Views
  • 0 replies
  • 0 likes

App that creates Playlists from your iMessage chats - AutoSpoto

PlanFree/PremiumCountry DeviceMacBookOperating System(iOS) My Question or IssueLooking for feedback on our app that creates Spotify playlists out of your iMessage chats. Available free to download on the Mac App Store, named AutoSpoto: https://apple....

Casual Listener

  Plan Free/Premium Country   Device MacBook Operating System (iOS)   My Question or Issue Looking for feedback on our app that creates Spotify playlists out of your iMessag...

162 Views

0 replies

0 likes

Discussion
Feature Request
Question
  • 162 Views
  • 0 replies
  • 0 likes

No shuffle button

PlanPremiumCountryUnited KingdomDevice(iPhone 11)Operating SystemMy Question or Issuejust got premium duo and no shuffle button and have tried un downloading and reinstalling

Newbie

Plan Premium Country United Kingdom Device (iPhone 11) Operating System My Question or Issue just got premium duo and no shuffle button  and have tried un downloading and reinstalling ...

147 Views

0 replies

0 likes

Possible Bug
  • 147 Views
  • 0 replies
  • 0 likes