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

2409:8a6c* Posted at: 1 hour 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 101, 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 67, 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]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: D:/F盘/罗曼观影/youtube/LiveNOW from FOX-Breaking_ Another ship attacked in Strait of Hormu.mp4,
输出结果保存到文件夹: D:/F盘/罗曼观影/8.02/LiveNOW from FOX-Breaking_ Another ship attacked in Strait of Hormu-mp4,
临时文件夹: D:/E/ruanjian/win-pyvideotrans-v4.05/tmp/6000/33d65aeac9
已选 清理已存在
未选 启用CUDA加速
未选 降噪
语音识别:faster-whisper(本地内置), model_name: large-v3-turbo, 发音语言: 英语, 断句方式:默认断句
翻译渠道:Google(免费),原始语言:英语,目标语言:简体中文, 已选 发送完整字幕
未选 配音角色,不进行配音
字幕: 嵌入硬字幕
代理地址:


=
system:Windows-10-10.0.19045-SP0
version:v4.05
frozen:True
language:zh
root_dir:D:/E/ruanjian/win-pyvideotrans-v4.05

1 Replies

该报错的直接原因是:你选择了 Google 翻译,但未配置代理导致请求失败,软件自动回退到微软翻译重试;而微软翻译的免费接口当前不可用(返回 404),因此最终中断任务。

解决方案:

  1. 如果希望继续使用 Google 翻译:请在主界面「翻译视频」第 5 行的「网络代理」中填写可用代理,格式如 http://127.0.0.1:端口号,确保能正常访问 Google 服务。
  2. 如果希望避免依赖国外服务:Microsoft 翻译现在暂不可用,Google 翻译又需要代理,建议改用以下渠道:

    • 免费本地翻译:选择翻译渠道 M2M100(内置),第一次使用会自动下载模型,完全离线。
    • 高质量 AI 翻译:选择 DeepSeek,到 https://platform.deepseek.com/ 注册并充值获取 API Key,填到「菜单 → 翻译设置 → DeepSeek」中,效果更好且价格很低。
    • 其他无需代理的国内渠道:百度翻译、腾讯翻译、阿里翻译等也可选用。
  3. 更换渠道后,建议勾选「清理已生成」后重新开始,避免使用旧的失败缓存。

请查阅相关文档:

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