#3375 ValueError: Could not fetch config for http://n10.wav#市场再卷,我守我的规矩,利润再低我保我的品质,我在成都卖二手木工机器七年蔡氏/

2409:8a62* Posted at: 10 hours ago 👁10

无效的值或参数:Could not fetch config for http://n10.wav#市场再卷,我守我的规矩,利润再低我保我的品质,我在成都卖二手木工机器七年蔡氏/:
Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 17, in run
File "videotrans\tts\__init__.py", line 355, in run
File "videotrans\tts\_base.py", line 178, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\tts\_f5tts.py", line 307, in _run
File "gradio_client\client.py", line 162, in init
File "gradio_client\client.py", line 969, in _get_config
ValueError: Could not fetch config for http://n10.wav#市场再卷,我守我的规矩,利润再低我保我的品质,我在成都卖二手木工机器七年蔡氏/


=
system:Windows-10-10.0.26200-SP0
version:v3.97
frozen:True
language:zh
root_dir:E:/Abaiduwangpan

1 Replies

这是由于 F5-TTS 服务的 API 地址配置错误导致的。错误信息显示,软件尝试连接的地址 http://n10.wav#市场再卷... 是一个无效的 URL,而非正确的 F5-TTS API 服务地址。

解决方案:

  1. 检查并确保 F5-TTS 服务已正确启动,其 API 服务地址通常为 http://127.0.0.1:7860
  2. 在 pyVideoTrans 的“配音渠道”设置中,将“F5-TTS API地址”修改为正确的服务地址(例如 http://127.0.0.1:7860)。
  3. 如果 F5-TTS 服务未启动,请先根据官方文档部署并启动其 API 服务。

请查阅相关文档:

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.

Related resource