-
Notifications
You must be signed in to change notification settings - Fork 20
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
Ytermusic freezes indefinately - ERROR - probe reach EOF at 0 bytes #108
Comments
Yes ive tried cookies and user agents from different browsers (schizofox and chromium) and no dice |
It's an error from the Synphonia decoder create. Seems to be because the downloaded file size is invalid. Is this issue appears for any downloaded songs? If not, can you provide the video id or the incriminated mp4 file? |
Yes, it's all of them. Any song and it just freezes.
|
All your mp4s have a filesize of zero. Theoretically the downloader lib check the length of the mp4, but it seems that it's not the case for you. If you installed ytermusic manually, try to do |
im using nix, and i just built using the unstable branch (which should be building from source link here: https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=ytermusic) |
I'm not very familiar with NixOS, but if you want to keep ytermusic as a package, I think you need to create an update request for the dependencies at the nixpkgs github. From what I see, the package has not been updated since 3 months ago. In the issue, please inform the maintainers that the cargo.lock file needs to be regenerated to get the last version of the rusty_ytdl commit as it has not been updated yet in this project. |
after selecting a song or ytermusic attempting to download a song, ytermusic freezes forever with this error in the log:
ERROR - probe reach EOF at 0 bytes. [/build/cargo-vendor-dir/symphonia-core-0.5.4/src/probe.rs]
happens even after clearing db and cache
The text was updated successfully, but these errors were encountered: