bregydoc / gtranslate

Google translate API for unlimited and free translations, gtranslate generates the necessary token to use the Google Translate API for free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is infinite loop because of status code 429

Stanly1995 opened this issue · comments

@Stanly1995 It only loops while tries > 0 (and the default is just 2 tries).

But I think there is an issue if the response is neither OK nor Forbidden in which case it'd loop indefinitely.

commented

I also get the same 429 status - Too many requests.

Makes debugging hard..