You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the translation (ka -> en) stopped working and the error below appeared.
I did not change anything in code base related to translation
What I Did
Just calling translate:
from deep_translator import GoogleTranslator
translator = GoogleTranslator(source='ka', target='en')
translator.translate('somestring')
Traceback:
File "/opt/venv/lib/python3.11/site-packages/deep_translator/google.py", line 74, in translate
raise RequestError()
deep_translator.exceptions.RequestError: Request exception can happen due to an api connection error. Please check your connection and try again
The text was updated successfully, but these errors were encountered:
Description
Hello! And thank you for your work
Recently the translation (ka -> en) stopped working and the error below appeared.
I did not change anything in code base related to translation
What I Did
Just calling translate:
Traceback:
The text was updated successfully, but these errors were encountered: