Announcements

Help Wizard

Step 1

NEXT STEP

Topics with Label: Spotipy

Labels

Forum Posts

Welcome to the Spotify for Developers board!

Welcome to the Spotify for Developers board! This forum is the place for conversations about Spotify's Web API, Web Playback SDK, Widgets, and other developer tools. Here you can ask questions about the Spotify platform, chat with other developers, a...

  • Spotify
  • Spotify
  • 22490 Views
  • 0 replies
  • 61 likes
  • Discussion
  • 22490 Views
  • 0 replies
  • 61 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
  • ...odify playlist-modify-private playlist-modify-public", cache_handler=spotipy.DjangoSessionCacheHandler(request), ) ).current_user()  It redirects me to http://l...
  • Kelvxn
  • Casual Listener
  • 251 Views
  • 1 replies
  • 0 likes
  • Django
    Spotipy
  • 251 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...
  • 288 Views
  • 0 replies
  • 0 likes
  • api
    label
    publishing
    Spotipy
  • 288 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
  • 906 Views
  • 6 replies
  • 1 likes
  • Add Playlist to Queue
    API Help
    spotify api
    Spotipy
  • 906 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
  • 1578 Views
  • 3 replies
  • 0 likes
  • question
    Spotipy
  • 1578 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
  • 3470 Views
  • 8 replies
  • 1 likes
  • 403 error
    Possible Bug
    Spotipy
  • 3470 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
  • 692 Views
  • 3 replies
  • 0 likes
  • Liked Songs Playlist
    Spotipy
  • 692 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...

  • Visitor
  • ...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
  • 921 Views
  • 1 replies
  • 0 likes
  • OAuth
    Python
    Spotipy
    web
    webapp
  • 921 Views
  • 1 replies
  • 0 likes