Spotify-Playlist-Generator1 icon indicating copy to clipboard operation
Spotify-Playlist-Generator1 copied to clipboard

Flask web app used to create Spotify playlists based on selected tracks and personal preferences

Results 2 Spotify-Playlist-Generator1 issues
Sort by recently updated
recently updated
newest added

How were you able to deploy this application on heroku? Since we assign the Spotify client_side_url to '127.0.0.1', the application is redirected to that link. Is there a possibility to...

After some testing, I figured out that the error is caused by an Index error as shown in the below: ``` 'playlist_img_url': playlist['images'][0]['url'], IndexError: list index out of range ```...