[PR #158] [MERGED] Fix some issues #200

Closed
opened 2026-02-13 17:28:04 -06:00 by mirrors · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HanaokaYuzu/Gemini-API/pull/158
Author: @luuquangvu
Created: 11/12/2025
Status: Merged
Merged: 11/20/2025
Merged by: @HanaokaYuzu

Base: masterHead: master


📝 Commits (7)

  • 5293ce8 Fix the expired cookies issue.
  • 0e2afcf Fixes the JSON hijacking protection issue.
  • da0f53f Fixes the JSON hijacking protection issue.
  • 4d3077c Fixes the JSON hijacking protection issue.
  • 321c593 Fixes the issue where a local variable might be referenced before assignment.
  • 9eb389f Fixes the JSON hijacking protection issue.
  • 7f6c7d3 refactor: PR#158

📊 Changes

4 files changed (+206 additions, -86 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 src/gemini_webapi/client.py (+123 -83)
📝 src/gemini_webapi/utils/__init__.py (+3 -2)
src/gemini_webapi/utils/parsing.py (+79 -0)

📄 Description

  • Fix the expired cookies issue.
  • Fixes the JSON hijacking protection issue.
  • Small fixes the issue where a local variable might be referenced before assignment.

Resolved #144 #145 #152 #155 #157


🔄 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/HanaokaYuzu/Gemini-API/pull/158 **Author:** [@luuquangvu](https://github.com/luuquangvu) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/20/2025 **Merged by:** [@HanaokaYuzu](https://github.com/HanaokaYuzu) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`5293ce8`](https://github.com/HanaokaYuzu/Gemini-API/commit/5293ce85054e6c765f859c70ef7f0ab9cc84f64d) Fix the expired cookies issue. - [`0e2afcf`](https://github.com/HanaokaYuzu/Gemini-API/commit/0e2afcf6c2dcca5033436563b4d9a2ad57aea530) Fixes the JSON hijacking protection issue. - [`da0f53f`](https://github.com/HanaokaYuzu/Gemini-API/commit/da0f53f5b8f166bf9243b243cbd7fefceb5dff9a) Fixes the JSON hijacking protection issue. - [`4d3077c`](https://github.com/HanaokaYuzu/Gemini-API/commit/4d3077ce7c55921975fadfa0100a013acd4e5fb4) Fixes the JSON hijacking protection issue. - [`321c593`](https://github.com/HanaokaYuzu/Gemini-API/commit/321c5933aa3b51d1d4afdde6cb76e23d03e8fda7) Fixes the issue where a local variable might be referenced before assignment. - [`9eb389f`](https://github.com/HanaokaYuzu/Gemini-API/commit/9eb389f64ce66b7218c2107b72f2bd713c6e20ec) Fixes the JSON hijacking protection issue. - [`7f6c7d3`](https://github.com/HanaokaYuzu/Gemini-API/commit/7f6c7d3346b9da823e396a3ca05c307471347f2d) refactor: PR#158 ### 📊 Changes **4 files changed** (+206 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `src/gemini_webapi/client.py` (+123 -83) 📝 `src/gemini_webapi/utils/__init__.py` (+3 -2) ➕ `src/gemini_webapi/utils/parsing.py` (+79 -0) </details> ### 📄 Description - Fix the expired cookies issue. - Fixes the JSON hijacking protection issue. - Small fixes the issue where a local variable might be referenced before assignment. Resolved #144 #145 #152 #155 #157 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirrors 2026-02-13 17:28:04 -06:00
Sign in to join this conversation.
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
mirrors/Gemini-API#200
No description provided.