-
Notifications
You must be signed in to change notification settings - Fork 627
Open
Description
I recently began receiving 403 errors when using google-translate-api
. Digging in to the source a bit, this is the error that is being thrown:
{
"message": "Response code 403 (Forbidden)",
"host": "translate.google.com",
"hostname": "translate.google.com",
"method": "GET",
"path": "/translate_a/single?client=t&sl=en&tl=fr&hl=fr&dt=at&dt=bd&dt=ex&dt=ld&dt=md&dt=qca&dt=rw&dt=rm&dt=ss&dt=t&ie=UTF-8&oe=UTF-8&otf=1&ssel=0&tsel=0&kc=7&q=A-Z%20Site%20Index&tk=801225.801225",
"statusCode": 403,
"statusMessage": "Forbidden"
}
Based on this comment, it seems that Google may have added in some rate limiting that may affect this module. Can you verify if this is the root cause?
Metadata
Metadata
Assignees
Labels
No labels