Closed TrackLab closed 7 months ago
@TrackLab FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
That means the FFMPEG exe was not found in your Folder. Did you put it into your workingdir?
Like this: AniWorldScraper\ffmpeg.exe
I had the ffmpeg inside the src folder, like I have in 1.9. Has that changed? Also, a side question, V 1.9 used whatever source was available VOE, Streamtape, etc.
Now the master branch makes it look like you can only chose one host? Since you set one in the call of main.py, or in the bat file.
The current main Branch starts MAIN.py which is in the root folder. Ill add a check that checks if ffmpeg is in the root folder or src and use that. Also the settings provider is a feature i added. You set the provider you want to use and if that one doesn't work it automatically chooses a different one.
@TrackLab i added some logic that checks where the exe is or if it is installed. You can now run the main.py like the batch does or use the batch.
Perhabs a note in the console with the link to ffmpeg's download, when it cannot be found is a good idea for new users. Either way, thanks.
Describe the bug: So, this tool has worked fine all the time. I recently switched to Win11, and now its broken. So I am a little surprised by that. I used the V1.9 release the whole time, because the master branch is a newer one that never got a release. The master branch is broken, with this report. The V1.9 release seems to work fine as of right now. So I am going to continue using that for now.
Expected behavior: To create a .mp4 file. It does create the folders, but not a file.