You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .....
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...
The text was updated successfully, but these errors were encountered:
YouTube-dl is out of date and yt-dlp is necessary. I submitted a pull request with an updates savify.py and Dockerfile and was able to fix the 403 error. Weather or not the pull request gets merged the my fork is still active
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...
The text was updated successfully, but these errors were encountered: