#6425 :Traceback (most recent call last):

117.50.**8 Posted at: 1 hour ago

:
Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 16, in run
File "videotrans\tts\__init__.py", line 183, in run
File "videotrans\tts\_base.py", line 132, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\tts\_gradio.py", line 51, in _send
File "gradio_client\client.py", line 500, in predict
File "gradio_client\client.py", line 1486, in result
File "concurrent\futures\_base.py", line 458, in result
File "concurrent\futures\_base.py", line 403, in __get_result
File "concurrent\futures\thread.py", line 58, in run
File "gradio_client\client.py", line 1082, in _inner
File "gradio_client\client.py", line 1184, in _predict
File "gradio_client\client.py", line 327, in send_data
gradio_client.utils.QueueError: Queue is full! Please try again.


=
system:Windows-10-10.0.20348-SP0
version:v4.00
frozen:True
language:zh
root_dir:C:/Users/Administrator/Desktop/6.2/win-pyvideotrans-v4.00-528

1 Replies

这是你使用的配音渠道通过 Gradio 接口调用目标 TTS 服务(例如 GPT-SoVITS、CosyVoice、F5-TTS 等)时,目标服务的任务队列已满,暂时无法接收新的配音请求,属于服务端负载或排队问题,并非软件本身缺陷。

解决方案:

  1. 如果你配音用的是本地部署的 Gradio 服务,请打开该服务页面,确认服务未卡死;若任务堆积较多,直接重启该服务以清空队列,然后再重新执行。
  2. 降低并发压力:进入 菜单 → 工具 → 高级选项 → 字幕配音调整,确认 并发配音线程数 为 1,并适当调大 配音后暂停秒(例如 5~10 秒),避免短时间高频请求再次挤爆队列。
  3. 如果你是远程连接他人的 Gradio 共享链接,可能是服务端并发上限限制,建议稍后重试,或与服务提供方确认服务状态。
  4. 如果仍频繁出现,请提供你当前选择的配音渠道名称、部署方式(本地/远程)以及 logs/ 目录下最新日志文件,便于进一步排查。

请查阅相关文档:

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 via ko-fi.com

Dondate via PayPal

Related resource