-
Notifications
You must be signed in to change notification settings - Fork 35
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
FileNotFoundError #4
Comments
Looking at that last filename I get the feeling that the path might have still ended up being longer than 260 characters (even if the script is trying to use a short filename) which causes issues with ffmpeg on Windows. Could you try running the script from a short location (e.g put it in |
It worked, thank you!! |
Would still like for this to be handled properly (I thought it only bugged ffmpeg but apparently the html file doesn't like this either), so I'll leave this open and have a look at it. |
ohhh, I stumbled upon the same error again even though I renamed the parent directory to just alphabet "B" in C Drive.
|
Fixed the issue by following the below guide https://www.itprotoday.com/windows-10/enable-long-file-name-support-windows-10 |
Great! I should have fixed this in the script with 8c5e51a, but that's good to know - guess it explains why I wasn't being able to replicate this, I probably enabled that on my system a long time ago. I'll add a little blurb in the readme about this just in case! 😉 |
Program gets aborted at this particular book with FileNotFoundError
The text was updated successfully, but these errors were encountered: