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] Errors showing up when trying to download songs #62

Open
jeremygottfried opened this issue Jan 28, 2022 · 1 comment
Open

[BUG] Errors showing up when trying to download songs #62

jeremygottfried opened this issue Jan 28, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jeremygottfried
Copy link

jeremygottfried commented Jan 28, 2022

Describe the bug

  1. [ERROR] ERROR: unable to download video data: HTTP Error 403: Forbidden
  2. [ERROR] ERROR: WARNING: unable to obtain file audio codec with ffprobe
  3. [ERROR] ERROR: unable to rename file: [Errno 2] No such file or directory:
  4. urllib3 (1.26.8) or chardet (3.0.4) doesn't match a supported version!

I am getting these errors all the time when I download. It doesn't seem to affect the actual download, so I'm not sure why it's showing as an error, though some downloads stall for a very long time before completing. Sometimes it gets stuck on the last 1-2 songs in a playlist/album.

To Reproduce
To produce errors:
savify "https://open.spotify.com/playlist/37i9dQZF1DX2kt7dB63bU1" -q best -f mp3 -o "./" -g "%playlist%"

To produce stalling:
savify "https://open.spotify.com/track/5vxhoZSPbnyhJVOd8WOGVR?si=6eec776bde30408c" -q best -f mp3 -o "./" -g "%artist%/%album%"

Expected behavior
Downloads work without error or exit the script if there is an exception.

Screenshots
Screen Shot 2022-01-28 at 12 43 46 PM

Desktop (please complete the following information):

  • OS: MacOS Catalina
  • Version 10.15.7
@jeremygottfried jeremygottfried added the bug Something isn't working label Jan 28, 2022
@jeremygottfried
Copy link
Author

The stalling may be because it's trying to download the music video or entire album for some of the songs, since many albums include a title track. This could probably be solved if there is a size limit option, so you could limit the size of a single track to 50mb for example.

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

2 participants