分类: AI 工具排错

bug: cannot delete dashboard

bug: cannot delete dashboard

该报错发生在 Langfuse 项目仪表盘(Dashboard)的删除操作中:点击“Delete”后,弹出的确认对话框会立刻自动关闭,导致无法点击“Delete dashboard”按钮完成删除。优先排查是否使用了已包含修复的版本,并清除浏览器缓存后重试。

ValueError: Variable is not complete.`

ValueError: Variable is not complete.`

该报错通常发生在 RAGFlow 智能体画布中的 Variable Assigner(变量赋值器)节点配置了合法的数值 0 参数,或使用了 clear、remove_first、remove_last 等无需参数的操作符时。优先排查你填写的 parameter 值是否为 0,或者操作符是否确实不需要

oauth in iframed spaces broken in incognito

oauth in iframed spaces broken in incognito

在无痕(incognito)窗口下,通过 Hugging Face 工作流在 iframe 中嵌入 Gradio Space 时,OAuth 登录会因浏览器拦截第三方会话 Cookie 而反复重定向,登录态无法保持。优先确认 Gradio 是否已升级到包含修复的版本(6.26.0 或更新版本),或引

Store the like status of message in the message format

Store the like status of message in the message format

此问题出现在 Gradio Chatbot 开启赞/踩(like/dislike)功能且对话历史被截断时,被裁剪掉的旧消息的反馈状态会被错误地附加到新显示的消息上。优先排查方向是 Gradio 内部使用消息索引而非唯一 ID 来绑定反馈状态,因此消息列表变化时会出现错位。