分类: AI 工具排错

“Archived Logs” broken

"Archived Logs" broken

“Archived Logs”报错通常发生在 Dify Cloud 用户点击“Download”下载归档日志时,服务端返回 500 错误。优先排查是否为 Dify 服务端的归档导出存储(ARCHIVE_STORAGE_EXPORT_BUCKET)配置异常或预签名 URL 生成失败,用户侧无法直接修复

RuntimeError: SENTINEL: transformers was imported

RuntimeError: SENTINEL: transformers was imported

该报错发生在导入 langchain_core.language_models.BaseChatModel 时,因为顶层无条件导入了 transformers ,导致额外增加 300-500ms 的启动时间。优先排查你的代码中是否实际使用了 GPT-2 回退分词器,并确认是否已升级到包含懒加载修复的

issue: Publicly shared read-only notes appear in no notes list, not even the Read Only filter

issue: Publicly shared read-only notes appear in no notes list, not even the Read Only filter

该问题通常发生在 Open WebUI 笔记以“公开链接”方式分享只读权限后,接收方在“笔记 → 只读”列表中看不到该笔记。这不是数据丢失或权限失效,而是界面需要手动切换筛选条件或通过搜索“Read only”来过滤;优先检查访问授权(Access Grants)并尝试在只读筛选下搜索。

Qwen3.5:9b concurrent call BUG

Qwen3.5:9b concurrent call BUG

Ollama v0.17.6 在 ARM 版 DGX Spark 上运行 Qwen3.5:9b 时,因为 qwen35 架构当前不支持并行请求,日志会强制将 Parallel 降级为 1;如果强行并发调用或加载并行图,可能在 ggml_backend_sched_reserve 阶段触发 SIGAB