Error listings

All error pages - page 35

Anthropic API Anthropic API Updated May 19, 2026

Anthropic SDK Structured Output Grammar Compilation Too Large Error

Developers using structured outputs (JSON mode/function calling) with complex Pydantic schemas hitting hardcoded grammar size limits, blocking production deployments Includes evidence for Anthropic API troubleshooting demand.

compiled grammar is too large error needs better documentation and higher limits for complex schemas
OpenAI API OpenAI Codex Updated May 19, 2026

Codex App Tokens Burning Very Fast — Weekly Limit Exhausted in Single Day

Users trying to understand why their Codex token usage spiked dramatically after extension update, preventing continued coding work Includes evidence for OpenAI Codex troubleshooting demand.

Burning tokens very fast — weekly limit drained ~70% in a single day on normal moderate usage
OpenAI API OpenAI Codex Updated May 19, 2026

Codex Usage/Limits UI Inconsistently Broken — Rate Limits Not Displaying

Paid Codex users unable to monitor remaining rate limits, causing anxiety and unpredictable billing Includes evidence for OpenAI Codex troubleshooting demand.

The UI that shows usage / limits is inconsistently not working from time to time — rate limits remaining suddenly disappear
GitHub Actions GitHub Actions Updated May 19, 2026

GitHub Actions cache upload does not handle 429 — retry loops until job fails

Fix GitHub Actions cache upload retry logic for transient 429 rate-limit errors returned by the cache service during post-job cleanup Includes evidence for GitHub Actions troubleshooting demand.

Cache service responded with 429 during upload chunk — action/setup-java cleanup throws unhandled error
Anthropic API Anthropic API Updated May 19, 2026

Managed Agents: vault_ids not inherited by subagents — MCP OAuth calls fail silently

Fix MCP OAuth authentication failure for Dynamics 365 / Microsoft Graph MCP servers called from subagents dispatched via Claude managed agents Includes evidence for Anthropic API troubleshooting demand.

MCP OAuth calls fail when coordinator agent dispatches subagent via agent_toolset_20260401 — vault_ids parameter not available in subagent context
LiteLLM LiteLLM Updated May 19, 2026

MCP streamable HTTP client one concurrent error tears down all sibling requests

Fix MCP Python SDK where a single HTTP error in a concurrent JSON-RPC session causes all other in-flight requests to fail simultaneously Includes evidence for LiteLLM troubleshooting demand.

streamable_http_client: one concurrent request HTTPStatusError tears down sibling requests — transport task group disruption
AI Coding Tools Claude Code Updated May 19, 2026

Claude Code MCP Disabled Servers Still Trigger OAuth Popups — Annoying and Breakless Automation

User disables certain MCP servers in Claude Code settings but disabled servers keep triggering OAuth popup prompts, breaking CI/CD automation and headless usage patterns Includes evidence for Claude Code troubleshooting demand.

Disabled MCP servers still trigger OAuth authentication popups in Claude Code — interrupts automated headless workflows
AI Coding Tools Claude Code Updated May 19, 2026

Claude Code MCP Server Requires OAuth — Silent Failures Block Production Workflows

Developer needs to connect Claude Code to an MCP server requiring OAuth (e.g., Azure DevOps, Slack, Google services) but the tool list appears empty with no explanation of why Includes evidence for Claude Code troubleshooting demand.

MCP servers requiring OAuth authentication don't gracefully handle missing auth — tools silently disappear without clear error message
AI Coding Tools Claude Code Updated May 19, 2026

GitHub MCP OAuth Flow Fails on claude.ai/code — Private Repo Access Broken

Developer using Claude Code web (claude.ai/code) wants GitHub MCP tools to access private repositories but OAuth login flow silently breaks or returns inconsistent results Includes evidence for Claude Code troubleshooting demand.

[BUG] GitHub MCP OAuth flow fails on claude.ai/code web client — inconsistently provides GitHub MCP tools for private repos
LiteLLM LiteLLM Updated May 19, 2026

LiteLLM Max Parallel Requests Config Not Actually Limiting Concurrent Calls

Developer configured max_parallel_requests on a LiteLLM API key to control concurrency, but requests still exceed rate limits because the setting is ignored Includes evidence for LiteLLM troubleshooting demand.

MaxParallelRequests do not limit concurrent requests from one API Key — rate limits hit despite config
LiteLLM LiteLLM Updated May 19, 2026

LiteLLM Proxy Misreports Rate Limit Errors as No Deployments Available

Developer running LiteLLM proxy hits provider rate limit (429) but sees misleading error 'No deployments available', leading them down wrong debugging path instead of fixing rate limits Includes evidence for LiteLLM troubleshooting demand.

Rate limit error reported as 'No deployments available' — incorrect error classification causes wrong troubleshooting path
LiteLLM LiteLLM Updated May 19, 2026

LiteLLM Rate Limit Error Body Leaks Full SHA-256 Secret Keys

Developer encounters error where LiteLLM rate limit response body contains full SHA-256 secret key, potentially exposing credentials in logs and monitoring systems Includes evidence for LiteLLM troubleshooting demand.

Rate limit error message body leaks full SHA-256 hash of API key — security vulnerability exposed through error response
OpenAI API OpenAI API Updated May 19, 2026

OpenAI API GPT-4.1 Organization Rate Limit Reached — 429 Errors Block Development

Developer integrating GPT-4.1 via OpenAI API receives 429 rate limit errors when token throughput exceeds organizational TPM quota; needs solutions for burst handling and scaling Includes evidence for OpenAI API troubleshooting demand.

429 Rate limit reached for gpt-4.1 in organization org-XXXXX — tokens per minute quota exceeded
OpenAI API OpenAI API Updated May 19, 2026

OpenAI Embedding API Returns 429 Rate Limit Error — AnythingLLM RAG Pipeline Stalls

Developer using AnythingLLM or similar RAG tools gets 429 errors during embedding generation, blocking document indexing and knowledge base building workflows Includes evidence for OpenAI API troubleshooting demand.

[BUG] embedding with OpenAI API, 429 Rate limit — RAG pipeline fails during vector storage