Error listings

All error pages - page 32

OpenAI API OpenAI API Updated May 19, 2026

OpenAI Responses API background mode lacks typed exceptions for failed runs

Fix unreliable error classification in OpenAI Python SDK when using /v1/responses background mode; needs stable error.type field mapped to SDK exception classes for proper retry logic Includes evidence for OpenAI API troubleshooting demand.

HTTP 200 OK poll returns error.code='server_error' with status='failed', no typed exception raised — retry/backoff logic cannot distinguish server_error vs rate_limit_exceeded
LiteLLM LiteLLM Updated May 19, 2026

LiteLLM Proxy RateLimitError Masks OpenAI 429 Quota Errors Without Billing Context

Distinguish between LiteLLM proxy rate limiting and underlying OpenAI quota exhaustion for faster fix Includes evidence for LiteLLM troubleshooting demand.

litellm.RateLimitError: RateLimitError: OpenAIException - Error code: 429 - { 'error' : {'message': 'You exceeded your current quota , please check your plan and billing details.'}
AI Coding Tools Claude Code Updated May 19, 2026

Custom MCP Connector OAuth Tokens Fail to Persist Across Sessions in Claude Code

Fix Claude Code failing to persist OAuth tokens for custom MCP connectors across sessions, forcing manual restart via /exit and claude mcp list Includes evidence for Claude Code troubleshooting demand.

[BUG] Custom MCP connector OAuth tokens fail to persist — quarri MCP server requires /exit then claude mcp list workaround
GitHub Copilot GitHub Copilot Updated May 19, 2026

GitHub Copilot Sign-In Loop in VS Code — Stuck Authenticating After Cache Corruption

Fix GitHub Copilot getting stuck in sign-in loop in VS Code after cache corruption or credential mismatch; unable to activate extension Includes evidence for GitHub Copilot troubleshooting demand.

GitHub Copilot sign-in button not responding / stuck in sign-in loop — authentication provider registration timed out
AI Coding Tools Claude Code Updated May 19, 2026

HTTP MCP Servers Requiring OAuth Silently Fail — No Tools Appear When Auth Not Completed

Fix Claude Code silently failing when HTTP MCP servers need OAuth auth but haven't been completed — zero feedback that something went wrong Includes evidence for Claude Code troubleshooting demand.

[BUG] HTTP MCP servers requiring OAuth silently fail with no tools shown when user hasn't completed authentication
LiteLLM LiteLLM Updated May 19, 2026

LiteLLM Proxy Rate Limit Handled Gracefully — Automatic Fallback Config for Model Groups

Configure automatic fallback to secondary models when primary model group hits LiteLLM rate limits; avoid downtime on paid proxy tier Includes evidence for LiteLLM troubleshooting demand.

RateLimitError: Rate limit exceeded — LiteLLM proxy needs automatic fallback configuration for model groups to handle rate limit errors gracefully
LiteLLM LiteLLM Updated May 19, 2026

litellm.Timeout: OllamaConnectionTimedOut — Connection Timed Out After 600 Seconds

Fix LiteLLM hanging 600 seconds on Ollama connection timeout instead of raising proper error quickly; understand why stream_timeout and regular timeout settings don't work for watsonx/Ollama backends Includes evidence for LiteLLM troubleshooting demand.

ERROR :root: LiteLLM call failed: litellm.APIConnectionError: OllamaException - litellm.Timeout: Connection timed out after 600.0 seconds.
AI Coding Tools Claude Code Updated May 19, 2026

OAuth Authentication Succeeds but MCP Tools Remain Missing After Token Store Refresh

Fix Claude Code MCP OAuth tokens stored correctly but reconnection fails, tools not appearing until manual restart of Claude Code Includes evidence for Claude Code troubleshooting demand.

OAuth Authentication Succeeds but MCP Reconnection Fails — tools remain missing after manual restart required
LiteLLM LiteLLM Updated May 19, 2026

Rate Limit Exceeded for Proxy — Full SHA-256 Key Leaked in Error Body

Fix LiteLLM proxy rate limit error that leaks internal API key SHA-256 hash in error message body, exposing credentials Includes evidence for LiteLLM troubleshooting demand.

Error: { "message": "Rate limit exceeded for ...", ... } leaking full SHA-256 key in response body
LiteLLM LiteLLM Updated May 19, 2026

Vertex AI 429 Rate Limit During Streaming Silently Hidden by LiteLLM

Fix LiteLLM hiding 429 rate limit errors from Vertex AI during streaming requests; clients see hung responses instead of actionable error Includes evidence for LiteLLM troubleshooting demand.

Vertex AI 429 rate limit error during streaming not surfaced to client — only visible in LiteLLM debug logs, causes silent streaming failures
AI Coding Tools Claude Code (Anthropic) Updated May 19, 2026

Claude Code API Provider fails with exit code 1 for all Sonnet models

Fix complete model failure in Claude Code where all Anthropic Sonnet models return exit code 1, blocking all AI-assisted coding sessions Includes evidence for Claude Code (Anthropic) troubleshooting demand.

Command failed with exit code 1 for all sonnet models via Claude Code API Provider
LiteLLM LiteLLM Updated May 19, 2026

LiteLLM proxy timeout errors on upstream provider calls

Fix or understand timeout errors occurring when LiteLLM proxy forwards requests to upstream LLM providers, causing cascading failures in production Includes evidence for LiteLLM troubleshooting demand.

TimeoutError / Timeout on upstream API provider calls through LiteLLM proxy