Error listings

All error pages - page 42

AI Coding Tools Claude Code Updated May 12, 2026

Claude Code VSCode Extension Fails to Activate — TypeError filename must be file URL

Fix Claude Code VSCode extension activation failure with TypeError about filename argument Includes evidence for Claude Code troubleshooting demand.

Activating extension Anthropic.claude-code failed due to an error: TypeError: The argument 'filename' must be a file URL object, file URL string, or absolute path string
AI Coding Tools Claude Code Updated May 12, 2026

Claude Code Hanging on Thinking Prompts After Opus 4.6

Fix Claude Code freezing or getting stuck on thinking prompts for extended periods Includes evidence for Claude Code troubleshooting demand.

Claude Code hangs/freezes on 'thinking' for 5-20+ minutes; SSE events not received from Anthropic endpoint
AI Coding Tools Claude Code Updated May 12, 2026

Claude Code Max Subscription Usage Limit Reached Instantly

Fix Claude Code hitting usage limits unexpectedly on Max/Pro Max subscription Includes evidence for Claude Code troubleshooting demand.

Claude Code usage limit reached — Max subscription quota exhausted after short session
AI Coding Tools Google ADK Python Updated May 12, 2026

Google ADK Python LoadSkillResourceTool Infinite Retry Loop Consumes Call Budget

Fix Google ADK Python LoadSkillResourceTool retry loop consuming entire call budget on RESOURCE_NOT_FOUND Includes evidence for Google ADK Python troubleshooting demand.

RESOURCE_NOT_FOUND — LoadSkillResourceTool retries indefinitely until max_llm_calls (default 500) exhausted
AI Coding Tools OpenAI Codex CLI Updated May 12, 2026

OpenAI Codex CLI Ignores Project-Local model_provider Config After PR #20098

Fix Codex CLI ignoring project-level model_provider and model_providers configuration Includes evidence for OpenAI Codex CLI troubleshooting demand.

Ignored unsupported project-local config keys in .codex/config.toml: model_provider, model_providers
Cloud Platforms OpenRouter Updated May 12, 2026

OpenRouter Expired API Key Returns Misleading 401 User Not Found

Fix OpenRouter API returning 'User not found' instead of 'Key expired' for expired API keys Includes evidence for OpenRouter troubleshooting demand.

{"message": "User not found.", "code": 401} — returned for expired API keys
AI Coding Tools Claude Code Updated May 12, 2026

Claude Code Agent API Error 400 — Invalid user_id Pattern Validation Failure

Fix Claude Code agent API 400 error when user_id contains invalid characters Includes evidence for Claude Code troubleshooting demand.

API Error: 400 Invalid 'user_id': string does not match pattern. Expected a string that matches the pattern '^[a-zA-Z0-9_-]+$'