#2071 videotrans.configure._except.StopRetry: This request exceeds your quota of 100009. You have 12 credits remaining, while

119.34* Posted at: 13 hours ago 👁18

This request exceeds your quota of 100009. You have 12 credits remaining, while 26 credits are required for this request.:
Traceback (most recent call last):
File "videotrans\tts\_elevenlabs.py", line 73, in _run
File "elevenlabs\text_to_speech\client.py", line 163, in convert
File "contextlib.py", line 135, in enter
File "elevenlabs\text_to_speech\raw_client.py", line 210, in convert
File "elevenlabs\text_to_speech\raw_client.py", line 208, in _stream
elevenlabs.core.api_error.ApiError: headers: {'date': 'Tue, 16 Dec 2025 12:08:16 GMT', 'server': 'uvicorn', 'content-length': '172', 'content-type': 'application/json', 'access-control-allow-origin': '', 'access-control-allow-headers': '', 'access-control-allow-methods': 'POST, PATCH, OPTIONS, DELETE, GET, PUT', 'access-control-max-age': '600', 'strict-transport-security': 'max-age=31536000; includeSubDomains', 'x-trace-id': 'ddc92fc08d55a4454b2bdaefde2e95f2', 'x-region': 'us-central1', 'via': '1.1 google, 1.1 google', 'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}, status_code: 401, body: {'detail': {'status': 'quota_exceeded', 'message': 'This request exceeds your quota of 100009. You have 12 credits remaining, while 26 credits are required for this request.'}}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 18, in run
File "videotrans\tts\__init__.py", line 304, in run
File "videotrans\tts\_base.py", line 179, in run
File "videotrans\tts\_elevenlabs.py", line 84, in _item_task
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 400, in
File "concurrent\futures\_base.py", line 439, in result
File "concurrent\futures\_base.py", line 391, in __get_result
File "tenacity\__init__.py", line 480, in call
File "videotrans\tts\_elevenlabs.py", line 79, in _run
videotrans.configure._except.StopRetry: This request exceeds your quota of 100009. You have 12 credits remaining, while 26 credits are required for this request.


=
system:Windows-10-10.0.19045-SP0
version:v3.90
frozen:True
language:zh
root_dir:D:/win-pyvideotrans-v3.88_20251206_013046

1 Replies

错误信息明确指出您的 ElevenLabs TTS 账户额度已不足。您的账户总配额为 100,009 个字符,当前仅剩 12 个字符,而本次请求需要 26 个字符。

解决方案:

  1. 立即停止处理:当前 ElevenLabs 配音任务已无法继续。
  2. 更换配音渠道:在软件主界面第 4 行的“配音”设置中,将渠道切换为其他可用的选项,例如:

    • 免费渠道Edge-TTSVITS-cnenpiper-tts
    • 其他 API 渠道:如果您有其他付费账户,可切换至 Azure TTSOpenAI TTS字节火山 TTS
  3. 补充 ElevenLabs 额度:登录您的 ElevenLabs 账户,购买或升级套餐以增加字符额度。

操作步骤:

  1. 在软件主界面,点击“停止”按钮中断当前任务。
  2. 在“配音”下拉菜单中,选择一个非 ElevenLabs 的渠道。
  3. 重新开始处理任务。

请注意,更换渠道后,配音角色的音色会发生变化。您可以在新渠道中试听并选择最合适的角色。

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.

Donate: https://ko-fi.com/jianchang512

Trending Questions