-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google_new_transError: 404 (Not Found) from TTS API. Probable cause: Unknown #57
Comments
Fixed by me in #58 |
Please release it to pypi |
I wish that it was updated in pypi, but for now you can also just download constant.py and google_trans_new.py and add them into your project. |
Wow, that's the easiest solution without proxy stuff. May they release this new version to PYPI soon. |
just cloned this and I am getting this error. Any fixes? |
I didn't get it couldn't you help me out |
test code:
from google_trans_new import google_translator
translator = google_translator()
translate_text = translator.translate('สวัสดีจีน',lang_tgt='en')
print(translate_text)
======================================
error:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://translate.google.cn/_/TranslateWebserverUi/data/batchexecute
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
google_trans_new.google_trans_new.google_new_transError: 404 (Not Found) from TTS API. Probable cause: Unknown
The text was updated successfully, but these errors were encountered: