Node ‘ID #98:17’ has no class_type. The workflow may be corrupted or a custom node is missing.

该报错 Node 'ID #98:17' has no class_type. The workflow may be corrupted or a custom node is missing. 通常出现在加载工作流时遇到无法识别的节点 ID,最常见原因是该工作流依赖的自定义节点未安装。优先检查工

该报错 Node 'ID #98:17' has no class_type. The workflow may be corrupted or a custom node is missing. 通常出现在加载工作流时遇到无法识别的节点 ID,最常见原因是该工作流依赖的自定义节点未安装。优先检查工

该报错源于 run_batched_evaluation 中 MapperFunction 的参数类型不匹配 —— 函数签名要求 TraceWithFullDetails ,但底层通过 trace.list 返回的是 TraceWithDetails 。优先排查是否使用了 trace‑level 评

此 bug 发生在自托管 Langfuse 配置了数据保留 (TTL) 且项目存在标注队列(Annotation Queue)时。TTL 删除 trace 时不检查是否有 AnnotationQueueItem 引用,导致孤儿记录。核心英文报错: bug: Data retention (TTL)

此报错出现在 Langfuse Cloud 的 Dataset/Items/experiment 页面中,“Expected Output”列始终为空(不显示任何内容),尽管 API 中数据已正确存储。这是前端 UI 转换函数遗漏了 datasetItemId 字段导致的渲染 Bug,不影响数据完整
![[BUG]: How to upload a folder with subfolders with files to AnythingLLM?](https://www.chat-gpts.plus/wp-content/uploads/2026/07/2235-c2ffb740-768x403.jpg)
该诉求是希望 AnythingLLM 支持上传包含子文件夹的文件夹(目录递归),目前桌面版和 Docker 版均未原生提供通过文件选择器上传文件夹的功能。优先排查:确认是否可通过拖拽文件夹到窗口实现部分效果;如需完整路径保留,需等待官方计划中的“Local folder”数据连接器。
![[BUG]: Pinned and Watched Documents without RAG](https://www.chat-gpts.plus/wp-content/uploads/2026/07/5334-284a6ed2-768x403.jpg)
当你在 AnythingLLM Desktop 中同时将一个文档设为 Pinned (固定)和 Watched (监视),并期望每次新消息都自动注入该文档的最新内容(不通过 RAG 嵌入)时,会遇到 [BUG]: Pinned and Watched Documents without RAG ——
![[Bug] rustfs-init fails to start: mc parse policy failed due to uppercase 'ID' in bucket.config.json](https://www.chat-gpts.plus/wp-content/uploads/2026/07/15482-88bef67f-768x403.jpg)
该报错发生在 LobeChat Docker Compose 部署时, lobe-rustfs-init 容器因内置 bucket.config.json 中使用了大写 "ID" 而导致 mc 客户端解析策略失败。优先排查本地 docker-compose/dev/bucket.config.jso

这是一个功能请求,用户希望在 MCP Python SDK 的 SSE 服务器中自定义 Starlette 应用(添加中间件、路由等)。该功能已在 SDK v2 中得到支持(参见 PR #312)。如果仍在使用旧版,可能需要手动创建独立的 Starlette/FastAPI 服务器来集成 MCP S

MCP Python SDK 对未知 JSON-RPC 方法错误地返回 -32602 Invalid params 而非正确的 -32601 Method not found ,导致客户端(如 Smithery)误判并反复重试。优先排查是否正在使用 v1.x 版 SDK,并升级到 v2.0.0。

该报错通常出现在 Gradio 6.20+ 在 Hugging Face Spaces 上启动时,提示端口 7861 不可用。优先尝试登出 Hugging Face 账户并重新登录,再重新构建 Space。