ErrLookup › 666ghj/MiroFish
666ghj/MiroFish
A Simple and Universal Swarm Intelligence Engine, Predicting Anything. 简洁通用的群体智能引擎,预测万物 · Python · 51 source files
Analyzed at b5b53acc57 on 2026-08-14. 181 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| res.error || t('step5.requestFailed') | exception | error | frontend, vue, api-error, chat, i18n |
| t('step5.selectAgentFirst') | exception | warning | frontend, vue, validation, precondition, chat |
| t('step5.noResponse') | exception | error | frontend, vue, chat, schema-mismatch, empty-response |
| Graph {graph_id} is in use by active consumer(s): {', '.join | exception | error | backend, python, zep, lifecycle, concurrency, conflict |
| Persisted Zep batch does not match the current graph input | exception | error | backend, python, zep, batch, resume, data-integrity |
| ZEP_API_KEY 未配置 | validation | critical | backend, python, configuration, zep, missing-key |
| Zep batch list cursor did not advance | exception | error | backend, python, zep, pagination, infinite-loop-guard |
| Multiple Zep batches match operation {operation_id}; refusin | exception | error | backend, python, zep, batch, idempotency, ambiguity |
| graph_id is required | validation | error | backend, python, zep, validation, precondition |
| Zep batch creation is unconfirmed and no matching operation | exception | error | backend, python, zep, network, batch, unconfirmed-operation |
| Zep Batch API returned no batch_id | exception | error | backend, python, zep, batch, schema-mismatch, sdk |
| Zep batch {batch_id} item submission is unconfirmed; the dra | exception | error | backend, python, zep, batch, partial-failure, recovery |
| Zep batch {batch_id} item submission failed | exception | error | backend, python, zep, batch, non-retryable, api-error |
| Zep batch {batch_id} acknowledged {len(item_details or [])} | exception | error | backend, python, zep, batch, partial-failure, data-integrity |
| Zep batch {batch_id} processing is unconfirmed | exception | error | backend, python, zep, batch, processing, unconfirmed-operation |
| At least one text chunk is required | validation | warning | backend, python, zep, validation, empty-input |
| batch_size must be between 1 and 350 | validation | warning | backend, python, zep, validation, parameter-range |
| A Zep batch cannot contain more than 50,000 items | validation | warning | backend, python, zep, validation, limit, large-input |
| Zep batch item exceeds 10,000 characters at chunk {oversized | validation | error | zep, batch-api, validation, pre-flight, chunking |
| Zep batch {batch_id} item cursor did not advance | exception | error | zep, pagination, cursor, batch-api, infinite-loop-guard |
| Zep batch {submission.batch_id} did not finish within {timeo | exception | error | zep, batch-api, timeout, polling, ingestion |
| Zep batch {submission.batch_id} ended as {status}; failed_it | exception | error | zep, batch-api, partial-failure, ingestion |
| Zep batch {submission.batch_id} contains {len(items)} items, | exception | error | zep, batch-api, pagination, data-integrity, ingestion |
| Zep batch {submission.batch_id} returned an incomplete item | exception | error | zep, batch-api, validation, episode-uuid, ingestion |
| Zep batch {submission.batch_id} returned mismatched episode | exception | error | zep, batch-api, uuid, dedup, data-integrity |
| Zep episode processing timed out with {len(pending_episodes) | exception | error | zep, timeout, episodes, graph-processing, polling |
| LLM_API_KEY 未配置 | validation | critical | config, llm, api-key, openai, environment |
| Ontology result must be an object | validation | error | llm, json, validation, ontology, prompting |
| LLM_API_KEY 未配置 | validation | critical | config, llm, api-key, openai, environment |
| 等待命令响应超时 ({timeout}秒) | exception | error | ipc, file-based, timeout, subprocess, simulation |
| 模拟不存在: {simulation_id} | validation | error | simulation, not-found, state, validation |
| 没有找到符合条件的实体,请检查图谱是否正确构建 | validation | error | simulation, graph, empty-result, filtering, zep |
| 不支持的平台: {platform} | validation | error | simulation, platform, validation, profiles |
| 模拟配置不存在,请先调用 /prepare 接口 | validation | error | simulation, workflow-order, config, not-found |
| 模拟已在运行或结束处理中: {simulation_id} | validation | error | simulation, concurrency, state-machine, double-start, locking |
| 启用图谱记忆更新时必须提供 graph_id | validation | error | simulation, zep, graph-memory, validation, config |
| Zep图谱更新器初始化失败: {e} | exception | error | simulation, zep, graph-memory, initialization, auth |
| 脚本不存在: {script_path} | exception | error | simulation, file-not-found, path-config, oasis |
| 模拟不存在: {simulation_id} | exception | error | simulation, stop, state-not-found, lifecycle |
| 模拟未在运行: {simulation_id}, status={state.runner_status} | exception | warning | simulation, stop, state-machine, idempotency |
| 模拟仍在停止中,图谱写入未在 {wait_timeout:.0f}s 内完成 | exception | warning | simulation, stop, timeout, zep, graph-memory, async-finalization |
| Zep图谱写入未完整完成: {error} | exception | error | simulation, stop, zep, graph-memory, data-loss, partial-write |
| 模拟停止失败 | exception | error | simulation, stop, failed-state, diagnostics |
| 模拟停止未达到终态: {simulation_id}, status={state.runner_status} | exception | error | simulation, stop, state-machine, race-condition, stuck-state |
| 模拟环境未运行或已关闭,无法执行Interview: {simulation_id} | exception | error | simulation, interview, ipc, process-liveness, timing |
| 模拟配置不存在: {simulation_id} | exception | error | simulation, global-interview, missing-config, partial-state |
| 模拟配置中没有Agent: {simulation_id} | exception | error | simulation, global-interview, config-validation, empty-agents |
| ZEP_API_KEY 未配置 | exception | error | zep, configuration, missing-api-key, graph-memory |
| ZEP_API_KEY未配置 | exception | error | zep, configuration, missing-api-key, graph-memory, updater |
| Zep updater worker did not stop within {join_timeout:.0f}s | exception | error | zep, updater, timeout, shutdown, worker-thread |
| {len(self._failed_batches)} Zep activity batch(es) failed; s | exception | error | zep, updater, partial-write, data-loss, api-failure |
| Zep graph updater is not running | exception | warning | zep, updater, race-condition, shutdown, producer-consumer |
| Zep graph.add returned no episode UUID | exception | error | zep, graph-memory, sdk-compat, integration |
| Zep updater drain deadline elapsed before flushing all activ | exception | error | zep, timeout, drain, backpressure |
| Zep updater drain deadline elapsed | exception | error | zep, timeout, partial-write, resume |
| Zep simulation ingestion timed out with {len(pending)} episo | exception | error | zep, ingestion, timeout, polling |
| Zep updater for {simulation_id} is still active | exception | error | zep, lifecycle, concurrency, cleanup |
| 部分图谱更新器未完整停止: {details} | exception | error | zep, shutdown, aggregate-error, lifecycle |
| ZEP_API_KEY 未配置 | exception | error | configuration, zep, api-key, startup |
| 文件不存在: {file_path} | exception | error | file-io, validation, path |
| 不支持的文件格式: {suffix} | exception | error | file-io, validation, file-format |
| 无法处理的文件格式: {suffix} | exception | error | file-io, defensive, code-drift |
| 需要安装PyMuPDF: pip install PyMuPDF | exception | error | dependency, pdf, optional-import |
| LLM_API_KEY 未配置 | exception | error | configuration, llm, api-key, startup |
| LLM returned no choices | exception | error | llm, openai-compat, empty-response, retry |
| LLM JSON output was truncated at the token limit | exception | error | llm, json, token-limit, truncation |
| LLM JSON generation stopped unexpectedly ({finish_reason}) | exception | error | llm, finish-reason, content-filter, json |
| LLM returned empty JSON content | exception | error | llm, empty-response, json |
| LLM returned invalid JSON (line {strict_error.lineno}, colum | exception | error | llm, json, parsing, prompt-engineering |
| LLM returned multiple JSON values | exception | error | llm, json, ambiguous-output, prompt-engineering |
| LLM JSON response must be a top-level JSON object | exception | error | llm, json, schema, contract |
| Zep search query must be a string | validation | error | zep, validation, type-guard, search |
| Zep search query must not be empty | validation | error | validation, zep, search, input-validation |
| Zep search limit must be an integer | validation | error | validation, zep, type-coercion, pagination |
| Zep search limit must be at least 1 | validation | error | validation, zep, pagination, bounds-check |
| ZEP_API_URL is unsupported; unset it to use Zep Cloud | validation | error | configuration, environment, zep, cloud-migration |
| ZEP_API_KEY 未配置 | validation | critical | configuration, authentication, environment, zep, missing-api-key |
| Zep request timeout must be greater than 0 | validation | error | validation, configuration, zep, timeout |
| Zep {item_name} pagination cursor did not advance for graph | exception | error | zep, pagination, infinite-loop-guard, api-contract, runtime |
| 缺少 API Key 配置,请在项目根目录 .env 文件中设置 LLM_API_KEY | exception | critical | configuration, authentication, environment, llm, missing-api-key, camel-ai |
| 缺少 API Key 配置,请在项目根目录 .env 文件中设置 LLM_API_KEY | exception | critical | configuration, authentication, environment, llm, missing-api-key, camel-ai |
| 缺少 API Key 配置,请在项目根目录 .env 文件中设置 LLM_API_KEY | exception | critical | configuration, authentication, environment, llm, missing-api-key, camel-ai |
| ZEP_API_KEY must be supplied through the process environment | exception | critical | configuration, authentication, environment, zep, validation-script, missing-api-key |
| episode {episode_uuid} did not finish within {timeout}s | exception | error | zep, timeout, async-ingestion, polling, cloud-latency |
| batch item cursor did not advance | exception | error | zep, pagination, batch-api, infinite-loop-guard, runtime |
| artifact cursor did not advance | exception | error | zep, pagination, http-headers, infinite-loop-guard, validation-script |
| graph.add returned no episode UUID | exception | error | zep, sdk-compatibility, api-contract, version-drift, runtime |
| batch.create returned no batch_id | exception | error | zep, batch-api, sdk-compatibility, api-contract, runtime |
| production node pagination did not match raw cursor traversa | exception | error | zep, pagination, consistency-check, assertion, concurrency |
| production edge pagination did not match raw cursor traversa | exception | error | zep, pagination, consistency-check, assertion, concurrency, edges |
| the corpus did not produce enough artifacts to exercise pagi | exception | warning | zep, validation-script, test-fixture, assertion, data-quality |
| unexpected MiroFish updater stats: {updater_stats} | exception | error | zep, assertion, updater, queue-drain, validation-script |
| MiroFish entity context omitted incoming or outgoing node ed | exception | error | zep, knowledge-graph, assertion, validation, integration-test |
| GitHub API returned invalid response metadata | exception | error | http, headers, fetch-star-count, proxy, validation |
| GitHub API response exceeded the size limit | exception | error | http, size-limit, fetch-star-count, proxy |
| GITHUB_TOKEN is missing or invalid | exception | error | authentication, env-vars, header-injection, fetch-star-count, ci |
| GitHub API network request failed | exception | error | network, timeout, dns, firewall, fetch-star-count |
| GitHub API request could not be started | exception | error | fetch-star-count, opener, testing, unexpected-exception |
| GitHub API redirect was refused | exception | error | security, redirect, header-injection, repository-renamed, fetch-star-count |
| GitHub API response could not be read | exception | error | network, timeout, connection-reset, fetch-star-count |
| GitHub API response could not be processed | exception | error | fetch-star-count, unexpected-exception, testing, opener |
| GitHub API returned malformed JSON | exception | error | json, proxy, captive-portal, fetch-star-count |
| GitHub API response had an unexpected shape | exception | error | json, api-contract, fetch-star-count |
| GitHub API returned an invalid stargazers_count | exception | error | json, type-check, api-contract, fetch-star-count |
| GitHub CLI (gh) is required for backfill | exception | error | github-cli, subprocess, dependency, path, star-history |
| GitHub GraphQL request timed out | exception | error | timeout, subprocess, github-cli, star-history, ci |
| GitHub returned an invalid pagination cursor | exception | error | graphql, pagination, cursor, validation, star-history |
| GitHub GraphQL request failed (exit {completed.returncode}) | exception | error | github-cli, subprocess, exit-code, authentication, star-history |
| GitHub GraphQL returned malformed JSON | exception | error | json, github-cli, subprocess, star-history |
| GitHub GraphQL rejected the stargazer request | exception | error | graphql, api-contract, pagination, star-history |
| GitHub GraphQL response had an unexpected shape | exception | error | graphql, api-contract, null-handling, star-history |
| GitHub GraphQL edges were not a list | exception | error | github-api, graphql, parsing, validation, star-history |
| GitHub GraphQL returned an invalid edge | exception | warning | github-api, graphql, parsing, validation, star-history |
| GitHub GraphQL returned an invalid edge cursor | exception | error | github-api, graphql, pagination, validation, star-history |
| GitHub GraphQL returned an invalid star timestamp | exception | error | github-api, graphql, parsing, validation, star-history |
| GitHub GraphQL returned invalid page information | exception | error | github-api, graphql, pagination, validation, star-history |
| GitHub GraphQL returned an invalid page cursor | exception | error | github-api, graphql, pagination, validation, star-history |
| GitHub GraphQL omitted the next page cursor | exception | error | github-api, graphql, pagination, validation, star-history |
| {label} must be a non-negative integer | exception | error | github-api, graphql, validation, type-check, star-history |
| GitHub returned an invalid star timestamp | exception | error | datetime, parsing, validation, iso8601, star-history |
| GitHub star timestamp was not UTC | exception | error | datetime, utc, validation, iso8601, star-history |
| {label} must use YYYY-MM-DDTHH:MM:SSZ | exception | error | state-file, validation, datetime, format, star-history |
| {label} is not a valid UTC timestamp | exception | error | state-file, validation, datetime, star-history |
| clock must return a UTC datetime | exception | error | datetime, utc, clock, validation, star-history |
| {label} contains missing or unknown fields | exception | error | state-file, schema, validation, star-history |
| history state must be a JSON object | exception | error | state-file, validation, json, star-history |
| unsupported history schema_version | exception | critical | state-file, schema, versioning, validation, star-history |
| history repository does not match configured repository | exception | error | state-file, configuration, validation, star-history |
| history timezone must be UTC | exception | error | state-file, timezone, utc, validation, star-history |
| history interval must be exactly {INTERVAL_DAYS} days | exception | error | state-file, configuration, validation, star-history |
| reconstruction must be an object | exception | error | validation, json, state-file |
| unsupported reconstruction method | exception | error | validation, enum, state-file |
| reconstruction.daily must be a list | exception | error | validation, json, state-file |
| aggregate-only history cannot contain reconstructed dates | exception | error | validation, state-file, consistency |
| reconstruction point must be an object | exception | error | validation, json, state-file |
| reconstruction date must be a string | exception | error | validation, date, state-file |
| reconstruction date is invalid | exception | error | validation, date, parsing |
| reconstruction date is not canonical | exception | error | validation, date, canonical-form |
| first reconstruction point must have stars | exception | error | validation, state-file, data-integrity |
| reconstruction dates must be strictly increasing | exception | error | validation, sorting, state-file |
| reconstruction stars must be strictly increasing | exception | error | validation, data-integrity, state-file |
| reconstruction must contain only completed UTC dates | exception | error | validation, utc, data-integrity |
| snapshots must be a list | exception | error | validation, json, state-file |
| snapshot must be an object | exception | error | validation, json, state-file |
| snapshot timestamps must be strictly increasing | exception | error | validation, sorting, state-file |
| workspace does not exist | exception | error | filesystem, configuration, environment |
| workspace is not a directory | exception | error | filesystem, configuration |
| output path escaped the workspace | exception | critical | security, path-traversal, filesystem |
| output directory cannot be a symbolic link | exception | error | filesystem, symlink, security, state |
| output file cannot be a symbolic link | exception | error | filesystem, symlink, security, state |
| could not create output directory | exception | error | filesystem, permissions, disk-full, state |
| {label} is missing | exception | error | state, file-not-found, workflow |
| could not read {label} | exception | error | filesystem, permissions, io-error, state |
| {label} exceeded the size limit | exception | error | state, size-limit, corruption |
| Star count file is missing or unsafe | exception | error | state, symlink, file-not-found, pipeline |
| Star count file is not a regular file | exception | error | filesystem, validation, state |
| GitHub GraphQL repeated an edge cursor | exception | error | github-api, graphql, pagination, backfill, data-integrity |
| GitHub GraphQL repeated a page cursor | exception | error | github-api, graphql, pagination, infinite-loop-guard, backfill |
| GitHub GraphQL exceeded the page safety limit | exception | error | github-api, pagination, safety-limit, backfill, infinite-loop-guard |
| GitHub GraphQL returned no pages | exception | error | backfill, internal-invariant, unreachable-guard, defensive |
| stargazer list changed or was incomplete during backfill | exception | error | github-api, backfill, data-integrity, consistency-check |
| chart coordinates must be finite | exception | error | svg, chart, rendering, nan, internal-invariant |
| chart coordinates must be ordered | exception | error | svg, chart, rendering, ordering, monotonicity |
| unsupported SVG theme | exception | error | svg, rendering, theme, input-validation |
| generated SVG must be strict UTF-8 | exception | error | svg, utf-8, encoding, self-check, validation |
| generated SVG must be canonical UTF-8 | exception | error | svg, utf-8, bom, encoding, self-check |
| generated SVG contains forbidden XML directives | exception | error | svg, xml, security, doctype, self-check, xxe |
| generated SVG is not valid XML | exception | error | svg, xml, escaping, well-formedness, self-check |
| generated SVG root is invalid | exception | error | svg, xml, namespace, self-check |
| generated SVG contains a foreign namespace | exception | error | svg, xml, namespace, self-check, security |
| generated SVG contains a forbidden element | exception | error | svg, allowlist, security, self-check, rendering |
| generated SVG contains an unreviewed image | exception | error | svg, image, data-uri, security, self-check |
| generated SVG contains a forbidden attribute | exception | error | svg, attributes, allowlist, security, self-check, xlink |
| generated SVG contains an unsafe attribute value | exception | critical | svg, security, validation, rendering |
| generated SVG contains an external resource | exception | critical | svg, security, external-resource, assets |
| generated SVG must contain both reviewed images | exception | error | svg, assets, watermark, validation |
| reviewed avatar data is invalid | exception | error | base64, assets, avatar, data-integrity |
| reviewed watermark data is invalid | exception | error | base64, assets, watermark, data-integrity |
| output path changed during update | exception | error | concurrency, filesystem, symlink, atomic-write |
| could not atomically replace Star History outputs | exception | error | filesystem, permissions, io, atomic-write |
| {relative} is not synchronized with history.json | exception | error | consistency, generated-files, synchronization, ci |