Error listings

All error pages - page 12

AI Coding Tools Claude Code Updated May 15, 2026

Claude Code MCP server selection injection leaks env file contents to conversation

Prevent Claude Code MCP server from leaking environment file contents into conversation context Includes evidence for Claude Code troubleshooting demand.

Selection injection from `ide` MCP server has no documented suppression mechanism, leaks env file contents to conversation transport
GitHub Copilot GitHub Copilot Updated May 15, 2026

GitHub Copilot engine terminated: No authentication information found

Fix GitHub Actions workflow failing because the Copilot engine cannot authenticate Includes evidence for GitHub Copilot troubleshooting demand.

The `copilot` engine terminated before producing output. Error details: No authentication information found.
Anthropic API Anthropic API Updated May 15, 2026

Anthropic API Could not process PDF Intermittent Error

Fix intermittent Anthropic API error rejecting valid PDF documents provided as base64-encoded document blocks Includes evidence for Anthropic API troubleshooting demand.

400 invalid_request_error: Could not process PDF
Anthropic API Anthropic API Updated May 15, 2026

Anthropic Structured Outputs Error: compiled grammar is too large for complex schemas

Fix Anthropic structured outputs 400 error when using complex but valid JSON schemas with output_config.format json_schema Includes evidence for Anthropic API troubleshooting demand.

400 invalid_request_error: The compiled grammar is too large, which would cause performance issues. Simplify your tool schemas or reduce the number of strict tools.
AI Coding Tools Claude Code Updated May 15, 2026

Claude Code MCP Transport Disconnected After First Tool Call Rejection

Fix Claude Code MCP server becoming permanently unreachable after first tool call is rejected by user permission prompt Includes evidence for Claude Code troubleshooting demand.

MCP error -32000: Connection closed → No such tool available
Docker Docker Updated May 15, 2026

Docker Compose 2.40.3 Networking Broken: Services Cannot Reach Each Other

Fix Docker Compose networking regression in v2.40.3 where inter-service communication fails Includes evidence for Docker troubleshooting demand.

docker compose 2.40.3 networking broken — services can't reach each other or reach wrong service after upgrade from 2.40.2
LiteLLM LiteLLM Updated May 15, 2026

LiteLLM Performance Regression After Upgrading from v1.80.5 to v1.81.x

Fix LiteLLM proxy performance degradation after version upgrade causing UI and API response slowness Includes evidence for LiteLLM troubleshooting demand.

Significant performance regression — UI and API slowness after upgrading LiteLLM from v1.80.5 to v1.81.x
Deployment Vercel Updated May 15, 2026

Next.js proxy.ts Does Not Execute in Production Behind Cloudflare Proxy

Fix Next.js proxy.ts route handler not running in production deployment behind Cloudflare reverse proxy Includes evidence for Vercel troubleshooting demand.

proxy.ts does not execute in production when behind Cloudflare Proxy (middleware.ts works fine)
OpenAI API OpenAI API Updated May 15, 2026

OpenAI GPT-5 Tool Choices Other Than auto Not Supported Error

Fix OpenAI GPT-5 Responses API rejecting tool_choice values other than 'auto' despite documentation suggesting support Includes evidence for OpenAI API troubleshooting demand.

tool choices other than 'auto' are not supported with model gpt-5
Anthropic API Anthropic API Updated May 15, 2026

Anthropic Python SDK streaming TypeError — Pydantic union discriminator returns raw dict instead of typed model

Fix Anthropic Python SDK streaming error TypeError unexpected event runtime type dict instead of typed model Includes evidence for Anthropic API troubleshooting demand.

TypeError: Unexpected event runtime type, after deserialising twice — {'type': 'content_block_delta', 'index': 0, 'delta': {'type': 'text_delta', 'text': '...'}} — <class 'dict'>