#1396 HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=%E5%AF%B9%E6%88%91%E4%BB%AC%E7

2409:8a28* Posted at: 4 hours ago 👁8

HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=%E5%AF%B9%E6%88%91%E4%BB%AC%E7%9A%84%E8%AF%BE%E7%A8%8B%E6%84%9F%E5%85%B4%E8%B6%A3%2C%E6%AC%A2%E8%BF%8E%E5%8A%A0%E5%85%A5%2C%E6%88%91%E5%B0%86%E5%9C%A8%E4%B8%8B%E4%B8%80%E4%B8%AA%E8%A7%86%E9%A2%91%E4%B8%AD%E8%A7%81.&text_lang=zh&ref_audio_path=aman1.wav&prompt_text=So+in+this+video%2C+we%27re+going+to+get+started+by+first+downloading+and+installing+Unity.&prompt_lang=en&speed_factor=1.0 (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))


=
system:Windows-10-10.0.26220-SP0
version:v3.84
frozen:True
language:zh
root_dir:E:/0/VideoTrans384

1 Replies

这个错误表明软件无法连接到本地的 TTS 服务(地址为 127.0.0.1:9880)。这通常发生在您选择了需要本地部署的配音渠道(如 F5-TTS、GPT-SoVITS 等),但相应的服务并未启动。

解决方案:

  1. 检查本地 TTS 服务状态:确认您选择的配音渠道对应的本地服务是否已正确启动并在端口 9880 上运行。
  2. 更换配音渠道:如果您尚未部署或不想部署本地 TTS 服务,请切换到其他可用的在线配音渠道(如 Edge-TTS)或已配置好 API 的渠道(如 Azure TTSOpenAI TTS)。

    • 在“翻译视频和音频”界面的“配音渠道”下拉菜单中直接选择其他渠道即可。
  3. 验证服务配置:如果您确实想使用该本地 TTS 服务,请检查其启动日志,确保它正在 127.0.0.1:9880 上监听请求。

请根据您的实际情况选择上述方案进行操作。

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