openclaw - 💡(How to fix) Fix [Bug] memory-tdai plugin repeatedly re-registering causing log spam (OpenClaw 2026.4.5) [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#62480Fetched 2026-04-08 03:03:41
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Participants

Root Cause

Additional observation

The gateway appears to be restarting every ~1 second, which would cause the plugin to re-register each time. The root cause may be the restart loop rather than the plugin itself.

RAW_BUFFERClick to expand / collapse

Bug: memory-tdai plugin repeatedly re-registering causing log spam (OpenClaw 2026.4.5)

Environment:

  • OS: Windows_NT 10.0.26200
  • Node: v24.14.0
  • OpenClaw: 2026.4.5 (3e72c03)
  • Config: C:\Users\pemg.openclaw\openclaw.json

Reproduction

After updating to 2026.4.5, the gateway begins repeatedly registering the memory-tdai plugin approximately once per second, filling the logs with identical entries:

\\n[plugins] [memory-tdai] Registering plugin ... startTimestamp=1775563XXXXX [plugins] [memory-tdai] Config parsed: capture=true, recall=true... [plugins] [memory-tdai] Data dir: C:\Users\pemg.openclaw\memory-tdai... [plugins] [memory-tdai] Memory cleaner disabled... [plugins] [memory-tdai] Registering before_prompt_build hook... [plugins] [memory-tdai] Embedding disabled by config, VectorStore will serve as metadata-only store [plugins] [memory-tdai][vector-store] FTS5 tables initialized... [plugins] [memory-tdai] VectorStore initialized... [plugins] [memory-tdai] [pipeline] Initialized... [plugins] [memory-tdai] Registering agent_end hook... [plugins] [memory-tdai] Plugin registration complete (v3)... \\n

Expected behavior

Plugin should register once at startup, not repeatedly.

Additional observation

The gateway appears to be restarting every ~1 second, which would cause the plugin to re-register each time. The root cause may be the restart loop rather than the plugin itself.

extent analysis

TL;DR

The memory-tdai plugin's repeated registration may be caused by the gateway restarting every ~1 second, so identifying and fixing the root cause of the restart loop is likely the most effective fix.

Guidance

  • Investigate the gateway's restart behavior to determine why it's restarting every ~1 second, as this appears to be the primary cause of the plugin's repeated registration.
  • Review the OpenClaw configuration file (C:\Users\pemg.openclaw\openclaw.json) for any settings that may be contributing to the restart loop.
  • Check for any error messages or exceptions in the logs that may indicate why the gateway is restarting.
  • Consider adding logging or debugging statements to the gateway's startup code to gain more insight into the restart loop.

Notes

The exact cause of the restart loop is unclear from the provided information, so further investigation is needed to determine the root cause.

Recommendation

Apply workaround: Identify and fix the root cause of the gateway's restart loop, as this is likely the primary cause of the plugin's repeated registration.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Plugin should register once at startup, not repeatedly.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING