SathyaBhat / spotify-dl

Downloads songs from your Spotify Playlist
http://sathyasays.com/2015/12/29/spotify-dl-download-your-spotify-my-music-songs-as-mp3/
MIT License
1.76k stars 214 forks source link

Unable to download any spotify song #383

Closed federman789 closed 4 days ago

federman789 commented 4 days ago

Describe the bug A clear and concise description of what the bug is. When entering a spotify song link I get a 403 forbidden error: [ERROR] ERROR: unable to download video data: HTTP Error 403: Forbidden [ERROR] ERROR: unable to download video data: HTTP Error 403: Forbidden [ERROR] ERROR: unable to download video data: HTTP Error 403: Forbidden

A line of error is generated every 3 seconds. Tried with multiple songs but that is not it

To Reproduce Please copy paste the entire command, running it in verbose more by passing the -V flag. example: spotify_dl -V .....

$ savify "https://open.spotify.com/track/5Re8DUUAt9ui1Yr6WdNwFm?si=45ca81982be44595"

Expected behavior A clear and concise description of what you expected to happen.

.mp3 should be downloaded in the default path

Screenshots If applicable, add screenshots to help explain your problem. image

Notes I may be doing something wrong... It is the first time set this up. I followed the instructions in the README file. I have the environment variables from spotify developer set up in the system, as well as the ffmpeg program installed in the path...

federman789 commented 4 days ago

I added the bug in the incorrect place.