Skip to content

OpenClaw gateway 重启卡死 + [memos-cloud] add failed: AbortError: This operation was aborted 导致所有工具不可用 #65

@mensylisir

Description

@mensylisir

环境信息(Environment)

OpenClaw 版本:openclaw 2026.3.13
操作系统:arch
Node.js 版本:v24
安装方式:npm
插件名称与版本:@memtensor/memos-cloud-openclaw-plugin@latest

复现步骤(Steps to Reproduce)

配置好 Memos(MemOS Cloud) API Key

执行安装命令:textopenclaw plugins install @memtensor/memos-cloud-openclaw-plugin@latest

查看 ~/.openclaw/openclaw.json,确保包含:JSON

{
  "plugins": {
    "entries": {
      "memos-cloud-openclaw-plugin": { "enabled": true }
    }
  }
}

执行重启:textopenclaw gateway restart

观察现象

实际结果

openclaw gateway restart 命令执行后卡住,不再返回提示符
openclaw logs --follow 显示反复出现以下日志(大概率循环输出或卡在某一行):text15:08:36 warn plugins {"subsystem":"plugins"} [memos-cloud] add failed: AbortError: This operation was aborted
15:08:36 warn [plugins] [memos-cloud] add failed: AbortError: This operation was aborted(可能重复出现很多次)
通过飞书(或其他前端)与 OpenClaw 对话时,所有工具调用全部失败,提示 tool not found(即使是内置工具也失效)
Gateway 进程实际上处于半死状态(可通过 ps aux | grep openclaw 看到仍在运行,但无响应)

预期结果(Expected Result)

gateway 正常重启完成(几秒~十几秒返回命令行)
日志中无 AbortError 相关报错
插件加载成功,工具列表正常(可在对话中调用工具)
记忆功能正常工作(agent 执行前后能读写 MemOS Cloud)

临时解决办法(Workaround)

删除/禁用该插件后一切恢复正常:

直接卸载:textopenclaw plugins uninstall @memtensor/memos-cloud-openclaw-plugin
openclaw gateway restart

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions