Mabzak-Knight / NyanTranslate

Simple Manga Translator Supporting 23 Languages
http://nyantl.ddns.net/
MIT License
7 stars 2 forks source link

FileNotFoundError #5

Open APPALLO opened 3 months ago

APPALLO commented 3 months ago

Dear M. Agus Badruzaman Al Khoir,

Hello. I hope you are fine.

On my website, I get the error "FileNotFoundError: [WinError 2] The system cannot find the file specified."

I need help resolving the error. Can you review the attached image?

Thank you for your help.

Kind regards,

[APPALLO]

Ekran görüntüsü 2024-06-02 165519

Mabzak-Knight commented 3 months ago

Possible causes of this error include:

The file name or file path provided is incorrect or incomplete. The file does not exist at the specified location. There is a typo in the file name or extension. The directory path provided does not exist or is incorrect.

I see that the missing file is related to the libraries Flask and subprocess. Try reinstalling these libraries. First, try reinstalling Python to restore the missing subprocess file, then install Flask.

To install Flask, use the following command: pip install Flask