SociallyIneptWeeb / LanguageLeapAI

Your Personal Multilingual AI Translator
MIT License
844 stars 169 forks source link

Unable to reach Whisper, ensure that it is running, or the WHISPER_BASE_URL variable is set correctly #38

Open jamhea23 opened 1 year ago

jamhea23 commented 1 year ago

image

both urls are the same image

image

SociallyIneptWeeb commented 1 year ago

It might be your firewall blocking requests from that public IP address

jamhea23 commented 1 year ago

Already did it beforehand. Are there any problems you have in mind?

SociallyIneptWeeb commented 1 year ago

Maybe restart your python program? The WHISPER_BASE_URL will not be updated if the python program is running and you edit the .env file while it is running, you will need to restart it

jamhea23 commented 1 year ago

Maybe restart your python program? The WHISPER_BASE_URL will not be updated if the python program is running and you edit the .env file while it is running, you will need to restart it

how did u unblock ngrok in firewall? i already checked the outbound rules but there are no IPs blocked. image

SociallyIneptWeeb commented 1 year ago

Try visiting the public URL on your web browser. You should be able to see a JSON response of status: ok. If so, you should be able to connect to it. If not, your firewall might be blocking it from inbound rules

jamhea23 commented 1 year ago

Try visiting the public URL on your web browser. You should be able to see a JSON response of status: ok. If so, you should be able to connect to it. If not, your firewall might be blocking it from inbound rules

image done. guess firewall is okay ig.

jamhea23 commented 1 year ago

Try visiting the public URL on your web browser. You should be able to see a JSON response of status: ok. If so, you should be able to connect to it. If not, your firewall might be blocking it from inbound rules

image dunno if its significant but i found this error

SociallyIneptWeeb commented 1 year ago

Have you pip installed the requirements.txt?

jamhea23 commented 1 year ago

Have you pip installed the requirements.txt?

image yep