Error listings

All error pages - page 14

Anthropic API Anthropic API Updated May 15, 2026

Anthropic SDK fails to map 413 and 529 HTTP status codes to typed exceptions

Fix Anthropic SDK throwing generic errors for 413 and 529 HTTP status codes instead of typed exceptions on Bedrock/Vertex backends Includes evidence for Anthropic API troubleshooting demand.

Anthropic SDK does not map HTTP 413 (payload too large) or 529 (overloaded) to typed exceptions on Bedrock/Vertex
AI Coding Tools Claude Code Updated May 15, 2026

Claude Code background agents crash-loop after macOS sleep/wake

Fix Claude Code background agents crash-looping after Mac sleep/wake cycle, daemon not detecting clock jumps Includes evidence for Claude Code troubleshooting demand.

background sessions disappearing and daemon reconnect failing after macOS sleep/wake
AI Coding Tools Claude Code Updated May 15, 2026

Claude Code MCP proxy returns -32600 Invalid content from server on session-404

Fix MCP proxy -32600 invalid content error in Claude Code when session expires or server returns unexpected response Includes evidence for Claude Code troubleshooting demand.

MCP proxy surfaces `-32600 "Invalid content from server"` instead of reinitializing on session-404
AI Coding Tools Claude Code Updated May 15, 2026

Claude Code MCP_TOOL_TIMEOUT capped at 60 seconds regardless of configured value

Fix Claude Code MCP tool timeout being ignored, remote MCP server calls timing out at 60s even with higher MCP_TOOL_TIMEOUT configured Includes evidence for Claude Code troubleshooting demand.

MCP_TOOL_TIMEOUT not raising the per-request fetch timeout for remote HTTP and SSE MCP servers, capped at 60 seconds
Deployment Vercel Updated May 15, 2026

Vercel dev missing Host header validation enables DNS-rebinding attacks

Fix Vercel dev server missing Host header validation that allows DNS-rebinding attacks on local development environments Includes evidence for Vercel troubleshooting demand.

vercel dev missing Host/Origin validation — DNS-rebinding attack vector
Anthropic API Anthropic API Updated May 15, 2026

Anthropic Python SDK: append_messages() inside tool runner loop causes infinite loop or dropped assistant turn

Fix Anthropic SDK tool_runner loop hanging infinitely or dropping responses when append_messages() is called during tool execution Includes evidence for Anthropic API troubleshooting demand.

append_messages() inside tool runner loop causes infinite loop (plain context message) or dropped assistant turn (assistant message replacement) — two failure modes
Anthropic API Anthropic API Updated May 15, 2026

Anthropic Python SDK: Bedrock/Vertex clients missing 413 and 529 error code mapping to typed exceptions

Fix Anthropic SDK Bedrock/Vertex clients not raising correct exception types for 413 Request Too Large and 529 Overloaded errors Includes evidence for Anthropic API troubleshooting demand.

Bedrock and Vertex _make_status_error methods missing 413→RequestTooLargeError and 529→OverloadedError mapping (canonical Anthropic client already maps these)
OpenAI API OpenAI API Updated May 15, 2026

OpenAI /responses endpoint silently hangs 10-28% of concurrent requests with no error

Fix OpenAI API responses endpoint hanging silently on concurrent requests without returning errors or timeouts Includes evidence for OpenAI API troubleshooting demand.

/v1/responses endpoint silently drops 10-28% of concurrent requests under moderate load (5 simultaneous calls); TCP connection hangs indefinitely with no HTTP error or timeout
OpenAI API OpenAI API Updated May 15, 2026

OpenAI ChatGPT Plus OAuth succeeds but third-party Codex calls return 429 quota exceeded

Fix OpenAI API 429 quota exceeded error for ChatGPT Plus subscribers making third-party API calls despite having active subscription Includes evidence for OpenAI API troubleshooting demand.

ChatGPT Plus OAuth succeeds but third-party Codex API calls return 429 quota exceeded — not an OAuth login failure, affects paying Plus subscribers
Deployment Vercel Updated May 15, 2026

Vercel deploy: MIDDLEWARE_INVOCATION_FAILED Cannot find module @swc/helpers/esm/_interop_require_default.js

Fix Vercel deployment failure with MIDDLEWARE_INVOCATION_FAILED error related to missing @swc/helpers module in Next.js 16 middleware Includes evidence for Vercel troubleshooting demand.

MIDDLEWARE_INVOCATION_FAILED on Vercel deploy: Cannot find module '@swc/helpers/esm/_interop_require_default.js' — minimal repro: next@16.2.6 + proxy.ts + top-level @sentry/nextjs import