mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-27 18:35:51 +03:00
[PR #5] [CLOSED] Fixed HTTP 429 errors and added a retry mechanism #245
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/5
Author: @john2240
Created: 7/23/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
19464eeUpdate gemini-core.js2a1a6cdUpdate gemini-api-server.js📊 Changes
2 files changed (+151 additions, -12 deletions)
View changed files
📝
gemini-api-server.js(+92 -7)📝
gemini-core.js(+59 -5)📄 Description
Currently, if the API returns a 429 status code, the application does not handle it properly and crashes or exits instead of retrying.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.