#4567 videotrans.configure._except.StopRetry: Could not fetch config for http://127.0.0.1:7890/

112.120* Posted at: 2 hours ago 👁10

Could not fetch config for http://127.0.0.1:7890/
Traceback (most recent call last):
File "videotrans\tts\_omnivoice.py", line 94, in _item_task
File "gradio_client\client.py", line 163, in init
File "gradio_client\client.py", line 972, in _get_config
ValueError: Could not fetch config for http://127.0.0.1:7890/

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\_only_one.py", line 86, in run
File "videotrans\task\trans_create.py", line 735, in dubbing
File "videotrans\task\trans_create.py", line 1048, in _tts
File "videotrans\tts\__init__.py", line 451, in run
File "videotrans\tts\_base.py", line 137, in run
File "videotrans\tts\_omnivoice.py", line 61, in _exec
File "videotrans\tts\_base.py", line 210, in _local_mul_thread
File "videotrans\tts\_omnivoice.py", line 96, in _item_task
videotrans.configure._except.StopRetry: Could not fetch config for http://127.0.0.1:7890/


=
system:Windows-10-10.0.22631-SP0
version:v3.99
frozen:True
language:zh
root_dir:D:/win-pyvideotrans-v3.99-428

1 Replies

这是由于 OmniVoice-TTS 服务的 API 地址配置错误或服务未启动导致的。

解决方案:

  1. 确认 OmniVoice 服务是否已正确启动且终端窗口保持打开状态。服务默认监听端口通常为 7860,而非 7890
  2. 检查软件菜单 TTS设置OmniVoice-TTS 中的 API 地址,确保其与您实际部署的服务地址一致(例如 http://127.0.0.1:7860)。
  3. 如果此地址(127.0.0.1:7890)实际上是您填写的网络代理地址,请移步主界面“网络代理”输入框中将其删除或更正。错误使用了代理地址会导致软件错误地连接到代理而非 OmniVoice。

请查阅相关文档:

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

Similar issues already exist