Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gemini rate limit issue 429 #916

Open
athuljayaram opened this issue Mar 23, 2025 · 0 comments
Open

gemini rate limit issue 429 #916

athuljayaram opened this issue Mar 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@athuljayaram
Copy link

Bug Description

2025-03-23 17:22:16.411 | INFO | app.agent.base:run:140 - Executing step 18/20
2025-03-23 17:22:18.790 | ERROR | app.llm:ask_tool:762 - OpenAI API error: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}]
2025-03-23 17:22:18.790 | ERROR | app.llm:ask_tool:766 - Rate limit exceeded. Consider increasing retry attempts.
2025-03-23 17:22:22.315 | ERROR | app.llm:ask_tool:762 - OpenAI API error: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}]
2025-03-23 17:22:22.316 | ERROR | app.llm:ask_tool:766 - Rate limit exceeded. Consider increasing retry attempts.
2025-03-23 17:22:26.394 | ERROR | app.llm:ask_tool:762 - OpenAI API error: Error code: 429 - [{'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}]
2025-03-23 17:22:26.394 | ERROR | app.llm:ask_tool:766 - Rate limit exceeded. Consider increasing retry attempts.

Bug solved method

add wait time between requests of atleast 1 minute

Environment information

  • System version:
  • Python version:
  • OpenManus version or branch:
  • Installation method (e.g., pip install -r requirements.txt or pip install -e .):

Extra information

No response

@athuljayaram athuljayaram added the bug Something isn't working label Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant