mouuff / mtranslate

A simple api for google translate
MIT License
286 stars 83 forks source link

urlopen error WinError 10060 when using mtranslate #26

Open adrianguanipa opened 1 year ago

adrianguanipa commented 1 year ago

Not sure if someone is still monitoring this project, but I'm getting the following error when using the translate option

<urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Eventually works after trying a few more times and finishes successfully, but why is failing when my machine is online, is this hitting some sort of limit? any options around that?

Thanks.