translatte
translatte copied to clipboard
"google_free" returns error
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
Having the same problem here ! The same code worked yesterday.
Last time the issue auto-resolved just wait and retry. It seems a flaky issue.
Has some update about this issue ?
same issue