Home/Wiki Errors
Error Wiki / 报错知识库

AI coding tool errors, decoded by exact message

Paste the error from Claude Code, Codex, Antigravity, Gemini CLI, Copilot, MCP, OAuth, sandbox, or deployment logs. Each page explains what the exact message means and the safest fix path.

Paste an error to match it against the wiki. / 粘贴报错后自动匹配。

Claude Code

OpenAI Codex

Google Antigravity

Agent execution terminated due to error - Google Antigravity

The Antigravity agent runner stopped before completing the task. The cause can be provider reachability, model routing, MCP tool failure, or stale local auth.

Google AntigravityAgent runtime
Agent execution terminated due to error

Error calling initialize: EOF - Antigravity MCP

Antigravity opened an MCP server connection but the process or transport ended before JSON-RPC initialization completed.

Google AntigravityMCP
Error calling initialize: EOF

Failed to exchange authorization code for token - Antigravity

The browser OAuth step returned a code, but Antigravity could not exchange it for a usable local token.

Google AntigravityOAuth/Auth
Failed to exchange authorization code for token

Failed to get OAuth token: state syncing error: key not found - Antigravity

The local token store and the active Google session are out of sync. The IDE can show a signed-in state while background services cannot fetch credentials.

Google AntigravityOAuth/Auth
Failed to get OAuth token

Command exits 0 but captures zero stdout/stderr - Antigravity terminal blindness

The command may run, but the agent cannot observe terminal output, so it waits, repeats, or makes decisions without the actual result.

Google AntigravityTerminal
exit code 0 but zero stdout/stderr

Stuck on Running / Generating - Google Antigravity agent not responding

A tool call, command, or model response did not complete from the agent manager point of view.

Google AntigravityAgent runtime
stuck on Running

Antigravity doesn't support MCP OAuth specifications

Google Cloud documents a current Antigravity limitation: some remote MCP OAuth flows cannot authenticate because the client cannot provide the required client identity.

Google AntigravityMCP OAuth
Antigravity doesn't support MCP OAuth specifications

Gemini CLI

GitHub Copilot

MCP

Deployment