#4055 RuntimeError: This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again

2402:800* Posted at: 4 hours ago 👁10

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 97, in run
File "videotrans\translator\_base.py", line 161, 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 65, in run
File "videotrans\task\trans_create.py", line 658, in trans
File "videotrans\translator\__init__.py", line 991, in run
File "videotrans\translator\_base.py", line 100, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\translator\_gemini.py", line 124, in _item_task
RuntimeError: This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.


=
system:Windows-10-10.0.19045-SP0
version:v3.98
frozen:True
language:en
root_dir:D:/win-pyvideotrans-v3.98-0408

1 Replies

This error is caused by the Gemini translation service being temporarily overloaded or rate-limited.

Solution:

  1. Wait and Retry: The error message indicates the issue is temporary. Wait a few minutes and try the translation task again.
  2. Reduce Request Frequency: Go to Menu -> Tools/Options -> Advanced Options. In the Subtitle Translation Adjustment section, increase the value of Pause seconds after translation (e.g., to 5 or 10 seconds) to slow down the request rate.
  3. Switch Translation Service: Temporarily use a different translation channel, such as DeepSeek or OpenAI (if you have an API key), to complete your current task.

Please refer to the relevant documentation:

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