#5576 videotrans.configure._except.StopRetry: timed out

203.175* Posted at: 2 hours ago

timed out
Traceback (most recent call last):
File "httpx\_transports\default.py", line 101, in map_httpcore_exceptions
File "httpx\_transports\default.py", line 250, in handle_request
File "httpcore\_sync\connection_pool.py", line 216, in handle_request
File "httpcore\_sync\connection_pool.py", line 196, in handle_request
File "httpcore\_sync\connection.py", line 101, in handle_request
File "httpcore\_sync\http11.py", line 143, in handle_request
File "httpcore\_sync\http11.py", line 113, in handle_request
File "httpcore\_sync\http11.py", line 186, in _receive_response_headers
File "httpcore\_sync\http11.py", line 224, in _receive_event
File "httpcore\_backends\sync.py", line 124, in read
File "contextlib.py", line 153, in exit
File "httpcore\_exceptions.py", line 14, in map_exceptions
httpcore.ReadTimeout: timed out

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

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 936, in _get_config
File "httpx\_api.py", line 195, in get
File "httpx\_api.py", line 109, in request
File "httpx\_client.py", line 825, in request
File "httpx\_client.py", line 914, in send
File "httpx\_client.py", line 942, in _send_handling_auth
File "httpx\_client.py", line 979, in _send_handling_redirects
File "httpx\_client.py", line 1014, in _send_single_request
File "httpx\_transports\default.py", line 249, in handle_request
File "contextlib.py", line 153, in exit
File "httpx\_transports\default.py", line 118, in map_httpcore_exceptions
httpx.ReadTimeout: timed out

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: timed out


=
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 本地服务无法连接或响应超时导致的。

可能原因

  1. OmniVoice 服务未启动或已停止。
  2. 菜单 → TTS 设置 → OmniVoice 中填写的 API 地址不正确(如端口或 IP 错误)。
  3. 本地网络防火墙或代理阻止了连接。

解决步骤

  1. 确认服务状态:确保 OmniVoice 服务已启动并可访问其 WebUI(默认地址常为 http://127.0.0.1:7860),在浏览器中能否正常打开。
  2. 核对 API 地址:打开软件 菜单 → TTS 设置 → OmniVoice,检查 API 地址 是否与您启动的服务地址一致(例如 http://127.0.0.1:7860)。注意:地址不能填 0.0.0.0,必须为 127.0.0.1 或实际IP。
  3. 重启服务:重新启动 OmniVoice 服务,然后重试配音任务。
  4. 检查代理与防火墙:临时关闭系统代理或杀毒软件,确保本地回环访问不被拦截。

如果确认服务已启动且地址正确仍超时,请提供日志中对应 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. Dondate: ko-fi.com/jianchang512

Related resource