Error listings

All error pages - page 40

Cursor Cursor Updated May 18, 2026

Cursor IDE 'AI Model Not Found — Model name is not valid block'

Fix Cursor IDE model loading error caused by broken auto-mode model mapping in version 2.4.7+; ghost models fail to load Includes evidence for Cursor troubleshooting demand.

AI Model Not Found: Model name is not valid block
Docker Docker Updated May 18, 2026

Docker Permission Denied While Connecting to Daemon Socket

Fix Docker permission denied error when running docker commands without sudo; need to add user to docker group Includes evidence for Docker troubleshooting demand.

Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
AI Coding Tools Claude Code Updated May 18, 2026

MCP Server OAuth Authentication Failure — Invalid Scope Error

Fix MCP server OAuth authentication failures where valid configs work in Claude Code client but fail on specific third-party MCP servers (e.g., Datadog invalid_scope) Includes evidence for Claude Code troubleshooting demand.

Datadog MCP OAuth fails with invalid_scope error (works in Claude Code with identical config)
Deployment Vercel Updated May 18, 2026

Vercel Serverless Function Exceeded 250 MB Unzipped Maximum Size

Fix Vercel deployment failure caused by serverless function bundle exceeding the 250MB unzipped size limit Includes evidence for Vercel troubleshooting demand.

Serverless Function has exceeded the unzipped maximum size of 250 MB
AI Coding Tools Claude Code Updated May 18, 2026

Error Accessing Directory in MCP Filesystem Server - ENOENT Error (No such file or directory)

Fix MCP filesystem server ENOENT error in Claude Desktop where Windows absolute paths get mangled during npx-based server launch Includes evidence for Claude Code troubleshooting demand.

ENOENT: no such file or directory, stat 'C:\Users\...'. Error accessing directory — MCP filesystem server path resolution bug between Windows paths and npx cross-platform execution
AI Coding Tools Claude Code Updated May 18, 2026

MCP Server Exits Unexpectedly After Initial Response When Integrating with Claude Desktop

Debug why custom MCP server built in C#/.NET exits immediately after successful initialization when connecting to Claude Desktop — find proper JSON-RPC 2.0 lifecycle handling Includes evidence for Claude Code troubleshooting demand.

MCP server launches correctly and sends valid initialize response over stdin/stdout, but Claude connection closes immediately afterward with logs showing server started and connected then disconnect
Deployment Vercel Updated May 18, 2026

Vercel Deployment Error — Command "npm run build" Exited with 1

Fix generic Vercel build failure where CI environment variable stripping hides actual npm build error details — need strategies to surface the real compilation/runtime error Includes evidence for Vercel troubleshooting demand.

Vercel Deployment Error: Command "CI='' npm run build" exited with 1
Deployment Vercel / Next.js Updated May 18, 2026

[regression] app/not-found.tsx throws FUNCTION_INVOCATION_FAILED server error instead of rendering custom error page when cacheComponents enabled

Fix Next.js regression causing expensive FUNCTION_INVOCATION_FAILED errors instead of serving custom error pages when cacheComponents feature is enabled Includes evidence for Vercel / Next.js troubleshooting demand.

app/not-found.tsx throws FUNCTION_INVOCATION_FAILED server error cacheComponents enabled
AI Coding Tools Claude Code Updated May 18, 2026

Claude Code Opus 4.7 standard model unavailable in VS Code extension

Paid Claude Code user cannot select or access Opus 4.7 standard model via VS Code extension — likely a platform-specific availability bug blocking paid tier usage Includes evidence for Claude Code troubleshooting demand.

Opus 4.7 standard unavailable in VS Code extension
AI Coding Tools Claude Code Updated May 18, 2026

Claude Code VSCode extension sdk_stream_ended_no_result stream inconsistency

Developer sees broken stream handling in Claude Code VS Code extension — webview thinks stream ended no result but SDK host still receiving chunks, causing unhandled UI errors Includes evidence for Claude Code troubleshooting demand.

VSCode Webview emits sdk_stream_ended_no_result while extension-host SDK still receives stream chunks; UI shows "Unhandled case: [object Object]"
GitHub Actions GitHub Actions Updated May 18, 2026

GitHub Actions REST API reports wrong runner busy state

Enterprise team using self-hosted GitHub Actions runners finds REST API returning stale busy=false state while actual job execution confirms busy=true — causes scheduling conflicts and wasted capacity allocation Includes evidence for GitHub Actions troubleshooting demand.

/runners REST API reports busy: false for a self-hosted runner that is actively executing a job (broker says busy, REST says idle)
LiteLLM LiteLLM Updated May 18, 2026

LiteLLM Fireworks AI rejects MCP tool schemas with unsupported JSON Schema fields

Using LiteLLM as proxy with MCP tool calling, Fireworks AI provider rejects tool schemas containing non-standard JSON Schema fields (title, default), breaking Coralogix and DevRev MCP integrations Includes evidence for LiteLLM troubleshooting demand.

Fireworks AI rejects MCP tool schemas with unsupported JSON Schema fields (title, default) — triggered by Coralogix & DevRev MCP integrations
GitHub Actions GitHub Actions Updated May 18, 2026

LiteLLM runsvc.sh becomes 0 bytes after auto-update breaking runner execution

After automatic GitHub Actions runner update, the runsvc.sh executable becomes empty (0 bytes), causing runner service to fail to start and halting all CI builds on affected machines Includes evidence for GitHub Actions troubleshooting demand.

bin.<version>/runsvc.sh sometimes lands as 0 bytes after auto-update from 2.328.0 → 2.334.0