#1260 HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=Seeya.&text_lang=zh&ref_audio_

240e:39d* Posted at: 22 hours ago 👁11

HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=Seeya.&text_lang=zh&ref_audio_path=boy.wav&prompt_text=also+a+very+good+balance+between+speed+and+quality.+So+once+you+have+everything+set+up%2C+you+can+just+drag+and+drop+the+workflow+file+into+the+CompUI+interface.&prompt_lang=en&speed_factor=1.0 (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))


=
system:Windows-10-10.0.26200-SP0
version:v3.82
frozen:True
language:zh
root_dir:E:/AI/videotrans

1 Replies

这个错误表明软件无法连接到本地运行的 TTS 服务(端口 9880)。这通常发生在使用需要本地部署的 TTS 模型时,如 GPT-SoVITS 或类似模型。

请按以下步骤排查:

  1. 确认 TTS 服务是否启动:您使用的 TTS 渠道(如 GPT-SoVITS)需要先在本地启动一个服务,并监听 9880 端口。请检查该服务是否已正确运行。
  2. 检查端口和地址:在软件的 TTS 设置中,确认您填写的服务地址和端口(127.0.0.1:9880)与您本地实际运行的 TTS 服务地址完全一致。
  3. 更换 TTS 渠道:如果您暂时无法解决本地服务的问题,可以切换到其他无需本地部署的 TTS 渠道,例如 Edge-TTS(免费)OpenAI TTS 等在线服务,以完成当前任务。
  4. 查看服务端日志:如果本地 TTS 服务已启动但仍无法连接,请检查该服务自身的日志,看其是否在 9880 端口上成功监听。

请先确保您的本地 TTS 服务已正常运行在 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