#1450 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'You exceeded your current quota, please check your plan and

92.44* Posted at: 2 hours ago 👁3

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: 15\nPlease retry in 27.932266005s.', '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-tts'}, 'quotaValue': '15'}]}, {'@type': 'type.googleapis.com/google.rpc.RetryInfo', 'retryDelay': '27s'}]}}


=
system:Windows-10-10.0.26200-SP0
version:v3.83
frozen:True
language:tr
root_dir:C:/Programlar/pyVideoTrans_3.83

1 Replies

这个错误表明您使用的 Google Gemini API 免费配额已用尽。错误信息显示您超出了免费层的请求限制(15次/天/项目/模型)。

解决方案:

  1. 等待配额重置:Gemini API 的免费配额通常每24小时重置一次。您可以等待大约28秒后重试,但每日总配额需要等到第二天才会恢复。
  2. 升级到付费计划

    • 访问 Google AI Studio
    • 确保您登录的 Google 账户与使用的 API Key 所属项目一致
    • 在结算设置中绑定付款方式并升级到付费计划
  3. 临时切换翻译渠道

    • 在 pyVideoTrans 中暂时使用其他翻译渠道,如 Google 传统翻译、Microsoft 翻译或 DeepSeek 等
    • 等 Gemini 配额重置后再切换回来
  4. 检查 API 使用情况

建议长期使用的话,考虑升级到付费计划以获得更高的请求限制。

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

Similar issues already exist

Trending Questions