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

Topics with Label: Spotipy

Labels

Forum Posts

/playlists API Endpoint Issue Fixed

We wanted to provide an update regarding issues identified in the “/playlists” API endpoints. We have investigated the reported concerns of null results appearing in responses and have fixed the behaviour in the “/me/playlists” and “/users/{user_id}/...

  • Spotify
  • Spotify
  • poisonzero31
  • Casual Listener
  • 230 Views
  • 5 replies
  • 1 likes
  • Possible Bug
  • 230 Views
  • 5 replies
  • 1 likes

Getting several tracks audio features returning error 429

Hello, I'm working on a web app, I code in Python and using Spotipy. I want to build a large datasets for my saved tracks that retrieves different track features. For that I'm using the audio_features as well. When going through my code line, it retu...

  • Newbie
  • Hello,  I'm working on a web app, I code in Python and using Spotipy. I want to build a large datasets for my saved tracks that retrieves different track features. For that I'm using the a...
  • 185 Views
  • 0 replies
  • 0 likes
  • audio_features
    Spotipy
  • 185 Views
  • 0 replies
  • 0 likes

Solved!! Entering the URL I was redirected to.

Hi all. I need help with my program. I am creating small GUI for my desktop APP (not commercial usage). I come to the "problem" that the Spotipy needs to enter the URL I was redirected to (not all the time), is there a way how to not needed it? Here ...

  • Regular
  • Hi all.  I need help with my program. I am creating small GUI for my desktop APP (not commercial usage).  I come to the "problem" that the Spotipy needs to enter the URL I was r...
  • SandraHeinz
  • Regular
  • 390 Views
  • 2 replies
  • 0 likes
  • Spotipy
    URL
  • 390 Views
  • 2 replies
  • 0 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/<P...
  • Lkole
  • Regular
  • 977 Views
  • 3 replies
  • 1 likes
  • 403 Insufficient client scope
    Spotipy
  • 977 Views
  • 3 replies
  • 1 likes

Error code 500 when trying to retrieve a song from library

