-
Notifications
You must be signed in to change notification settings - Fork 63
os error 87 #253
Comments
I was unable to reproduce this on macOS 14.1 Beta (23B5067a) using the latest commit of |
This is a Windows specific error. When looking for the error on the internet and given that I cannot reproduce this on Linux too, the cause is probably that the underlying ffmpeg command is too long for Windows (once again a weird windows-only edgecase 🙃). |
=P @bytedream if you want me to test something here on Windows, just ask. |
Gotta love those Windows-only bugs lol |
Yes windows got me once or twice with its weird behavior (e.g. d090a5a I was so pissed when I did this commit) |
So I've tried the command on a Windows VM and I also got an error but with a different error code. The cause may not be the length of the underlying command but special characters in the filename which are forbidden on Windows (there are plenty). Could you re-try the command without any of the colon |
Ok @bytedream now I'm just feeling dumb. The anime name have a ":" and this was the cause of the error. But it still is a strange behavior, since it downloads all the video and audio tracks and just throw an error when trying to download the subtitle, as show in my screnshot up there. |
It's probable that it had finished downloading the subtitles and had gone into the FFmpeg phase, which is right after. |
Makes sense @valentinegb since the subtitles are what is faster to download (I believe) |
I had sanitation already in place to prevent such errors but it would only sanitize the replaced output template options instead of the full output argument. |
Yeah man, Windows sucks with this, don't worry too much. Maybe add something on the readme about it? |
Describe the bug
I'm trying to download "Jobless Reincarnation" with dual audio and brazilian subtitle, but it always five me this error after donwloading video and audio. It says incorrect parameters.
To Reproduce
Steps / command to reproduce the behavior:
Expected behavior
Donwload the anime, with audio in Japanese and Portuguese and Brazilian subtitles.
Client (please complete the following information):
The text was updated successfully, but these errors were encountered: