Error listings

All error pages - page 6

Ollama Ollama Updated May 24, 2026

Ollama tool calling not streaming on macOS with MLX backend, causing timeout

Fix Ollama tool calls freezing and timing out on Apple Silicon Macs with MLX backend, specifically when generating large code outputs via write tool Includes evidence for Ollama troubleshooting demand.

Tool calling is not streaming on macOS with MLX, causing timeout when write tool outputs large code
OpenAI API OpenAI API Updated May 24, 2026

OpenRouter model catalog parsing fails on startup in @openai/codex v0.133.0

Fix codex CLI crashing on startup when configured with OpenRouter model provider, preventing all agent operations Includes evidence for OpenAI API troubleshooting demand.

@openai/codex codex-cli v0.133.0 fails during startup when using an OpenRouter model provider profile; codex_models_manager refreshes the available model catalog
AI Coding Tools Claude Code Updated May 24, 2026

Token caching causes repeated Claude Code auth failures across sessions

Fix Claude Code MCP server repeatedly failing with revoked refresh token when sharing config between MCP server and Claude Code plugin Includes evidence for Claude Code troubleshooting demand.

invalid_grant — Refresh token revoked
AI Coding Tools Claude Code Updated May 24, 2026

Claude Code CLI MCP Connection Fails Due to Bun Runtime TCP Socket Failure

Resolve Claude Code CLI inability to connect to HTTP-based MCP servers caused by Bun runtime TCP socket failure Includes evidence for Claude Code troubleshooting demand.

FailedToOpenSocket error when connecting to HTTP MCP servers via Claude Code CLI; Bun runtime bundled in CLI binary fails at TCP socket level
AI Coding Tools Claude Code Updated May 24, 2026

HTTP OAuth MCP Servers Silently Fail in Claude Code When DCR Not Supported

Fix Claude Code failing to connect to custom OAuth MCP servers that don't support DCR, with no error message shown Includes evidence for Claude Code troubleshooting demand.

HTTP OAuth MCP servers silently fail without error when provider doesn't support Dynamic Client Registration (DCR)
Deployment Vercel Updated May 24, 2026

Next.js Turbopack Module Not Found in CommonJS Package During Vercel Deployment

Fix Next.js module resolution errors during Vercel production deployments related to turbopack and CommonJS package imports Includes evidence for Vercel troubleshooting demand.

Module not found error in Next.js turbopack builds on Vercel when importing CommonJS packages; works locally but fails in Vercel deployment
Ollama Ollama Updated May 24, 2026

Ollama Pulling Manifest Errors Including File Does Not Exist and SSH No Key Found

Fix Ollama model download failures due to manifest pulling errors including missing files, SSH key issues, DNS resolution failures, and version compatibility Includes evidence for Ollama troubleshooting demand.

Error: pull model manifest: file does not exist; also 'ssh: no key found', 'no such host', and 'pulling manifest: 412: requires newer version'
Anthropic API Anthropic API Updated May 24, 2026

Anthropic API 400 Invalid Signature in Thinking Block — No Recovery Path

Resolve 400 error caused by invalid thinking block signatures when resuming conversations, affecting streaming chat and function calling workflows Includes evidence for Anthropic API troubleshooting demand.

API returns 400 'Invalid signature in thinking block' when replaying conversation history with no recovery path
OpenAI API OpenAI API Updated May 24, 2026

ChatGPT Plus OAuth Succeeds but Third-party Calls Return 429 Quota Exceeded

Fix rate limit / quota errors when delegating OpenAI API calls through third-party tools authenticated via ChatGPT Plus OAuth Includes evidence for OpenAI API troubleshooting demand.

429 quota exceeded when calling third-party apps using ChatGPT Plus OAuth tokens
AI Coding Tools Claude Code Updated May 24, 2026

Claude Code OAuth Refresh Corrupts Credentials State During 5xx → Persistent 401 Loop

Fix OAuth authentication failure where transient server errors cause permanent credential corruption preventing Claude Code login Includes evidence for Claude Code troubleshooting demand.

OAuth refresh corrupts credentials state during transient upstream 5xx, causing persistent 401 authentication loop across sessions
LiteLLM LiteLLM Updated May 24, 2026

/v1/models wildcard discovery does not expand team BYOK routes using litellm_credential_name

Fix LiteLLM proxy /v1/models endpoint so wildcard team BYOK routes properly expand and discover models stored under litellm_credential_name Includes evidence for LiteLLM troubleshooting demand.

/v1/models wildcard expansion fails to find team-scoped wildcard deployment models; team.models = ['openai/*'] does not resolve correctly when check_provider_endpoint=true
OpenAI API OpenAI API Updated May 24, 2026

Background responses lack stable code/name that maps to exception classes

Enable reliable error handling for async/background OpenAI API calls by providing consistent error codes and names that map to library exception classes Includes evidence for OpenAI API troubleshooting demand.

Background task responses fail without stable error_code/error_type values that can be mapped to Python exception classes for programmatic handling
AI Coding Tools LangChain Updated May 24, 2026

langchain-openrouter ChatOpenRouter creates fresh httpx clients per instantiation causing resource leaks

Fix resource leak in langchain-openrouter where each model instantiation creates unclosed httpx connections, especially problematic with FastAPI dependency injection and LangGraph factory graphs Includes evidence for LangChain troubleshooting demand.

ChatOpenRouter.__init__ creates brand-new httpx.Client/AsyncClient per instance with no caching; under per-request instantiation patterns this leaks TLS keep-alive sockets and pool state to openrouter.ai
Docker Docker Updated May 24, 2026

Sporadic failure in container networking setup: overlay network not found during docker compose initialization

Fix sporadic Docker Swarm overlay networking failures in docker-compose when defining services on overlay networks, where the network disappears between initialization steps Includes evidence for Docker troubleshooting demand.

Error response from daemon: failed to set up container networking: could not find a network matching network mode <overlay-network-name>: network <overlay-network-name> not found