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

Get Playlist Request Hangs

Get Playlist Request Hangs

I am using the Spotify API for Python in a script that I have been putting together. I am using Spotify's Python API to try to get a playlist: sp.playlist('3KKr1w8DoBpT3B3iCNIJlT',fields=None,market='US') but it just hangs until I stop the script. I also am not getting any error response. Has anybody experienced this issue before? It seems to be new because the API was working for me earlier.

 

Here is the playlist that I am trying to get: https://open.spotify.com/playlist/3KKr1w8DoBpT3B3iCNIJlT

Reply
1 Reply

Hi @cdr4321,

When you write fields=None, you say you don't want information from the playlist.

To get all information from the playlist, you should not use this fields variable.

 

You could try out fields at this page. They should follow the structure of the JSON.

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

Suggested posts