#1319 HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=%E5%9B%A0%E6%AD%A4%2C%E6%9C%80

2607:f5b4* Posted at: 3 hours ago 👁7

HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=%E5%9B%A0%E6%AD%A4%2C%E6%9C%80%E7%BB%88%E7%9B%AE%E6%A0%87%2C%E5%9D%9A%E6%8C%81%E4%BD%A0%E7%9A%84%E4%BA%BA%E6%80%A7+%E5%90%8C%E7%90%86%E5%BF%83+%E5%B8%8C%E6%9C%9B%E5%92%8C%E7%94%9F%E6%B4%BB%2C%E6%98%AF%E4%BD%A0%E8%83%BD%E5%81%9A%E7%9A%84%E6%9C%80%E5%8F%8D%E6%B3%95%E8%A5%BF%E6%96%AF%E7%9A%84%E4%BA%8B%E6%83%85%E3%80%82&text_lang=zh&ref_audio_path=Historical_Research_Office.wav&prompt_text=%E8%BE%BE%E5%88%B0%E4%BA%86%E7%99%BE%E5%88%86%E4%B9%8B%E4%B8%89%E5%8D%81%E4%B8%89%EF%BC%8C%E4%BD%8D%E5%88%97%E4%B8%96%E7%95%8C%E7%AC%AC%E4%B8%80%EF%BC%8C%E5%8C%85%E6%8B%AC%E9%92%A2%E9%93%81%E4%B8%9A%E5%92%8C%E9%80%A0%E8%88%B9%E4%B8%9A%E5%9C%A8%E5%86%85%E7%9A%84%E6%95%B4%E4%B8%AA%E9%87%8D%E5%8C%96%E5%B7%A5%E4%B8%9A%E6%98%AF%E6%9C%B4%E6%AD%A3%E7%86%99%E6%99%9A%E5%B9%B4%E7%95%99%E7%BB%99%E9%9F%A9%E5%9B%BD%E6%9C%80%E5%AE%9D%E8%B4%B5%E7%9A%84%E9%81%97%E4%BA%A7%E3%80%82&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.84
frozen:True
language:zh
root_dir:E:/Pyvideotrans

1 Replies

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

请按以下步骤排查:

  1. 确认 TTS 服务状态:检查您使用的 TTS 模型是否需要启动本地服务。如果是类似 GPT-SoVITS 或类似需要独立启动的模型,请确保相应的服务程序已在后台运行并监听 9880 端口。
  2. 检查端口占用:在命令提示符中运行 netstat -ano | findstr 9880,查看 9880 端口是否被其他程序占用。如果被占用,请关闭占用程序或修改 TTS 服务的端口号。
  3. 重启软件:完全关闭 pyVideoTrans 并重新启动,有时可以解决临时的连接问题。
  4. 切换 TTS 渠道:如果问题持续存在,可以暂时切换到其他 TTS 渠道(如 Edge-TTS)来完成当前任务。

如果以上步骤无法解决问题,请提供您具体使用的是哪种 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