点击查看 Edge-TTS 配音渠道无法使用的解决办法!!!

#1985 Please retry in 30.725143258s.

38.90* Posted at: 1 day ago 👁15

You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/usage?tab=rate-limit.

  • Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 20, model: gemini-2.5-flash
    Please retry in 30.725143258s.:Traceback (most recent call last):
    File "videotrans\translator\_gemini.py", line 111, in _item_task
    File "google\genai\models.py", line 5783, in generate_content_stream
    File "google\genai\models.py", line 4666, in _generate_content_stream
    File "google\genai\_api_client.py", line 774, in request_streamed
    File "google\genai\_api_client.py", line 672, in _request
    File "google\genai\errors.py", line 101, in raise_for_response
    google.genai.errors.ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/usage?tab=rate-limit. \n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 20, model: gemini-2.5-flash\nPlease retry in 30.725143258s.', 'status': 'RESOURCE_EXHAUSTED', 'details': [{'@type': 'type.googleapis.com/google.rpc.Help', 'links': [{'description': 'Learn more about Gemini API quotas', 'url': 'https://ai.google.dev/gemini-api/docs/rate-limits'}]}, {'@type': 'type.googleapis.com/google.rpc.QuotaFailure', 'violations': [{'quotaMetric': 'generativelanguage.googleapis.com/generate_content_free_tier_requests', 'quotaId': 'GenerateRequestsPerDayPerProjectPerModel-FreeTier', 'quotaDimensions': {'location': 'global', 'model': 'gemini-2.5-flash'}, 'quotaValue': '20'}]}, {'@type': 'type.googleapis.com/google.rpc.RetryInfo', 'retryDelay': '30s'}]}}

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\__init__.py", line 932, in run
File "videotrans\translator\_base.py", line 78, in run
File "videotrans\translator\_base.py", line 137, 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 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\translator\_gemini.py", line 131, in _item_task
videotrans.configure._except.StopRetry: You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/usage?tab=rate-limit.

  • Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 20, model: gemini-2.5-flash
    Please retry in 30.725143258s.


=
system:Windows-10-10.0.26100-SP0
version:v3.87
frozen:True
language:zh
root_dir:E:/ruanjian/win-pyvideotrans-v3.87

1 Replies

您遇到了 Google Gemini API 的免费配额限制。错误信息明确指出:您使用的 gemini-2.5-flash 模型每日免费请求限额为 20 次,现已超出,需要等待约 31 秒后才能重试。

核心解决方案:

  1. 等待配额重置:Gemini API 的免费配额通常按天重置。您可以等待到第二天再尝试。
  2. 更换翻译渠道:这是最直接的解决方法。在软件翻译设置中,将渠道切换为其他免费或您已配置的渠道,例如:

    • Google 翻译(需配置网络代理)
    • 微软翻译
    • DeepLX
    • 或其他您已申请了 API Key 的 AI 模型(如 DeepSeek、智谱AI等)。

操作步骤:

  1. 在 pyVideoTrans 主界面,点击 翻译设置
  2. 在“翻译渠道”下拉菜单中,选择上述任一替代方案。
  3. 如果选择 Google/微软等需要代理的渠道,请确保在 网络代理 栏填写了正确的代理地址(如 http://127.0.0.1:7860)。
  4. 重新执行翻译任务。

长期建议:
如果您希望继续使用 Gemini API 并拥有更高的配额,需要前往 Google AI Studio 为您的项目启用付费功能并设置账单。

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