#2614 videotrans.configure._except.StopRetry: Could not fetch config for http://http:/

43.213* Posted at: 12 hours ago 👁7

网络连接失败:
Traceback (most recent call last):
File "videotrans\tts\_f5tts.py", line 301, in _run
File "gradio_client\client.py", line 153, in init

self.config = self._get_config()

File "gradio_client\client.py", line 908, in _get_config

raise ValueError(f"Could not fetch config for {self.src}")

ValueError: Could not fetch config for http://http:/

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 18, in run
File "videotrans\tts\__init__.py", line 309, in run
File "videotrans\tts\_base.py", line 177, in run
File "videotrans\tts\_f5tts.py", line 316, in _item_task
File "tenacity\__init__.py", line 338, in wrapped_f
File "tenacity\__init__.py", line 477, in call
File "tenacity\__init__.py", line 378, in iter
File "tenacity\__init__.py", line 400, in
File "concurrent\futures\_base.py", line 439, in result
File "concurrent\futures\_base.py", line 391, in __get_result
File "tenacity\__init__.py", line 480, in call
File "videotrans\tts\_f5tts.py", line 303, in _run
videotrans.configure._except.StopRetry: Could not fetch config for http://http:/


=
system:Windows-10-10.0.26100-SP0
version:v3.85
frozen:True
language:zh
root_dir:D:/pyvideotrans-v3.85

1 Replies

错误信息显示 F5-TTS 配音渠道无法连接到配置的地址 http://http:/。这是一个无效的 URL 格式,导致 gradio_client 无法获取配置。

核心原因: 您在 F5-TTS 配音设置中填写的服务器地址格式错误。

解决方法:

  1. 在软件主界面,点击菜单栏的 工具 -> 配音设置
  2. 在配音渠道列表中,找到并选中 F5-TTS
  3. 检查右侧的 服务器地址 输入框。当前内容应为 http://http:/,这是错误的。
  4. 将其修改为正确的 F5-TTS 本地服务地址。通常格式为 http://127.0.0.1:7860http://localhost:7860(具体端口号需根据您本地 F5-TTS 服务的实际启动端口填写)。
  5. 点击 保存,然后重试配音功能。

注意事项:

  • 请确保您的本地 F5-TTS 服务已经成功启动,并且正在监听您填写的地址和端口。
  • 如果问题依旧,请确认防火墙或安全软件没有阻止 pyVideoTrans 访问本地网络。

请查看更多参考文档:

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