vsetka / deepl-translator-cli

This command line tool delivers text translation capabilities to your console and is powered by DeepL (https://www.deepl.com/translator)
MIT License
148 stars 11 forks source link

Error: Too Many requests #5

Open X-Raym opened 4 years ago

X-Raym commented 4 years ago

Hi,

I have this error:

deepl translate -t "EN" "Salut"

Unexpected error when parsing deepl split sentence response: {"jsonrpc":"2.0","error":{"code":1042912,"message":"Too many requests."}}

Seems the project is broken ?

Thx.

return42 commented 4 years ago

This project is dead. See https://github.com/vsetka/deepl-translator-cli/issues/2#issuecomment-383504283

Workaround https://github.com/uinput/deeplator

jtrees commented 3 years ago

I presume DeepL changed their API. Funnily enough I get an equivalent error with deeplator:

urllib.error.HTTPError: HTTP Error 429: Too many Requests
return42 commented 3 years ago

Funnily enough I get an equivalent error with deeplator:

Related-to: https://github.com/uinput/deeplator/issues/12

nanderer commented 2 years ago

deeplator also has the Too many requests problem