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
Traceback (most recent call last):
File "C:\Users\femustafa\Desktop\Language app\main.py", line 81, in <module>
print(translate.example("Hello", "German", "English"))
File "C:\Users\femustafa\Desktop\Language app\.venv\lib\site-packages\translatepy\translate.py", line 363, in example
raise NoResult("No service has returned a valid result")
translatepy.exceptions.NoResult: No service has returned a valid result
As example function is not implemented for all translators. I just use Bing translator
The
example
function is not working. First, I use the following codewhich gives the following error.
As
example
function is not implemented for all translators. I just use Bing translatorwhich gives the following error.
Am i doing something wrong? . Your help will be appreciated.
The text was updated successfully, but these errors were encountered: