Skip to content

Gemini users keep filing bugs

LLM apps25 posts from 22 people16d active+44 posts in the last 7 days, 5 the 7 days before (steady)

Posts per day

Posts per day25 posts, Aug 27 to Sep 25

The posts behind it

25, newest first
PostDate
Designed voices (voice_…) expire after 1 year: is there any way to keep or recreate one?Google AI Developers ForumAwendelSep 25today
Problem with antigravity CLI using shell commands for everythingGoogle AI Developers Forumflying_mantaSep 232 days ago
Publish blocked by "Suspicious activity detected" error for over 2 monthsGoogle AI Developers ForumLarissa_NolascoSep 232 days ago
Anyone help pleaseGoogle AI Developers Forumwan_donySep 232 days ago
Terms and Privacy Footer Links Are Not Clickable### URL of the page with the issue https://geminicli.com/ ### What is the problem? ## Description The Terms and Privacy links displayed in the Google Gemini footer are not clickable. The links are visible in the footer, but clicking on them does not appear to navigate to the...google-gemini/gemini-cliashishgit4Sep 169 days ago
Extension gallery has not indexed jgs-magic-sysmlv1-read-skills (topic + tag + root manifest present)Hi team - our extension appears to meet all the [releasing requirements](https://geminicli.com/docs/extensions/releasing/) but is not in the gallery or extensions.json after 8 days. **Extension:** https://github.com/jgsystemsconsulting/jgs-magic-sysmlv1-read-skills Requirements...google-gemini/gemini-clijgsystemsconsultingSep 169 days ago
Gemini 3.8 in Antigravity is too slow!Google AI Developers ForumToukir_AhmedSep 1510 days ago
bug(cli): nested setState in useInputHistoryStore breaks StrictMode history## What happened? `packages/cli/src/ui/hooks/useInputHistoryStore.ts:94-106` calls `setPastSessionMessages` (and `recalculateHistory` → `setInputHistory`) inside another state updater: Updaters must be pure; StrictMode double-invokes them → double `recalculateHistory`, stale...google-gemini/gemini-clianiruddhaadak80Sep 1312 days ago
bug(cli): aggressive terminal flickering/tearing during user typing and spinner animations### Bug Description When running the Gemini CLI, fast typing or typing while background sub-agent operations/spinners are active causes aggressive terminal flickering and tearing. ### Steps to Reproduce 1. Start the interactive CLI. 2. Run any command that executes in the...google-gemini/gemini-cliburaga-kyoSep 1213 days ago
Possible Bug? Gemini CLI throws 401 UNAUTHENTICATED error mid-sessionWhile using the Gemini CLI, the tool was functioning normally until a prompt failed unexpectedly with a 401 UNAUTHENTICATED error citing ACCESS_TOKEN_TYPE_UNSUPPORTED. I tested it with other scripts, and the gemini api key seems to be fine. Here is the raw output...google-gemini/gemini-cliCodemaster-ARSep 102 weeks ago
GeminiCLI.com Feedback: [ISSUE]### URL of the page with the issue https://geminicli.com/docs/tools/mcp-server/ ### What is the problem? اريد عمل تطبيق المهندس الذكي يصلح جميع البرمجيات وكذلك يبنا تطبيقات له قاعدة بيانات ### What did you expect to happen? اريد عمل تطبيق المهندس الذكي يصلح جميع البرمجيات وكذلك...google-gemini/gemini-climohammedpharm1988-afkSep 62 weeks ago
Leeres.blaat_A4-DINSeite / Page 4/2 https://superconductor.com/google-gemini/gemini-clidkacafirek72-sketchSep 52 weeks ago
𓂀 = Wahrnehmung 👁️ ⌁ = Schwankung ⟁ = Spannung ☍ = Kontrast / Gegenspieler ⟡ = auffälliger Punkt ◌ = unklar / offen ᛟ = Zustand / Kern ⚚ = Beobachtung / Versorgung Eine zufällige SYM-GLYPH-Kette wäre dann: 𓂀 ⌁ ⟁ ◌ ⟡ ☍ ᛟ ⚚### What happened? 𓂀 = Wahrnehmung 👁️ ⌁ = Schwankung ⟁ = Spannung ☍ = Kontrast / Gegenspieler ⟡ = auffälliger Punkt ◌ = unklar / offen ᛟ = Zustand / Kern ⚚ = Beobachtung / Versorgung Eine zufällige SYM-GLYPH-Kette wäre dann: 𓂀 ⌁ ⟁ ◌ ⟡ ☍ ᛟ ⚚ ### What did you expect to happen?...google-gemini/gemini-clidkacafirek72-sketchSep 52 weeks ago
Resumig a session and exiting immediately without interacting deletes the session entirely### What happened? When I resume a session and (for whatever reason) exit the session without issuing any commands, I can no longer resume that same session - the entire session history is lost. I cannot invoke `gemini --resume` with the same UUID, the entry in the...google-gemini/gemini-clizcoffin86Sep 43 weeks ago
Path traversal in checkpoint delete/load: a ../ tag deletes files outside the checkpoints directory (legacy raw path)## Summary `/chat delete ` (and checkpoint load) resolve the legacy fallback path from the RAW tag, so a tag containing `../` deletes/reads a `.json` file OUTSIDE the checkpoint directory. Verified against real code with an isolated sandbox: - tag `x/../../secret` →...google-gemini/gemini-clisoroush5Sep 33 weeks ago
Proposal: explore interoperability conventions for AI coding...early is to involve existing ecosystems before their conventions become increasingly difficult to reconcile across tools. The project is exploring common conventions around: * Agents * Hooks * Plugins * Instructions and configuration * Discovery and precedence * Lifecycle...google-gemini/gemini-cliDanhezCodeSep 33 weeks ago
Bug: tildeifyPath treats sibling home directories as the current home (missing path-separator bound)### What happened? `tildeifyPath()` uses `path.startsWith(homeDir)` and then `path.replace(homeDir, '~')`. There is no check that the match is a full path segment. If `homedir()` is `/Users/al` (or `C:\Users\Al` on Windows): - `/Users/al/proj` → `~/proj` (correct) -...google-gemini/gemini-cliCodewMilanSep 33 weeks ago
Unable to generate Gemini API key - "The request is suspicious"Google AI Developers ForumDYPARKSep 23 weeks ago
Bug: list_background_processes prints (Exit Code: null) for signal-killed processes### What happened? `list_background_processes` prints `(Exit Code: null)` when a background process was killed by a signal (or backgrounded with `exitCode: null`). `BackgroundProcess.exitCode` is `number | null | undefined`...google-gemini/gemini-cliCodewMilanSep 23 weeks ago
User-level git config is ignored after pull request #28792### What happened? 1. Configure `user.name` and `user.email` at user level (in `~/.gitconfig`). 2. gemini-cli is asked to commit the changes. 3. gemini-cli call `git commit -m "..."` with the bash tool. 4. Get the following error: ### What did you expect to happen? git should...google-gemini/gemini-clinicholasyang2022Sep 13 weeks ago
[Bug] SkillManager precedence and active state tracking fails due to case-sensitivity mismatch### What happened? In `@google/gemini-cli-core`, the `SkillManager` handles skill lookup (`getSkill`) and disabling (`setDisabledSkills`) case-insensitively using `.toLowerCase()`. However, `SkillManager.addSkillsWithPrecedence` indexes existing skills into a `Map ` using raw,...google-gemini/gemini-cliAditya2584Sep 13 weeks ago
Recalibrate trick### What happened? Kind of like a decoy ### What did you expect to happen? Well I didn't know what would happen and I didn't know what to expect because I didn't know or understand what was even happening ### Client information Client Information Run `gemini` to enter the...google-gemini/gemini-clijrin0340-420Aug 313 weeks ago
fix(core): getDiffContextSnippet produces full-file diff on CRLF line endings due to unnormalized line breaks### What happened? When applying edits or writes to files, `getDiffContextSnippet(originalContent, newContent, contextLines)` in `packages/core/src/tools/diff-utils.ts` is called to generate a compact 5-line contextual snippet around the changed lines. On Windows or for any file...google-gemini/gemini-cliAditya2584Aug 303 weeks ago
Flow Sudio fails to upscale videos to 1080pGoogle AI Developers ForumJuan_Manuel_CeballosAug 274 weeks ago
"The caller does not have permission #25306 - still persists### What happened? This bug shouldn't be closed as it still persists - "The caller does not have permission #25306 ### What did you expect to happen? To be able to log in VS Code Gemini extension. ### Client information Client Information Run `gemini` to enter the interactive...google-gemini/gemini-clictapnecAug 274 weeks ago

Companies and products named

Company or productPosts naming it
Gemini25
GitHub2
VS Code1
About this problem

Evidence

25 posts from 22 people in 2 places, about 5 a week over 30 days. Mostly on google-gemini/gemini-cli, Google AI Developers Forum. Tools named alongside: GitHub, VS Code.

Frustration Frustration 0 of 3· Seen on GitHub issues, Community forums

How it was grouped

Posts about Gemini that state a pain but match no known issue yet. First post Aug 27, 2026, latest Sep 25, 2026. Corroborated: 3 or more posts from 2 or more people or places. Method

History

  • 2026-09-25 Statement: Gemini users keep asking for help to Gemini users keep filing bugs
  • 2026-09-25 Added: Gemini users keep asking for help (25 posts)

Rising problems by email

Mondays: the problems in data, tech and AI that grew fastest that week.

Double opt-in. Unsubscribe any time.