#5449 This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.Traceba

2402:800* Posted at: 11 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 68, in run
File "videotrans\translator\_base.py", line 142, 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\task\only_one.py", line 67, in run
File "videotrans\task\trans_create.py", line 608, in trans
File "videotrans\translator\__init__.py", line 860, in run
File "videotrans\translator\_base.py", line 71, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\translator\_gemini.py", line 112, in _item_task
videotrans.configure.excepts.TranslateSrtError: This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.

cfg=[TaskCfgVTT]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: F:/thực hành làm yt view hàn/tải xuống.mp4,
输出结果保存到文件夹: F:/thực hành làm yt view hàn/_video_out/tải xuống-mp4,
临时文件夹: E:/win-pyvideotrans-v4.03-0622/tmp/8720/d4a2efbc61
已选 清理已存在
未选 启用CUDA加速
未选 降噪
ASR Channel:faster-whisper(LocalBuilt-in), model_name: large-v3-turbo, 发音语言: Simplified Chinese, 断句方式:默认断句
Trans Channel:Gemini AI,原始语言:Simplified Chinese,目标语言:Korean, 已选 Send SRT
Dubb Channel:Edge-TTS(Free), 角色:InJoon(Male/KR), 配音语言:Korean, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: Embed Hard Subs
已选 分离人声与背景声, 已选 重新嵌入背景声, 背景音量0.8, 背景声音时长 短于 视频时长时: 拉长(降速播放),存在分离后的纯净人声文件,存在分离后的背景声音文件
代理地址:


=
system:Windows-10-10.0.26200-SP0
version:v4.03
frozen:True
language:en
root_dir:E:/win-pyvideotrans-v4.03-0622

1 Replies

This error indicates that the Gemini API server is currently overloaded, rejecting your request with "high demand." Although the software automatically retried, all attempts failed.

Immediate fixes (choose what's best for you):

  1. Switch translation provider – This is the most reliable solution. Use DeepSeek, OpenAI ChatGPT, or Microsoft Translate (all supported, more stable than Gemini).
  2. Wait and retry later – Spikes are usually temporary.
  3. Change the Gemini model – Go to Menu → Translation Settings → Gemini and pick a different model (e.g., gemini-1.5-flash or gemini-pro-latest). Some models face less load.
  4. Check proxy/network – If you are in mainland China, ensure your proxy is correctly configured (http://127.0.0.1:xxxx).

To avoid future interruptions, using a paid AI translation channel like DeepSeek or OpenAI is recommended for production use.

Please refer to the documentation:

Post Your Reply