Coder Social home page Coder Social logo

Comments (7)

UlionTse avatar UlionTse commented on May 8, 2024

@FidoDidoVN Show your environment, code and error please.

from translators.

FidoDidoVN avatar FidoDidoVN commented on May 8, 2024

Thank you, This is my code:

import translators as ts

Text = "This is my Text"
google = ts.google(Text,to_language="es")
print(google)
sogou = ts.sogou(Text,to_language="es")
print(google)
bing = ts.bing(Text,to_language="es")
print(google)

and the result here:
Este es mi texto
2020-05-19 14:16:08.278 | INFO | translators.apis:wrapper:62 - UseTimeSeconds(fn: google_api): 0.52
Este es mi texto
2020-05-19 14:16:10.471 | INFO | translators.apis:wrapper:62 - UseTimeSeconds(fn: sogou_api): 2.19
Traceback (most recent call last):
File "C:/Users/Fido WIn/Desktop/Fido Json Reup v1.5/test.py", line 8, in
bing = ts.bing(Text,to_language="es")
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\site-packages\translators\apis.py", line 60, in wrapper
r = func(*args, **kwargs)
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\site-packages\translators\apis.py", line 621, in bing_api
data = r.json()
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\site-packages\requests\models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\json_init_.py", line 348, in loads
return _default_decoder.decode(s)
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

from translators.

UlionTse avatar UlionTse commented on May 8, 2024

@FidoDidoVN First, pay attention to your print(*). Second, about google and bing, you can try if_use_cn_host=False if you did not more frequently request .

from translators.

FidoDidoVN avatar FidoDidoVN commented on May 8, 2024

Thank you! the error tell that the code is wrong at "line 8, in
bing = ts.bing(Text,to_language="es")" so even my print() is wrong but the code is stop at line 8. I try "if_use_cn_host=False" with the code as:
import translators as ts

Text = "This is my Text"
google = ts.google(Text,to_language="es")
print(google)
sogou = ts.sogou(Text,to_language="es")
print(sogou)
bing = ts.bing(Text,to_language="es",if_use_cn_host=False)
print(bing)

And still get the same error:
Este es mi texto
2020-05-19 15:30:52.411 | INFO | translators.apis:wrapper:62 - UseTimeSeconds(fn: google_api): 0.67
Este es mi texto
2020-05-19 15:30:54.216 | INFO | translators.apis:wrapper:62 - UseTimeSeconds(fn: sogou_api): 1.8
Traceback (most recent call last):
File "C:/Users/Fido WIn/Desktop/Fido Json Reup v1.5/test.py", line 8, in
bing = ts.bing(Text,to_language="es",if_use_cn_host=False)
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\site-packages\translators\apis.py", line 60, in wrapper
r = func(*args, **kwargs)
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\site-packages\translators\apis.py", line 621, in bing_api
data = r.json()
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\site-packages\requests\models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\json_init_.py", line 348, in loads
return _default_decoder.decode(s)
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Fido WIn\AppData\Local\Programs\Python\Python37-32\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

from translators.

UlionTse avatar UlionTse commented on May 8, 2024

@FidoDidoVN The error is No data returned by network request . Where are you from? And pip install translators --upgrade, ensure the version is 4.5.4
image

from translators.

FidoDidoVN avatar FidoDidoVN commented on May 8, 2024

I'm from Viet Nam. Yes my version is 4.5.4.

from translators.

UlionTse avatar UlionTse commented on May 8, 2024

@FidoDidoVN So you should use if_use_cn_host=False for bing(). Can you access this website(http://bing.com/Translator) normally and translate it normally?

from translators.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.