google_new_transError: Failed to connect. Probable cause: timeout?

google_new_transError: Failed to connect. Probable cause: timeout?

from google_trans_new import google_translator 

translator= google_translator()

translated = translator.translate("i am a boy", lang_tgt = 'fr')
translated_back = translator.translate(translated, lang_tgt = 'en')

此库使用对 Web 界面的请求。如果过度使用 Google 会阻塞你一段时间,因为对于应用程序你必须使用 Google 翻译 API。问题可能出在这里。