translatte icon indicating copy to clipboard operation
translatte copied to clipboard

"google_free" returns error

Open lucap84 opened this issue 4 years ago • 4 comments

Today I'm receiving errors using "translatte": "^3.0.0"

This is how I use it

text = "translate me please";
from = "en";
to = "it";
const translatedObj = await translate(text, 
            {
                from,
                to,
                priority: [ "google_free" ],
                services: { "google_free": true }
            }
        ).catch(e => {
            console.warn(`Error during translation ${JSON.stringify(e)}`);
        });

The same code worked in past weeks/month, instead now I'm receiving an error Error during translation {"google_free":"Text translation request failed"}

Do you have any idea about this issue?

Thanks

lucap84 avatar May 12 '21 12:05 lucap84

Having the same problem here ! The same code worked yesterday.

alepolak avatar Jun 14 '21 10:06 alepolak

Last time the issue auto-resolved just wait and retry. It seems a flaky issue.

lucap84 avatar Jun 14 '21 13:06 lucap84

Has some update about this issue ?

vitucordeiro avatar Oct 07 '23 00:10 vitucordeiro

same issue

asajadi84 avatar Apr 30 '24 07:04 asajadi84