[PR #5] [CLOSED] Fixed HTTP 429 errors and added a retry mechanism #245

Closed
opened 2026-02-27 07:18:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/5
Author: @john2240
Created: 7/23/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/justlovemaki/AIClient-2-API/pull/5 **Author:** [@john2240](https://github.com/john2240) **Created:** 7/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`19464ee`](https://github.com/justlovemaki/AIClient-2-API/commit/19464ee5b5c570d97c02c7aa3630eb378e37c2ec) Update gemini-core.js - [`2a1a6cd`](https://github.com/justlovemaki/AIClient-2-API/commit/2a1a6cd401bf5587638f506dcb156a75a3bb3e05) Update gemini-api-server.js ### 📊 Changes **2 files changed** (+151 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `gemini-api-server.js` (+92 -7) 📝 `gemini-core.js` (+59 -5) </details> ### 📄 Description Currently, if the API returns a 429 status code, the application does not handle it properly and crashes or exits instead of retrying. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:18:40 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AIClient-2-API-justlovemaki#245
No description provided.