Error listings

All error pages - page 18

AI Coding Tools Claude Code Updated May 21, 2026

Filesystem MCP writes hang intermittently for 4 minutes then time out with unresponsive when launched via npx -y

Fix intermittent MCP write hangs that block Claude Code Desktop editing operations; reads work fine but writes fail. Hypothesis: npx re-resolving package each stdio handshake causes race condition with Claude Desktop startup window. Includes evidence for Claude Code troubleshooting demand.

edit_file hangs for 4 minutes, then times out with 'unresponsive' — only when Filesystem MCP configured via command: npx args: [-y, @modelcontextprotocol/server-filesystem]
LiteLLM LiteLLM Updated May 21, 2026

reserve_budget_for_request() leaks Redis spend counters — phantom BudgetExceededError (HTTP 429) despite near-zero DB spend

Fix phantom budget blocking in LiteLLM proxy where Redis spend:end_user:* counters accumulate unreleased reservations, causing random HTTP 429 BudgetExceededError for end users who haven't reached their budget Includes evidence for LiteLLM troubleshooting demand.

BudgetExceededError: Budget has been exceeded! EndUser=<id> Current cost: $52.195456, Max budget: $50.0 — actual DB spend shows $0.001; Redis counter inflates without finalization, cycling every ~4 minutes
LiteLLM LiteLLM Updated May 21, 2026

Router.aresponses streaming bypasses mid-stream fallback — MidStreamFallbackError not handled in async streaming

Fix mid-stream fallback not triggering in LiteLLM Router when primary model fails during streaming; users see errors instead of automatic model switching Includes evidence for LiteLLM troubleshooting demand.

MidStreamFallbackError not handled during Router.aresponses() streaming — mid-stream model fallback silently fails without retrying on secondary model
OpenAI API OpenAI API Updated May 21, 2026

AzureOpenAI with AAD bearer token passed via api_key returns 401 in openai-python v2.34.0

Fix 401 Unauthorized when upgrading from openai==2.33.0 to 2.34.0 with Azure OpenAI + Azure AD authentication via APIM proxy Includes evidence for OpenAI API troubleshooting demand.

Error code: 401 - Access denied due to invalid subscription key or wrong API endpoint — AzureOpenAI passes AAD bearer token via api_key parameter which now sends api-key header instead of Bearer token
Anthropic API Anthropic API Updated May 21, 2026

Bedrock streaming SSE events errors not handled gracefully in Anthropic SDK

Add proper error handling for malformed/corrupt SSE events during streaming when using Anthropic SDK with AWS Bedrock backend Includes evidence for Anthropic API troubleshooting demand.

Bedrock streaming SSE events errors are not handled gracefully
LiteLLM LiteLLM Updated May 21, 2026

GCP IAM auth fails with Redis Cluster — LiteLLM sync path uses redis_connect_func which RedisCluster bootstrap ignores

Fix GCP IAM authentication failure when running LiteLLM proxy with Redis Cluster — the sync auth path creates a standalone redis client via redis_connect_func that doesn't participate in Redis Cluster topology Includes evidence for LiteLLM troubleshooting demand.

GCP IAM auth fails with Redis Cluster — sync path uses redis_connect_func which RedisCluster bootstrap ignores
OpenAI API OpenAI API Updated May 21, 2026

Background responses failures lack stable error code mapping in openai-python #3212

Add stable error code/classification for OpenAI Responses API background task failures so clients can handle retries differently Includes evidence for OpenAI API troubleshooting demand.

Background responses API errors do not map to a stable exception class name, making client-side error classification unreliable
AI Coding Tools Claude Code Updated May 21, 2026

Figma MCP server never transitions from auth mode to operational mode #61265

Fix Figma MCP OAuth flow completing but MCP server disconnecting and reconnecting with only auth placeholder tools instead of full Figma toolset Includes evidence for Claude Code troubleshooting demand.

Figma MCP gets stuck in authenticate-only tools after successful OAuth, never exposing real tools like get_file or get_comments
AI Coding Tools Claude Code Updated May 21, 2026

Greptile MCP plugin OAuth tokens not persisted in Claude Code #61262

Fix Claude Code failing to persist OAuth tokens for Greptile MCP plugin despite successful OAuth flow, leaving plugin unusable Includes evidence for Claude Code troubleshooting demand.

OAuth flow completes (code consumed by localhost callback) but mcpOAuth credential map contains zero plugin:greptile entries, plugin permanently stuck in needs_auth state
OpenAI API OpenAI API Updated May 21, 2026

Inconsistency between Responses API and Chat Completions API on rate limit errors (openai-python #2699)

Understand and unify rate limit error handling between OpenAI's Responses API and Chat Completions API so developers don't need separate error paths for each endpoint Includes evidence for OpenAI API troubleshooting demand.

Responses API and Chat Completions API handle rate limit errors differently (different error codes, headers, or body formats), breaking unified error handling
LiteLLM LiteLLM Updated May 21, 2026

LiteLLM proxy timeout/error handling for routed model failures

Improve LiteLLM proxy error propagation so timeout, auth, and rate-limit failures from upstream models are surfaced with correct error codes to callers Includes evidence for LiteLLM troubleshooting demand.

LiteLLM proxy routes requests to upstream models but fails to propagate error details when upstream timeout/auth failures occur, returning generic proxy errors
AI Coding Tools Claude Code Updated May 21, 2026

Claude Code session crashes automatically during multi-subagent fan-out

Prevent Claude Code Opus from crashing mid-session when spawning multiple subagent tasks Includes evidence for Claude Code troubleshooting demand.

Session terminates automatically; shows 'Resume this session with: claude --resume <id>' without any error logs or crash dump