#6367 404 Client Error: Not Found for url: https://edge.microsoft.com/translate/authTraceback (most recent call last):

110.82.**3 Posted at: 3 hours ago

404 Client Error: Not Found for url: https://edge.microsoft.com/translate/auth
Traceback (most recent call last):
File "videotrans\translator\_base.py", line 98, in run
File "videotrans\translator\_base.py", line 119, in _run_text
File "tenacity\__init__.py", line 338, in wrapped_f
File "tenacity\__init__.py", line 477, in call
File "tenacity\__init__.py", line 378, in iter
File "tenacity\__init__.py", line 421, in exc_check
tenacity.RetryError: RetryError[]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\_only_one.py", line 65, in run
File "videotrans\task\trans_create.py", line 658, in trans
File "videotrans\translator\__init__.py", line 938, in run
File "videotrans\translator\_base.py", line 100, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\translator\_microsoft.py", line 34, in _item_task
File "requests\models.py", line 1026, in raise_for_status
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://edge.microsoft.com/translate/auth


=
system:Windows-10-10.0.19041-SP0
version:v3.98
frozen:True
language:zh
root_dir:D:/安装包/win-pyvideotrans-v3.98-0410

1 Replies

这是微软免费在线翻译接口不可用导致的报错(https://edge.microsoft.com/translate/auth 返回 404),并非你的配置或网络问题。微软翻译接口可能临时故障或已被官方关闭。

解决方案:

  1. 推荐改用 DeepSeek 翻译:登录 https://platform.deepseek.com/ 充值并创建 API Key(可自定义充值 1 元),在软件中进入 菜单 -> 翻译设置 -> DeepSeek 填入密钥,然后将翻译渠道切换为 Deepseek。若不需要思考模式,可在该渠道设置面板中取消选中 Thinking 复选框。
  2. 也可使用 M2M100(内置) 本地翻译:完全离线,第一次使用时会自动下载模型,无需额外密钥。
  3. 如果仍要使用 Google 翻译,需要科学上网;当 Google 翻译失败时软件会自动重试微软翻译,但当前微软翻译接口异常,因此会继续报错。

请查阅相关文档:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Dondate via ko-fi.com

Dondate via PayPal

Related resource