ANTIGRAVITY LABJP
TAG

Troubleshooting

119 articles
Back to all tags
Related:
antigravity72Antigravity24tips14agents13error12python10agent9fix8debugging8editor7workspace5automation5
AI Tools/2026-06-17Beginner

LM Studio Not Starting or Model Won't Load? Fixes for Mac & Windows (2026)

Fix LM Studio startup failures, model loading errors, and unresponsive local API server issues on Mac and Windows with step-by-step solutions and prevention tips.

AI Tools/2026-06-17Intermediate

Fix PyTorch CUDA Errors: torch.cuda.is_available() False & Version Mismatches (2026)

Struggling with PyTorch or CUDA installation errors? This guide covers version mismatches, dependency conflicts, and GPU detection failures with step-by-step solutions.

Agents/2026-06-12Intermediate

When an AI Agent's git push Reports Success but Nothing Reaches the Remote

Why agent-automated git pushes fail silently (a missing identity plus a no-op push), with three fixes: explicit config, SHA verification, and the GitHub REST API.

Antigravity/2026-06-03Intermediate

Why Antigravity Agent Edits Fail With 'patch does not apply' and How to Fix It

Why Antigravity agent edits stall with 'patch does not apply' or 'hunk failed', and how to fix it. Focused on the race where the file changes after the agent reads it, with the settings that stop it from recurring.

Integrations/2026-06-02Intermediate

Fixing self-signed certificate in chain When Antigravity Can't Connect

On networks with a corporate proxy or antivirus TLS inspection, Antigravity may log self-signed certificate in chain or unable to verify the first certificate and fail to reach the model. Here is what causes it and how to fix it.

Integrations/2026-06-01Intermediate

Fixing spawn npx ENOENT When an Antigravity MCP Server Won't Start

Your MCP server config JSON looks correct, but Antigravity logs spawn npx ENOENT and the server stays gray. This is almost always a PATH inheritance problem, not a broken server. Here is how to diagnose and fix it.

Antigravity/2026-05-31Intermediate

Why Your Antigravity Agent Stops Mid-Task with 429 RESOURCE_EXHAUSTED, and How to Fix It

When you hand a long task to an Antigravity agent, it sometimes halts halfway with a red 429 RESOURCE_EXHAUSTED. That is a rate-limit or quota signal, not a bug. Here is how I diagnose the three flavors of 429 in production, and how to keep your agent from stalling on the same wall twice.

Agents/2026-05-30Beginner

When the Antigravity Agent Says 'command not found' for node or python: Causes and Fixes

It works in your own terminal, but the Antigravity agent hits command not found. Starting from how PATH inheritance works, here are concrete fixes for nvm, pyenv, Homebrew, and WSL setups—plus how to confirm the fix actually took.

Tips/2026-05-29Intermediate

Why Antigravity Agent Edits Vanish with Auto Save (and How to Stop It)

When Antigravity's agent stream collides with the editor's Auto Save, parts of an applied diff silently disappear. This guide walks through the exact conditions that trigger it and a three-step fix you can keep across projects.

Antigravity/2026-05-28Intermediate

Fixing Antigravity Google Sign-in That Won't Return From the Browser

When you press Sign in with Google in Antigravity and the browser just hangs without returning to the editor, the cause is rarely a single thing. Here is how I narrow it down across four layers — callback port, third-party cookies, stale session files, and network path — using only commands I keep close on every machine.

Tips/2026-05-27Beginner

Fixing Japanese Mojibake (Garbled Text) in Antigravity's Integrated Terminal

When git log, npm errors, or filenames containing Japanese characters turn into gibberish like 譁?ュ怜喧縺 in Antigravity's integrated terminal, the fix usually takes one or two lines per platform. Here are the Windows, macOS, and WSL2 patterns I keep running into.

Agents/2026-05-26Intermediate

Why Antigravity's Browser Sub-Agent Reads SPAs as Empty Pages — and Three Wait Strategies That Stuck for Me

When you hand an SPA dashboard to Antigravity's Browser Sub-Agent, get_page_text often returns before the real content is rendered, and the agent reports an empty page. Here is how I diagnose the symptom and the three wait strategies that have stabilized my routine.