wolfswolke / aniworld_scraper

Aniworld.to mp4 scraper for animes.
MIT License
49 stars 16 forks source link

[BUG] FileNotFoundError #34

Closed Monokuma11 closed 5 months ago

Monokuma11 commented 5 months ago

Describe the bug: Instead of opening the chrome window and actually download something, it does not work and only reports missing files.

Steps to Reproduce the bug: Enter the settings in the constant.py file just like the bottom screenshots shows. The anime I used was "Girls und panzer" with the german subbed version.

Expected behavior: It should download the wanted movies, open a chrome window and work normally.

Screenshots

Screenshot 2024-01-25 093642 Screenshot 2024-01-25 093800

Additional Info In this attempt, I am using Python3.10, but the same error remained, when using Python3.12

wolfswolke commented 5 months ago

Did you by any chance forget to download ffmpeg.exe and putting it in the Project root Folder? That's the folder that has the DO_NOT_DELETE.txt, LICENSE, src Folder,... @Monokuma11

Monokuma11 commented 5 months ago
Screenshot 2024-01-26 095336

ffmpeg.exe is in the src folder and the error persists.

Screenshot 2024-01-26 095445
wolfswolke commented 5 months ago

@Monokuma11 the file needs to be in the root folder. Not the SRC Folder. This is because the script is now started outside of that folder.

Monokuma11 commented 5 months ago

Yup. That now worked. Thank you!