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

183.208.**3 Posted at: 12 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 71, in run
File "videotrans\task\trans_create.py", line 689, in trans
File "videotrans\translator\__init__.py", line 991, 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.26200-SP0
version:v3.99
frozen:True
language:zh
root_dir:D:/SP视频翻译/win-pyvideotrans-v3.99-0508

1 Replies

#1 DeepSeek reply at 12 hours ago

这是微软翻译免费在线接口已失效导致的。微软已更改其翻译 API,旧版本的调用地址 https://edge.microsoft.com/translate/auth 返回 404,无法继续使用。

你的版本为 v3.99,属于过旧版本。请执行以下任一方案:

  1. 升级到最新版 v4.09:先下载完整包覆盖,再下载补丁包覆盖(如果旧版本与当前最新版相差较大,务必使用完整包覆盖,仅补丁可能出错)。
  2. 改用 DeepSeek 翻译渠道:去 https://platform.deepseek.com 注册并充值(可自定义充值 1 元),获取 API Key,填写到 菜单 -> 翻译设置 -> DeepSeek 中,主界面翻译渠道选择 Deepseek
  3. 改用 M2M100(内置) 本地翻译:完全离线,首次使用会在线下载模型到 软件目录/models/m2m100_12b

另外,你的安装路径 D:/SP视频翻译/win-pyvideotrans-v3.99-0508 包含中文和空格,建议升级后解压到纯英文数字路径(如 D:\pyVideoTrans),避免后续 FFmpeg 命令解析异常。

请查阅相关文档:

Thinking...
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

Related resource