spotify-playlist-from-csv
spotify-playlist-from-csv copied to clipboard
Create playlists in Spotify using Python, libspotify, and pyspotify.
Results
1
spotify-playlist-from-csv issues
Sort by
recently updated
recently updated
newest added
After collecting the username and password I receive: Traceback (most recent call last): File "./main.py", line 277, in main() File "./main.py", line 274, in main app.run(args.file, args.name, args.relogin) File "./main.py",...