UlionTse / translators

🌏🌍🌎Translators🌎🌍🌏 is a library that aims to bring free, multiple, enjoyable translations to individuals and students in Python. Translators是一个旨在用Python为个人和学生带来免费、多样、愉快翻译的库。
https://pypi.org/project/translators/
GNU General Public License v3.0
1.66k stars 193 forks source link

iflytek and tencent don't work #65

Closed ghost closed 2 years ago

ghost commented 2 years ago

讯飞和腾讯用不了,你看能修改吗?

UlionTse commented 2 years ago

@westernoon Please provide more information, such as error information and runtime environment . About iflytek(), you can read this.

ghost commented 2 years ago

Tencent dose work well(I just made a mistake).But iflytek give this error:

Traceback (most recent call last): File "C:\Users\xxx\test.py", line 8, in print(ts.iflytek('おはよ',from_language='ja',to_language='zh')) File "C:\Users\xxx\Lib\site-packages\translators\apis.py", line 1566, in iflytek_api r.raise_for_status() File "C:\Users\xxx\Lib\site-packages\requests\models.py", line 960, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://saas.xfyun.cn/ai-application/trans/its

env: python 3.8.8 translators==5.1.1 PyExecJS==1.5.1 requests==2.27.1 lxml==4.8.0 pathos==0.2.8 loguru==0.6.0

UlionTse commented 2 years ago

@westernoon Done.