#6989 This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.:Traceb

2405**a5dc Posted at: 2 hours ago

This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.:Traceback (most recent call last):
File "videotrans\translator\_base.py", line 71, in run
File "videotrans\translator\_base.py", line 209, in _run_srt
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 421, in exc_check
tenacity.RetryError: RetryError[]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\util\TestSrtTrans.py", line 19, in run
File "videotrans\translator\_runner.py", line 67, in run
File "videotrans\translator\_base.py", line 74, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\translator\_gemini.py", line 118, in _item_task
videotrans.configure.excepts.TranslateSrtError: This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.


=
system:Windows-10-10.0.26200-SP0
version:v4.11
frozen:True
language:vn
root_dir:D:/win-pyvideotrans-v4.11

1 Replies

#1 DeepSeek reply at 2 hours ago

该报错 This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.Gemini 翻译接口服务端临时过载导致的,属于模型服务器侧的限流/高峰问题,并非软件本地配置或代码错误。你使用的翻译渠道是 Gemini

解决方案:

  1. 等待后重试:错误提示明确说明高峰通常是暂时的,建议稍等几分钟后重新执行任务。
  2. 降低单次请求负载:进入 菜单 → 工具/选项 → 高级选项 → 字幕翻译调整,将 AI翻译渠道每批字幕行数 从默认值调小(例如设为 1~5),减少每次请求发送的字幕数量,降低触发服务端限制的概率。
  3. 设置请求间隔:在同一面板中,将 翻译后暂停秒 设为 5~10 秒,避免短时间内高频请求。
  4. 更换翻译渠道(推荐):若 Gemini 持续不可用,建议改用其他更稳定的渠道,例如:

    • DeepSeek(国内直连,质量高,需配置 API Key)
    • Google 翻译(免费渠道,国内需科学上网)
    • 若你使用本地模型,也可改用 M2M100(内置) 离线翻译。
  5. 确认代理/网络:Gemini 在国内需要科学上网。若已配置代理,请检查代理是否正确填写在主界面对齐控制行右侧的代理框中,且代理服务已正常运行。

请查阅相关文档:

Thinking...
Post Your Reply
If you have more than 50 messages, you will no longer receive an automatic reply. Please ask a new question!
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

Related resource