ErrLookup › davila7/claude-code-templates
davila7/claude-code-templates
CLI tool for configuring and monitoring Claude Code · Python · 732 source files
Analyzed at a0851ed10c on 2026-08-28. 130 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| GitHub API error: ${response.status} | exception | error | github-api, http-error, rate-limit, agent-listing, network |
| Invalid workflow hash format. Expected format: #hash | validation | warning | validation, workflow-hash, input-format, cli |
| Workflow with hash "${hash}" not found. Please check the has | exception | warning | workflow-hash, not-found, cli |
| Decompression failed: ${error.message} | exception | error | workflow-hash, decompression, encoding, cli |
| Invalid hash format: missing encoded data | validation | warning | workflow-hash, validation, input-format, cli |
| Failed to decode workflow data from hash | exception | error | workflow-hash, base64, encoding, version-mismatch, cli |
| Invalid workflow data structure in hash | validation | error | workflow-hash, schema-validation, encoding, cli |
| Failed to parse MCP content for ${componentData.name}: ${err | exception | error | json, mcp, component-install, catalog |
| No files were copied from Cloudflare component directory | exception | error | cloudflare, sandbox, filesystem, component-install |
| Cloudflare component files not found at: ${componentsDir} | exception | error | cloudflare, sandbox, missing-file, catalog |
| Docker component files not found at: ${componentsDir} | exception | error | docker, sandbox, missing-file, catalog |
| Invalid response from x0.at: ${uploadUrl || stderr} | exception | error | network, file-upload, third-party-service, session-sharing |
| Download failed: ${stderr} | exception | error | network, download, curl, session-sharing, expired-url |
| Invalid session file - corrupted or not a Claude Code sessio | validation | error | json-parse, download, session-sharing, corrupt-data |
| Invalid session file - missing version | validation | error | validation, session-sharing, schema |
| Invalid session file - missing conversation data | validation | error | validation, session-sharing, schema |
| Invalid session file - missing or invalid messages | validation | error | validation, session-sharing, schema, type-mismatch |
| Invalid session file - no messages found | validation | warning | validation, session-sharing, empty-data |
| Claude Code projects directory not found at ${this.projectsD | exception | error | filesystem, initialization, missing-directory, claude-code |
| Unknown language template: ${language} | exception | error | validation, templates, invalid-argument |
| validate() must be implemented by subclass | exception | error | abstract-class, subclass-contract, validation, oop |
SEM_E003 Role manipulation detected: Attempt to redefine AI role | validation | error | prompt-injection, semantic-validation, component-security |
SEM_E004 Command execution attempt detected | validation | critical | prompt-injection, code-execution, semantic-validation |
SEM_E005 Credential harvesting pattern detected | validation | critical | credential-harvesting, secret-exfiltration, semantic-validation |
SEM_E006 Shell access attempt detected | validation | critical | shell-execution, prompt-injection, semantic-validation |
SEM_E007 Security bypass attempt detected | validation | critical | security-bypass, jailbreak, semantic-validation |
SEM_E008 Unconditional obedience instruction detected | validation | error | jailbreak, obedience-framing, semantic-validation |
SEM_E009 Context manipulation attempt detected | validation | error | context-manipulation, jailbreak, semantic-validation |
SEM_E010 Self-modification request detected | validation | error | self-modification, jailbreak, semantic-validation |
SEM_W001 Suspicious instruction: Role pretending detected | validation | warning | roleplay, semantic-validation, warning |
SEM_W002 Known jailbreak terminology detected | validation | warning | jailbreak, semantic-validation, warning |
SEM_W003 Raw output request (potential data exfiltration) | validation | warning | prompt-injection, static-analysis, component-validation |
SEM_W004 Repetition instruction (potential prompt leakage) | validation | warning | prompt-leakage, static-analysis, component-validation |
SEM_E011 Hardcoded password detected | validation | critical | hardcoded-credentials, security, static-analysis |
SEM_E012 Hardcoded API key detected | validation | critical | hardcoded-credentials, api-key, security |
SEM_E013 Hardcoded secret/token detected | validation | critical | hardcoded-credentials, secret-token, security |
SEM_E014 <script> tag detected (XSS risk) | validation | error | xss, html-injection, static-analysis |
SEM_E015 <iframe> tag detected (injection risk) | validation | error | html-injection, iframe, security |
SEM_E016 javascript: protocol detected (XSS risk) | validation | error | xss, javascript-url, static-analysis |
SEM_E017 Inline event handler detected (XSS risk) | validation | error | xss, inline-event-handler, static-analysis |
SEM_E018 onerror handler detected (XSS risk) | validation | error | xss, onerror-handler, static-analysis |
| Failed to update states | http | error | analytics, express, http-500, file-io |
| Failed to get system health | http | error | analytics, express, http-500, health-check |
| Failed to get Claude session info | http | error | analytics, express, http-500, session |
| Failed to get performance metrics | http | error | analytics, express, http-500, performance-metrics |
| Invalid cache type. Use "all" or "conversations" | http | warning | analytics, express, http-400, input-validation |
| Failed to clear cache | http | error | analytics, express, http-500, cache |
| Failed to generate activity data | http | error | analytics, express, http-500, activity-data |
| Failed to generate year in review | http | error | analytics, express, http-500, year-in-review |
| Internal server error | http | error | chats-mobile, express, http-500, conversations |
| Conversation not found | http | warning | chats-mobile, express, http-404, not-found |
| Failed to export session | http | error | chats-mobile, express, http-500, export, markdown |
| Failed to fetch analytics | http | error | http-500, express, analytics, file-parsing |
| Not found | http | warning | http-404, express, fallback-route, routing |
| sessionId and message are required | http | error | http-400, validation, required-fields, express |
| Failed to load marketplaces | http | error | http-500, express, marketplaces, config-parsing |
| Failed to load plugins | http | error | http-500, express, plugins, config-parsing |
| Failed to load permissions | http | error | http-500, express, permissions, config-parsing |
| Failed to load summary | http | error | http-500, express, summary, aggregation |
| Cross-origin request rejected | http | warning | cors, http-403, csrf-protection, browser |
| Sandbox Interface Not Found - The sandbox-interface.html fil | http | error | http-404, missing-file, installation, static-assets |
| Components file not found | http | warning | http-404, missing-file, catalog, sandbox-server |
| Please provide a detailed prompt (at least 10 characters) | http | error | http-400, validation, prompt-length, express |
| Task not found | http | error | http-404, task-not-found, in-memory-state, polling |
| Agent name is required | http | error | http-400, validation, missing-field, express |
| Invalid agent name | http | error | http-400, validation, command-injection, sanitize-input, security |
| Failed to load skill | http | error | http-500, skill-dashboard, filesystem, express |
| Access denied | http | warning | http-403, path-traversal, security, skill-dashboard |
| File not found | http | warning | http-404, filesystem, skill-dashboard |
| Failed to load file | http | error | http-500, filesystem, express, skill-dashboard |
| Failed to load summary | http | error | http-500, skill-dashboard, express |
| Failed to load sessions | http | error | http-500, teams-dashboard, express |
| Failed to load summary | http | error | http-500, teams-dashboard, express |
| Session not found | http | warning | http-404, teams-dashboard, express |
| Failed to load session | http | error | http-500, teams-dashboard, express |
| Failed to load timeline | http | error | http-500, teams-dashboard, pagination |
| Failed to load communications | http | error | http-500, teams-dashboard, express |
| Failed to load tasks | http | error | http-500, teams-dashboard, express |
| Agent not found | http | warning | http-404, teams-dashboard, express |
| Failed to load teammate | http | error | http-500, teams-dashboard, express |
| failed to launch Node CLI: {e}. Is Node.js installed? | exception | error | rust, node-not-found, subprocess, path |
| failed to build HTTP client: {e} | exception | error | rust, reqwest, tls, http-client, network |
| HTTP {} | exception | error | github-api, rate-limit, http-status, rust |
| unexpected contents API response | exception | error | github-api, json-parsing, rust, schema-validation |
| Warning: Could not extract project from conversation ${fileP | console | warning | analytics, file-io, fallback, warning |
| Error parsing message line: | console | info | jsonl, parsing, analytics, skip-line |
| ⚠️ Console Bridge initialization failed: | console | warning | console-bridge, websocket, initialization, graceful-degradation |
| Warning: Could not read agents directory ${agentsDir}: | console | warning | file-io, agents, analytics, permissions |
| Warning: Could not parse agent file ${filePath}: | console | warning | yaml, frontmatter, agents, parsing |
| Warning: Could not parse ${filename}: | console | warning | jsonl, parsing, conversations, analytics |
| Warning: Could not read settings.json for project ${projectD | console | warning | settings, json, fallback, analytics |
| Warning: Could not extract project from conversation ${fileP | console | warning | file-io, fallback, conversations, analytics |
| Warning: Error closing watcher: | console | info | file-watcher, shutdown, idempotent |
| Could not detect installed components: | console | warning | year-in-review, components, file-io, graceful-degradation |
| Could not analyze commands: | console | warning | year-in-review, commands, parsing |
| Could not analyze skills: | console | warning | year-in-review, skills, parsing |
| Could not analyze MCPs: | console | warning | year-in-review, mcp, config-parsing |
| Could not analyze subagents: | console | warning | year-in-review, subagents, parsing |
| Error calculating state for conversation ${conversation.id}: | console | warning | chats-mobile, http-route, state, fallback |
| ⚠️ Error handling conversation change: | console | warning | chats-mobile, file-watcher, change-handler |
| ⚠️ Failed to load initial data: | console | warning | chats-mobile, startup, file-io |
| ⚠️ Could not auto-open browser: | console | warning | browser-launch, headless, cli-ux |
| Warning: Could not scan commands in ${commandsDir}: | console | warning | filesystem, scanner, frontmatter |
| Warning: Could not fetch category ${item.name}: | console | warning | github-api, rate-limit, network |
| Warning: Could not fetch agents, using fallback list | console | warning | offline, fallback, github-api, network |
| Warning: Could not read settings file | console | warning | json-parse, settings-file, config |
| Warning: Error loading marketplaces | console | warning | marketplace, filesystem, config |
| Warning: Could not load marketplace details for ${name} | console | warning | marketplace, manifest, filesystem |
| Warning: Error loading plugin ${pluginDir} | console | warning | plugin, json-parse, manifest |
| Warning: Error loading plugins | console | warning | filesystem, plugins, enoent |
| Warning: Error processing plugin ${pluginDef.name} | console | warning | marketplace, plugin, path-resolution |
| Warning: Error loading plugins from marketplace ${marketplac | console | warning | plugin-marketplace, json-parse, claude-code, filesystem |
| Warning: Error counting components for plugin at ${pluginPat | console | warning | json-parse, mcp-json, plugin, component-count |
| Warning: Error loading permissions | console | warning | settings-json, json-parse, permissions, claude-code |
| Warning: Error loading user permissions | console | warning | settings-json, json-parse, permissions, user-config |
| Warning: Error loading plugin permissions for ${plugin.name} | console | warning | plugin, permissions, json-parse, claude-code |
| ⚠️ Could not generate QR code: | console | warning | qrcode, session-sharing, graceful-degradation |
| ⚠ Error loading skill ${skillDir}: | console | warning | skills, yaml-frontmatter, filesystem, claude-code |
| Warning: Error loading skills from ${skillsDir}: | console | warning | skills, filesystem, directory-not-found |
| Warning: Error loading plugin skills: | console | warning | plugin, skills, registry, json-parse |
| Warning: Could not parse YAML frontmatter for ${skillDirName | console | warning | yaml, frontmatter, skills, metadata |
| Warning: Error parsing skill ${skillDirName} | console | warning | filesystem, parsing, skills, cli |
| Warning: Error scanning skill directory ${skillPath} | console | warning | filesystem, recursion, scan |
| Warning: Error discovering team sessions | console | warning | filesystem, sessions, discovery |
| Could not parse package.json | console | warning | json, package-json, project-detection |
| Could not parse Gemfile | console | warning | ruby, gemfile, project-detection, filesystem |
| ⚠️ Unknown validator: ${validatorName} | console | warning | validation, typo, registry, config |
| Could not load conversation states: | console | warning | network, http, fetch, analytics |
| Could not find message with ID | console | warning | dom, scrolling, lazy-loading, deep-link |
| No message element to scroll to | console | info | dom, null-guard, scrolling |