ErrLookup › DayuanJiang/next-ai-draw-io
DayuanJiang/next-ai-draw-io
A next.js web application that integrates AI capabilities with draw.io diagrams. This app allows you to create, modify, and enhance diagrams through natural language commands and AI-assisted visualization. · TypeScript · 143 source files
Analyzed at 155ef4f7ac on 2026-08-27. 26 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Request failed (${res.status}) | exception | error | admin, http, fetch, api |
| ModelScope API error (${response.status}): ${errorText} | http | error | modelscope, upstream, http, validation |
| Unexpected response format: ${contentType} | exception | error | modelscope, content-type, http, validation |
| Failed to encrypt API key. Cannot securely store credentials | exception | critical | electron, safestorage, encryption, keychain, linux |
| Invalid preset name | validation | warning | ipc, electron, validation, preset |
| Server startup timeout after ${timeout}ms | exception | critical | electron, nextjs, startup, timeout, server |
| Server script not found at ${serverPath}. Please ensure the | exception | critical | electron, nextjs, packaging, build |
| Request failed with status ${res.status} | exception | error | react, hook, fetch, models, http |
| ${varName} must be a valid integer, got: ${value} | validation | error | env-var, validation, integer, configuration |
| ${varName} must be >= ${min}, got: ${parsed} | validation | error | env-var, validation, range, configuration |
| ${varName} must be <= ${max}, got: ${parsed} | validation | error | env-var, validation, range, configuration |
| GOOGLE_TOP_P must be a number between 0 and 1, got: ${proces | validation | error | env-var, validation, google, range |
| At least one of [${customApiKeyEnv.join(", ")}] environment | validation | error | env-var, provider, credentials, configuration |
| Either ANTHROPIC_API_KEY or ANTHROPIC_AUTH_TOKEN environment | validation | critical | env-var, anthropic, credentials, configuration |
| ${requiredVar} environment variable is required for ${provid | validation | critical | env-var, provider, credentials, configuration |
| Azure requires either AZURE_BASE_URL or AZURE_RESOURCE_NAME | validation | critical | env-var, azure, credentials, configuration |
| Model ID is required when using custom AI provider. Please s | validation | error | provider, model-id, validation, settings |
| Error replacing nodes: ${error} | exception | error | dom, xml, node-manipulation, wrapper-error |
| No SVG element found in the input string. | validation | error | svg, base64, drawio, parsing |
| SVG element does not have a 'content' attribute. | validation | error | svg, drawio, missing-attribute, export-options |
| No diagram element found | validation | error | drawio, xml, parsing, embedded-content |
| No encoded data found in the diagram element | validation | error | drawio, base64, empty-element, parsing |
| Page id "${id}" already exists | validation | error | drawio, duplicate-id, pages, validation |
| addPageToDoc: opts.xml must be a bare <mxGraphModel>; receiv | validation | error | drawio, input-format, mxgraphmodel, validation |
| addPageToDoc: opts.xml must be a bare <mxGraphModel>. | exception | error | drawio, xml, escaping, parsing |
| Failed to construct <diagram> element for new page | exception | error | drawio, defensive-guard, escaping, pages |