Skip to content
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

无法正确运行,如何解决? #6

Open
squarefaceyao opened this issue Oct 28, 2019 · 1 comment
Open

无法正确运行,如何解决? #6

squarefaceyao opened this issue Oct 28, 2019 · 1 comment

Comments

@squarefaceyao
Copy link

我点击网页上得翻译按钮会报错
Internal Server Error: /bing_trans/
Traceback (most recent call last):
File "C:\Users\Envs\EasyTrans_env\lib\site-packages\django\core\handlers\exception.py", line 34, in inner
response = get_response(request)
File "C:\Users\Envs\EasyTrans_env\lib\site-packages\django\core\handlers\base.py", line 115, in _get_response
response = self.process_exception_by_middleware(e, request)
File "C:\Users\Envs\EasyTrans_env\lib\site-packages\django\core\handlers\base.py", line 113, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "C:\Users\Envs\EasyTrans_env\lib\site-packages\django\views\decorators\csrf.py", line 54, in wrapped_view
return view_func(*args, **kwargs)
File "C:\Users\SquareFace\Downloads\EasyTrans\EasyTrans\trans\views.py", line 77, in bing_trans
bing_trans_content = translate_func.bing_translate(content)
File "C:\Users\SquareFace\Downloads\EasyTrans\EasyTrans\trans\translate_func.py", line 133, in bing_translate
res = requests.post(url, data={'text':content.replace('\n',''), 'from': 'en', 'to': "zh-CHS", 'doctype': 'json'}).json()['translationResponse']
File "C:\Users\Envs\EasyTrans_env\lib\site-packages\requests\models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "c:\programdata\anaconda3\Lib\json_init
.py", line 348, in loads
return _default_decoder.decode(s)
File "c:\programdata\anaconda3\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "c:\programdata\anaconda3\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)
[28/Oct/2019 20:38:14] "POST /bing_trans/ HTTP/1.1" 500 19501

@QPromise
Copy link
Owner

bing翻译接口已失效,正在改进。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants