lushan88a / google_trans_new

A free and unlimited python API for google translate.
MIT License
393 stars 170 forks source link

google_new_transError: Failed to connect. Probable cause: timeout #27

Closed okkymabruri closed 3 years ago

okkymabruri commented 3 years ago

Hi @lushan88a , google_trans_new is great. I've used it a few days ago. I tried today but I have an error.

My purpose is to translate from id to en

from google_trans_new import google_translator

translator = google_translator()

df["desc"] = df["uraian"].apply(translator.translate, lang_tgt="en")
df

The error image image image image

jmagdeska commented 3 years ago

I'm facing the same error

brendachirata commented 3 years ago

hello guys @okkymabruri @jmagdeska . Did you manage to find a solution for this? im facing the same problem now, TIA

okkymabruri commented 3 years ago

@jmagdeska @brendachirata I move to https://github.com/Saravananslb/py-googletranslation. This one is my recommendation.

brendachirata commented 3 years ago

Thank you very much. I will let you know how it works for me.

On Thu, 25 Feb 2021, 04:41 Okky Mabruri, notifications@github.com wrote:

@jmagdeska https://github.com/jmagdeska @brendachirata https://github.com/brendachirata I move to https://github.com/Saravananslb/py-googletranslation. This one is my recommendation.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lushan88a/google_trans_new/issues/27#issuecomment-785553664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKKPFIYPAA2JFXLGDAUZD5LTAXBE3ANCNFSM4WGW3JUA .