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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Too Many requests

X-Raym opened this issue · comments

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.

This project is dead. See #2 (comment)

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

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

urllib.error.HTTPError: HTTP Error 429: Too many Requests

Funnily enough I get an equivalent error with deeplator:

Related-to: uinput/deeplator#12

deeplator also has the Too many requests problem