caseychu / spotify-backup

A Python script that exports all of your Spotify playlists.
MIT License
847 stars 123 forks source link

Couldn't load URL #59

Closed ecarmonabaltimore closed 4 months ago

ecarmonabaltimore commented 4 months ago

When i run python3 spotify-backup.py i get this issue [03:02:11] Logging in (click if it doesn't open automatically): https://accounts.spotify.com/authorize?response_type=token&client_id=5c098bcc800e45d49e476265bc9b6934&scope=playlist-read-private+playlist-read-collaborative+user-library-read&redirect_uri=http%3A%2F%2F127.0.0.1%3A43019%2Fredirect [03:02:12] Received access token from Spotify: [token] [03:02:12] Loading user info... [03:02:12] Couldn't load URL: https://api.spotify.com/v1/me (<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>) [03:02:14] Trying again... [03:02:14] Couldn't load URL: https://api.spotify.com/v1/me (<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>) [03:02:16] Trying again... [03:02:16] Couldn't load URL: https://api.spotify.com/v1/me (<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>) [03:02:18] Trying again...

Do you know what could be causing the issue?