-
Notifications
You must be signed in to change notification settings - Fork 574
Closed
Description
Plugin Version: 1.1.0-beta.9
OpenClaw Version: 2026.3.24
Environment:
- Ubuntu Linux
- Node v24.14.0
Bug Description:
memory-lancedb-pro plugin appears to be repeatedly loaded/registered in the logs during gateway startup. Each registration creates a new hook registration entry.
Expected Behavior:
Plugin should load once and register hooks only once.
Actual Behavior:
Logs show repeated plugin registration:
Mar 26 19:07:51 nakili-ubuntu node[626855]: memory-lancedb-pro@1.1.0-beta.9: plugin registered
Mar 26 19:07:51 nakili-ubuntu node[626855]: memory-lancedb-pro: loaded without install/load-path provenance
This happens multiple times in rapid succession during startup.
Additional Context:
Similar to issue #368, there may be interaction issues with other providers when memory-lancedb-pro is enabled. Disabling the plugin may resolve provider startup issues.
Questions:
- Is repeated plugin loading expected behavior?
- Could this cause instability with other providers (Feishu, etc.)?
- Any recommended workarounds while waiting for fix?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels