#Openclaw keeps posting the same message

1 messages · Page 1 of 1 (latest)

pearl river
#

user: Install X skill. I just pasted it inside your skills folder
openclaw: Done — OpenClaw is updated to 2026.5.7

Gateway is healthy, Discord/WhatsApp are OK.

Backups:

  • Pre-update verified: /Users/maxie/maxie-backup/2026-05-12T02-03-24.650Z-openclaw-backup.tar.gz
  • Post-update created: /Users/maxie/maxie-backup/2026-05-12T02-29-20.649Z-openclaw-backup.tar.gz

Caveat: official verifier hit a duplicate-manifest edge case on the post-update archive, but manual inspection shows a valid 2026.5.7 manifest.

User: I asked you something else and you're rpelying something else

openclaw: You’re right. I missed the actual request and kept answering the stale OpenClaw-update thread. Correcting course now: I’ll handle both things you asked for — install/verify the improved account-brief skill, and run a focused diagnostic on the repeated-message problem.

Root causes found

Stale webchat replies: after your new skill request, I replied with the old OpenClaw update summary. That’s a context/resume mismatch after tool continuation.

why is this? I installed a fresh and keep having this kinda repeated convos. Why?

eternal cloakBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

vast fractalBOT
#

That symptom usually means the runtime session state is stale, not that the fresh install itself is “remembering” globally.

OpenClaw routes each Discord channel/thread to a saved session. A reinstall/update often leaves ~/.openclaw/agents/<agentId>/sessions/ intact, so the next message in the same thread can resume an old transcript, old tool continuation, or queued background/subagent completion. That’s how you can get a reply to a previous task like “updated to 2026.5.7” when you asked about installing a skill.

First thing: what version are you on?

openclaw --version

Then try the safe reset path in that Discord thread/DM:

/new

If it keeps happening after /new, run:

#
openclaw status --all
openclaw gateway status
openclaw logs --tail 200

Things I’d specifically look for:

  • repeated delivery/completion events from an old background task/subagent
  • stale thread binding/focus state for this Discord thread
  • corrupted/stale session history under ~/.openclaw/agents/<agentId>/sessions/
  • multiple gateways/bots running against the same Discord bot token

Docs for the relevant bits:
https://docs.openclaw.ai/help/faq
https://docs.openclaw.ai/concepts/session
https://docs.openclaw.ai/gateway/troubleshooting