soimort / translate-shell

:speech_balloon: Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
https://www.soimort.org/translate-shell
The Unlicense
6.85k stars 388 forks source link

Google engine is not working #430

Closed rtsisyk closed 2 years ago

rtsisyk commented 2 years ago

It works just one time per day:

% trans -b "en:ru" Hello

%
soimort commented 2 years ago

This is most likely because Google's server blocks your IP address temporarily due to too many / too frequent requests (See the FAQ), in that case you'll need to wait 24 hours before it works again. Unfortunately there's nothing I can do about this.