ObservedObserver / chatgpt-i18n

Localize your websites with AI assistance.
https://www.i18n.ing/
GNU Affero General Public License v3.0
795 stars 96 forks source link

[bug] Not working in large json file #14

Open blv-rodrigoerades opened 1 year ago

blv-rodrigoerades commented 1 year ago

It looks that the service is not working anymore

Error: Request failed with status code 401

ObservedObserver commented 1 year ago

Did you add a valid key to .env file?

blv-rodrigoerades commented 1 year ago

I think I did. I use 2 just in case I also try ai-json-translator but without success

blv-rodrigoerades commented 1 year ago

I also try the online example that you have publish but without any success 😰

ObservedObserver commented 1 year ago

I just tested the online example, it's fine for my input.

Can you provide your json example?

blv-rodrigoerades commented 1 year ago

ohh, it looks that is failing when trying to translate into multiple files like the example image

image

blv-rodrigoerades commented 1 year ago

.... or when the JSON file is too big 3k lines . I guess there must be a limit of maximum calls

ObservedObserver commented 1 year ago

Yeah, it's possible for large json file. I will fix it soon.

blv-rodrigoerades commented 1 year ago

Thanks !