issue: Web fetch no longer works in offline mode with external loader

该报错发生在使用外部 Web Loader 且容器被防火墙规则限制出网(离线/受限网络)的 Open WebUI v0.10.x 部署中。优先排查是否在 Admin UI 中配置了外部 Loader,但遗漏了对应的环境变量(因为 v0.10.x Web Loader 引擎只会启动时从环境变量读取配置

该报错发生在使用外部 Web Loader 且容器被防火墙规则限制出网(离线/受限网络)的 Open WebUI v0.10.x 部署中。优先排查是否在 Admin UI 中配置了外部 Loader,但遗漏了对应的环境变量(因为 v0.10.x Web Loader 引擎只会启动时从环境变量读取配置

这个报错发生在 n8n 的 Anthropic Chat Model 节点无法将工具定义中的 strict: true 参数透传给 Anthropic API 时,导致模型可能输出不符合 JSON Schema 的空参数工具调用。优先确认 n8n 版本与 @langchain/anthropic 依

这个报错发生在 SwarmUI 在 CachyOS(AMD ROCm 环境)上通过 Linux 脚本安装 ComfyUI 后端依赖时。优先排查 comfy-install-linux.sh 中先安装 AMD PyTorch、随后执行 requirements.txt 安装导致 PyTorch 被覆盖

该报错是 LiteLLM 自适应路由器(adaptive router)的持久化状态中出现了 alpha 或 beta 参数小于等于 0 的“毒化(poisoned)单元格”,导致采样时抛出 `ValueError: gammavariate: alpha and beta must be > 0.

该报错发生在 LiteLLM 代理重启后,AdaptiveRouter 从数据库重新加载状态时,将持久化的增量数据直接覆盖了冷启动先验,导致部分 BanditCell 的 alpha 或 beta 参数为 0,进而在 Thompson 采样调用 random.betavariate 时抛出 Valu
![[Bug]: Breaking change in LiteLLM 1.96+: managed MCP OAuth2 flow opens LiteLLM UI instead of the vendor authorization page](https://www.chat-gpts.plus/wp-content/uploads/2026/09/39665-f15a8979-768x403.jpg)
LiteLLM 1.96+ 引入的 is_gateway_managed_oauth2 属性将命名 MCP 服务器错误归类为聚合网关 DCR 流,导致 OAuth 授权重定向到 LiteLLM 登录 UI 而非厂商授权页。优先检查 discoverable_endpoints.py 中的响应构建逻辑

该报错是 llama.cpp 在 Windows 下多 GPU(2× RTX 3090)CUDA 张量并行(tensor split)或层并行(layer split)推理时出现的稳定性问题,表现为 CUDA illegal memory access 或进程无提示崩溃。优先排查多 GPU 异步 C
![[Bug] Gmail trigger silently stops after 7 days: subscription expires_at is persisted as -1](https://www.chat-gpts.plus/wp-content/uploads/2026/09/41162-d3216684-768x403.jpg)
Dify 1.16.1 自托管(Docker)环境中,Gmail 触发器绑定 7 天后静默失效,因为持久化到数据库的 expires_at 为 -1(表示“永不过期”),导致定时刷新任务永远不会重新调用 Gmail users.watch 。优先检查 trigger_subscriptions 表中

该报错发生在 NVIDIA Jetson Thor(SM110a)上使用 vLLM 0.26.1rc1 及之后 nightly 镜像,对带 MTP 投机解码的 GDN 模型(如 Qwen3.8-27B-NVFP4)进行首次 decode 时。优先排查 vLLM 构建是否已包含 #53835 修复(向
![[Bug]: Strict tool calling attaches no structural tag when the reasoning and tool parsers share a parser engine](https://www.chat-gpts.plus/wp-content/uploads/2026/09/53745-ee48e740-768x403.jpg)
当 vLLM 的推理解析器(reasoning parser)与工具调用解析器(tool parser)指向同一个解析器引擎时,Strict Tool Calling 模式下可能不会附加结构约束标签(structural tag),导致模型输出不受 JSON Schema 约束。优先排查 --rea