-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
[Bug]: Write failed error shown but file actually saved successfully (100% success rate) #55424
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingclawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.regressionBehavior that previously worked and now failsBehavior that previously worked and now fails
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingclawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.regressionBehavior that previously worked and now failsBehavior that previously worked and now fails
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug type
Regression (worked before, now fails)
Beta release blocker
No
Summary
Write failed / Edit failed 错误提示频繁出现,但实际文件 100% 写入成功。这是 OpenClaw 工具层响应超时问题,不是文件系统问题。
Steps to reproduce
错误时间线(8 次错误,100% 成功):
Expected behavior
工具应该正确显示文件写入状态,成功时显示成功提示,失败时显示失败提示。
Actual behavior
飞书界面底部显示"⚠️ Write failed"错误提示,但文件实际已成功写入(通过 Test-Path 和 Get-Item 验证,8 次错误,8 次成功,成功率 100%)。
OpenClaw version
2026.3.13
Operating system
Windows 11
Install method
npm global
Model
bailian/qwen3.5-plus
Provider / routing chain
openclaw -> bailian
Additional provider/model setup details
No response
Logs, screenshots, and evidence
Impact and severity
受影响:所有使用 OpenClaw 写入文件的用户
严重程度:中等(不影响实际功能,但造成用户困惑)
频率:106 分钟内 8 次
后果:用户看到错误提示但文件实际成功写入,可能导致用户不信任工具状态
Additional information
已创建临时解决方案:
建议修复: