#1119 HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=this+was+the+initial+pulse+of+

2605:52c0* Posted at: 22 hours ago 👁12

HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=this+was+the+initial+pulse+of+xijiu%2C+under+the+three+trees%2C+the+clear+spring+is+still+gurgling%2C+and+the+bluestone+indentation+reflects+the+figure+of+generations+of+brewers+leaning+over+to+fetch+water.&text_lang=en&ref_audio_path=liuxinyue.wav&prompt_text=%E8%BF%99%E4%B8%80%E5%B9%B4%E9%A9%AC%E4%B8%8A%E5%B0%B1%E8%A6%81%E7%BB%93%E6%9D%9F%E4%BA%86%E3%80%82%E8%BF%99%E4%B8%80%E5%B9%B4%EF%BC%8C%E6%88%91%E4%BB%AC%E7%88%B1%E7%9D%80%E8%BA%AB%E8%BE%B9%E7%9A%84%E5%AE%B6%E4%BA%BA%EF%BC%8C%E4%B9%9F%E7%88%B1%E7%9D%80%E8%84%9A%E4%B8%8B%E7%9A%84%E5%9C%9F%E5%9C%B0%E3%80%82&prompt_lang=zh&speed_factor=1.0 (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')):GPTSoVITS


=
Windows-10-10.0.26100-SP0
version:v3.78
frozen:True
language:zh

1 Replies

这个错误表明 pyVideoTrans 无法连接到本地部署的 GPT-SoVITS 服务。错误信息显示连接被目标计算机(127.0.0.1:9880)拒绝。

请按以下步骤排查:

  1. 确认 GPT-SoVITS 服务已启动

    • 确保 GPT-SoVITS 服务正在运行并监听 9880 端口
    • 检查服务启动时是否有错误信息
  2. 验证连接

    • 在浏览器中访问 http://127.0.0.1:9880 确认服务是否可达
    • 如果无法访问,说明 GPT-SoVITS 服务未正确启动
  3. 检查端口占用

    • 使用命令 netstat -ano | findstr :9880 查看 9880 端口是否被占用
    • 如果被其他进程占用,需要停止该进程或修改 GPT-SoVITS 的监听端口
  4. 重新启动服务

    • 重启 GPT-SoVITS 服务,确保无报错信息
    • 在 pyVideoTrans 中重新测试配音功能

如果问题持续,请提供 GPT-SoVITS 服务的启动日志和 pyVideoTrans 的完整日志文件(位于 videotrans/logs/ 目录)。

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