#1326 videotrans.configure._except.StopRetry: Could not get Gradio config from: http://127.0.0.1:8300/

183.93* Posted at: 3 hours ago 👁5

网络连接失败:
Traceback (most recent call last):
File "gradio_client\client.py", line 912, in _get_config

config = json.loads(result.group(1))  # type: ignore

AttributeError: 'NoneType' object has no attribute 'group'

The above exception was the direct cause of the following exception:

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 914, in _get_config

raise ValueError(

ValueError: Could not get Gradio config from: http://127.0.0.1:8300/

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 get Gradio config from: http://127.0.0.1:8300/


=
system:Windows-10-10.0.19045-SP0
version:v3.83
frozen:True
language:zh
root_dir:F:/AI-SD/AIyinpin/win-videotrans-v3.83

1 Replies

这个错误表明 F5-TTS 本地语音合成服务连接失败。错误信息显示无法连接到 http://127.0.0.1:8300/,这意味着 F5-TTS 服务没有正常启动。

请按以下步骤解决:

  1. 启动 F5-TTS 服务

    • 在软件根目录下找到并运行 f5-tts.exe 文件
    • 等待服务完全启动(通常会在命令行窗口显示服务已就绪)
  2. 检查端口占用

    • 确保 8300 端口没有被其他程序占用
    • 如果端口被占用,可以修改 F5-TTS 的启动端口
  3. 验证连接

    • 打开浏览器访问 http://127.0.0.1:8300/
    • 如果能看到 Gradio 界面,说明服务正常运行
  4. 临时替代方案

    • 如果 F5-TTS 服务仍有问题,可以暂时切换到其他配音渠道,如 Edge-TTSOpenAI TTS

如果问题持续存在,请检查 F5-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

Trending Questions