[bug]: Corrupted File Causing Software Lock
![[bug]: Corrupted File Causing Software Lock](https://www.chat-gpts.plus/wp-content/uploads/2026/08/9544-a82b364c-768x403.jpg)
该报错通常发生在 InvokeAI 启动时扫描图片库的过程中,由一张不完整或损坏的图片文件导致库整理进程卡住,进而锁住后续生成任务。优先排查最近导入或传输中断的图片,并恢复或处理该文件。
![[bug]: Corrupted File Causing Software Lock](https://www.chat-gpts.plus/wp-content/uploads/2026/08/9544-a82b364c-768x403.jpg)
该报错通常发生在 InvokeAI 启动时扫描图片库的过程中,由一张不完整或损坏的图片文件导致库整理进程卡住,进而锁住后续生成任务。优先排查最近导入或传输中断的图片,并恢复或处理该文件。
![[Question]: Errors for `docker compose -f docker/docker-compose.yml up -d`](https://www.chat-gpts.plus/wp-content/uploads/2026/08/4775-fa4e8ce3-768x403.jpg)
在 RAGFlow 使用 docker compose -f docker/docker-compose.yml up -d 启动时,阿里云/华为云服务器上常见的报错是拉取镜像时出现 TLS 证书校验失败。优先排查 Docker 镜像源(Registry Mirror)配置,必要时更换网络环境或配置
![[Question]: Error Code 3013 When Viewing Parsed Document Chunk in Ragflow with Infinity](https://www.chat-gpts.plus/wp-content/uploads/2026/08/4484-978a9453-768x403.jpg)
该报错发生在 RAGFlow 使用 Infinity 作为向量数据库时,查看已解析文档的 Chunk 触发检索接口,Infinity 返回“Fail to bind the expression: tag_feas”错误(Error Code 3013)。优先排查 RAGFlow 与 Infinit

CrewAI 中把 `@persist` 与自定义 `@listen` 路由结合使用时,自定义路由返回的助手消息会在 `kickoff()` 返回之后才追加到状态里,因此永远不会被写入持久化数据库;内置的 `converse_turn` 路由因为在方法体内追加所以不受影响。优先检查:你的自定义 `@
![[BUG] `crewai create` offers 7 retired Anthropic model ids that 404 on first call](https://www.chat-gpts.plus/wp-content/uploads/2026/08/7124-c5bd0d53-768x403.jpg)
该报错发生在 CrewAI CLI 执行 crewai create 生成项目时,交互式模型选择菜单中列出了 7 个已被 Anthropic API 停用的旧版 Claude 模型 ID,导致新用户首次调用 kickoff() 时返回 404。优先排查方式是更新 CrewAI 到包含修复(#7077
![[Bug]: Using DeepSeek with LlamaIndex causes a 400 Bad Request because LlamaIndex calls the deprecated /v1/completions text endpoint instead](https://www.chat-gpts.plus/wp-content/uploads/2026/08/22846-c859ce1c-768x403.jpg)
当 LlamaIndex 配合 DeepSeek 模型使用 OpenAILike 时,会因默认调用已废弃的 /v1/completions 文本补全端点而返回 400 Bad Request。优先排查是否显式设置了 is_chat_model=True ,并确认 model 与 api_base 参

此报错主要出现在 Vulkan 后端的 Adreno 系列 GPU(子组大小 subgroupSize=128)上,运行 batched、broadcast、partial-tile 形状的矩阵乘法时导致 matmul 结果错误。优先排查并修复 ggml-vulkan 中 warptile 的 WA

这个报错通常发生在 llama-server 运行 gpt-oss-20b 模型、使用工具调用且开启 prompt cache 复用时,模型生成了不符合 Harmony 通道格式的畸形 头,导致整个回合的 PEG 解析失败。优先排查 cache 复用( --cache-reu

该报错是 Dify 1.17.0 中 Agent Composer 接口的 RBAC 权限校验缺失问题,当工作区已启用 RBAC 时,普通成员无需 AGENT_MANAGE 权限即可读取完整的 Agent 应用配置。优先排查 api/controllers/console/agent/compose

这个报错发生在 vLLM 0.24.0 专门为 SM8.6(Ampere)架构构建、并启用量化模型(AWQ/compressed-tensors)与投机解码时。优先排查 vllm/platforms/cuda.py 第 45 行附近的模块级导入是否使用了 logger.warning (每次导入都会