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

13.230.**3 Posted at: 2 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 68, in run
File "videotrans\translator\_base.py", line 107, 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 83, in run
File "videotrans\task\_stage_translate.py", line 31, in trans
File "videotrans\translator\_runner.py", line 63, in run
File "videotrans\translator\_base.py", line 74, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\translator\_microsoft.py", line 26, 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

cfg=[TaskCfgVTT]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: C:/Users/86181/Desktop/工作文件/学生视频/wql/微信视频2026-08-03_205746_535.mp4,
输出结果保存到文件夹: C:/Users/86181/Desktop/工作文件/学生视频/wql的翻译视频/微信视频2026-08-03_205746_535-mp4,
临时文件夹: D:/教材/新建文件夹/win-pyvideotrans-v4.08-0802/tmp/46720/18741a1a48
已选 清理已存在
未启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), model_name: large-v3-turbo, 发音语言: 英语, 断句方式:默认断句
翻译渠道:Google(免费),原始语言:英语,目标语言:简体中文, 已选 发送完整字幕
未选 配音角色,不进行配音
字幕: 嵌入硬字幕(双) 目标语言在上双字幕
代理地址:


=
system:Windows-10-10.0.26200-SP0
version:v4.08
frozen:True
language:zh
root_dir:D:/教材/新建文件夹/win-pyvideotrans-v4.08-0802

1 Replies

这是因为微软翻译免费接口目前不可用(edge.microsoft.com/translate/auth 返回 404,可能是微软服务器临时故障或已关闭该接口),并非您的软件配置错误。

另外您当前选择的是 Google(免费) 翻译渠道,Google 在国内需代理才能访问;当 Google 失败时软件会自动改用微软翻译重试,而微软翻译恰好也返回了 404,所以最终报错。

解决方案(按推荐程度排序)

  1. 改用 DeepSeek 翻译(最推荐)

    • 前往 https://platform.deepseek.com/ 注册并充值(最低可充 1 元),获取 API Key。
    • 在软件 菜单 -> 翻译设置 -> DeepSeek 中填入密钥。
    • 回到主界面,将"翻译渠道"切换为 Deepseek
    • 若希望关闭思考模式,取消设置面板中的 Thinking 复选框;思考模式下需设置较大的 max token,否则可能被截断。
  2. 改用 M2M100 内置本地翻译(免费、离线)

    • 将"翻译渠道"切换为 M2M100(内置)
    • 第一次使用会自动下载模型(存放于 软件目录/models/m2m100_12b),之后完全离线翻译,不受网络和服务器状态影响。
  3. 继续使用 Google 翻译(需代理)

    • 如果您在中国大陆,请在主界面的"网络代理"处填写可用的代理地址(形如 http://127.0.0.1:7860),或确保系统已开启科学上网工具。
    • 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