#1131 HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=bye-bye.&text_lang=en&ref_audi

101.44* Posted at: 9 days ago 👁33

HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=bye-bye.&text_lang=en&ref_audio_path=nailv.wav&prompt_text=%E5%B0%B1%E6%98%AF%E8%B5%B6%E7%9D%80%2C%E8%B5%B6%E7%9D%80%E5%9B%BD%E5%BA%86%E7%9A%84%E5%89%8D%E4%B8%80%E5%91%A8%E6%89%8D%E5%88%9A%E5%BC%80%E5%A7%8B%E5%AE%A3%E5%8F%91%E8%BF%99%E4%BB%B6%E4%BA%8B%E6%83%85%2C%E6%89%80%E4%BB%A5%E8%AF%B4%E6%9C%AC%E8%BA%AB%E4%BB%96%E8%BF%99%E4%B8%AA%E6%B4%BB%E5%8A%A8%E5%B0%B1%E6%AF%94%E8%BE%83%E6%99%9A%2C%E5%A4%A7%E5%AE%B6%E4%BC%9A%E6%AF%94%E8%BE%83%E9%9A%BE%E5%8F%97.&prompt_lang=zh&speed_factor=1.0 (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))


=
system:Windows-10-10.0.26100-SP0
version:v3.82
frozen:True
language:zh
root_dir:D:/win-videotrans-v3.82

1 Replies

这个错误表明 pyVideoTrans 无法连接到本地 TTS 服务(端口 9880)。这通常发生在使用需要本地部署的 TTS 模型时。

请按以下步骤排查:

  1. 检查 TTS 服务状态:确保您使用的 TTS 服务(如 GPT-SOVITS、Bert-VITS2 等)已正确启动并在 9880 端口运行。
  2. 确认 TTS 设置

    • 在菜单栏选择 TTS配音设置
    • 检查您选择的配音渠道是否正确配置
    • 如果是本地 TTS 模型,确保服务地址为 http://127.0.0.1:9880
  3. 重启服务

    • 先启动您的 TTS 服务
    • 等待服务完全启动后再运行 pyVideoTrans
  4. 检查端口占用

    • 使用命令 netstat -ano | findstr :9880 确认 9880 端口是否被占用
    • 如果端口被其他程序占用,需要修改 TTS 服务的端口配置
  5. 防火墙设置:确保防火墙没有阻止本地 9880 端口的连接。

如果问题依旧,请提供您使用的是哪种 TTS 服务,以及相关的配置信息。

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.

Donate: https://ko-fi.com/jianchang512

Similar issues already exist

Trending Questions