#4926 videotrans.configure.excepts.DubbingSrtError: {

113.219* Posted at: 10 hours ago

{"detail":"Not Found"}:
Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 16, in run
File "videotrans\tts\__init__.py", line 183, in run
File "videotrans\tts\_base.py", line 132, in run
videotrans.configure.excepts.DubbingSrtError: {"detail":"Not Found"}


=
system:Windows-10-10.0.19044-SP0
version:v4.00
frozen:True
language:zh
root_dir:F:/win-pyvideotrans-v4.00-528

1 Replies

此错误是因为试听时调用的 TTS API 返回了 404 “Not Found”,通常由以下原因导致:

  1. 本地部署的 TTS 服务未启动或地址错误(例如 F5-TTS、CosyVoice、GPT-SoVITS 等)。请确认对应服务的终端窗口是否运行中,且在菜单 → TTS设置中填写的 API 地址和端口号完全正确(如 http://127.0.0.1:7860)。
  2. 使用了 clone 角色但参考音频路径/文件名配置有误。若配音角色选择了 clone,请确保参考音频文件放置在软件根目录的 f5-tts/ 文件夹中(或对应渠道指定的目录),文件名填写完整且格式为 .wav
  3. Edge-TTS 渠道偶尔因微软服务端问题返回 404。可尝试更换其他免费渠道(如 Qwen-TTS 本地内置)后再试听。

请优先检查 TTS 设置和服务状态。若问题持续,请提供软件根目录下 logs/ 文件夹中最新日志文件的底部 30 行内容,以便进一步定位。

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: ko-fi.com/jianchang512

Related resource

Similar issues already exist