PlanPremiumCountry DeviceDesktopOperating SystemLinux My Question or IssueI am trying to simply retrieve a song from my libary using the API, but I am receiving an error code 500. import spotipy from spotipy.oauth2 import SpotifyOAuth scope = "user-l...

  • Newbie
  • ...rror code 500.       import spotipy from spotipy.oauth2 import SpotifyOAuth scope = "user-library-read user-read-recently-played" sp = spotipy.Spotify(auth_manager=SpotifyOAuth(c...
  • 210 Views
  • 0 replies
  • 1 likes
  • Python
    Spotipy
    webapi
  • 210 Views
  • 0 replies
  • 1 likes

Solved!! How to iterate over a playlist in reversed order?

I am writing a simple program using python and library spotipy. How can I iterate over a collection "Liked Songs" in reversed order?

  • Casual Listener
  • I am writing a simple program using python and library spotipy. How can I iterate over a collection "Liked Songs" in reversed order?
  • Ximzend
  • Spotify Star
  • 441 Views
  • 3 replies
  • 0 likes
  • Python
    Spotipy
  • 441 Views
  • 3 replies
  • 0 likes

Authentication not working in a live server | Django, Spotipy

I am using Django and when I run a local server at localhost:8000, this piece of code works as intended: spotipy.Spotify( auth_manager=SpotifyOAuth( redirect_uri=config["REDIRECT_URI"], client_id=config["SPOTIPY_CLIENT_ID"], client_secret=config["SPO...

Aspecturu_0-1657497080193.png
  • Casual Listener
  • I am using Django and when I run a local server at localhost:8000, this piece of code works as intended: spotipy.Spotify( auth_manager=SpotifyOAuth( r...
  • Kelvxn
  • Casual Listener
  • 487 Views
  • 1 replies
  • 0 likes
  • Django
    Spotipy
  • 487 Views
  • 1 replies
  • 0 likes

Web API Label info for a given track.

Hi, im currently learning how to use the Spotify API. I have been using python along with a library called Spotipy in order to access all the information on this API. However, I was curious if it is possible to be able to grab the publishing info for...

  • Newbie
  • Hi,   im currently learning how to use the Spotify API. I have been using python along with a library called Spotipy in order to access all the information on this API.   However, I w...
  • 611 Views
  • 0 replies
  • 0 likes
  • api
    label
    publishing
    Spotipy
  • 611 Views
  • 0 replies
  • 0 likes

Superuser Contribution Adding a Playlist to Queue Using Spotify API

Using ''add_to_queue(uri, device_id=None)'' only lets the user add Tracks or Episodes to the playback queue. I was wondering if there is a secret way to add an entire playlist to the queue? Looking at the Add Item to Playback Queue (https://developer...

  • Casual Listener
  • Using ''add_to_queue(uri, device_id=None)'' only lets the user add Tracks or Episodes to the playback queue. I was wondering if there is a secret way to add an entire playlist to the queue? Looking a...
  • ogernugget
  • Casual Listener
  • 2316 Views
  • 6 replies
  • 1 likes
  • Add Playlist to Queue
    API Help
    spotify api
    Spotipy
  • 2316 Views
  • 6 replies
  • 1 likes

Solved!!Superuser Contribution Having problems with Redirect URL in production

I previously had an issue around redirect_uri that was quickly clarified and solved (thank you! ). My app runs perfectly locally, but now that I've deployed it on Heroku, I'm running into a related and confusing issue. To confirm, the 'redirect_uri' ...

  • Regular
  • I previously had an issue around redirect_uri that was quickly clarified and solved (thank you! 😁). My app runs perfectly locally, but now that I've deployed it on Heroku, I'm running into a related...
  • spotifyjosh
  • Spotify
  • 5749 Views
  • 3 replies
  • 0 likes
  • Spotipy
  • 5749 Views
  • 3 replies
  • 0 likes

403 Error Spotipy Playback Issues Playlist and Songs

.PlanPremium CountryFrance Operating SystemWindows 10 My Question or IssueWas trying to play a playlist using the spotipy library and my credentials. Was able to get the playlist metadata but when trying to play a song or a playlist I got a 403 error...

  • Casual Listener
  • . Plan Premium   Country France   Operating System Windows 10   My Question or Issue Was trying to play a playlist using the spotipy library and my credentials. Was able t...
  • Peter_Schorn
  • Roadie
  • 4624 Views
  • 8 replies
  • 1 likes
  • 403 error
    Spotipy
  • 4624 Views
  • 8 replies
  • 1 likes

Solved!! Trying to fix my "Liked Songs" playlist

PlanPremiumCountryCanadaDevicePython scriptOperating SystemLinux My Question or IssueI have an issue with my "Liked Songs" playlist where thousands of songs where liked by a bug in spotify pre-2019. I am trying to use spotipy (But if the python libra...

  • Casual Listener
  • ...bug in spotify pre-2019. I am trying to use spotipy (But if the python library can't do it I could use the web api instead if its possible) to fix it and unlike these songs. My problem is that none o...
  • fabquenneville
  • Casual Listener
  • 1162 Views
  • 3 replies
  • 0 likes
  • Liked Songs Playlist
    Spotipy
  • 1162 Views
  • 3 replies
  • 0 likes

Spotipy Web Application, how to retrieve OAuth code?

Hello all,I am branching out into trying to setup a Web Application for the first time, and I'm trying to make something with Spotify since I use it very often. I have a URL setup with my registered app on Heroku and I've got some barebones Python wr...

  • Casual Listener
  • ...egistered app on Heroku and I've got some barebones Python written using the Spotipy library.   I have created several Twitter apps using OAuth before, so I have a rough idea of how it works c...
  • PMental
  • Regular
  • 1238 Views
  • 1 replies
  • 0 likes
  • OAuth
    Python
    Spotipy
    web
    webapp
  • 1238 Views
  • 1 replies
  • 0 likes