Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When entering a spotify song link I get a 403 forbidden error: #103

Open
federman789 opened this issue Nov 23, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@federman789
Copy link

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 federman789 added the bug Something isn't working label Nov 23, 2024
@SamGulinello
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants