openclaw - 💡(How to fix) Fix [Bug]: memori plugin enable cause an error! [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#63470Fetched 2026-04-09 07:53:23
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2

ubuntu@VM-0-5-ubuntu:~$ openclaw plugins enable openclaw-memori

🦞 OpenClaw 2026.4.8 (9ece252) — I'll refactor your busywork like it owes me money.

[openclaw] Failed to start CLI: Error: Config validation failed: plugins.entries.memory-lancedb.config.embedding: invalid config: must have required property 'embedding' at Object.writeConfigFile (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/config-DMMR1XE_.js:19497:10) at async writeConfigFile (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/config-DMMR1XE_.js:19698:22) at async replaceConfigFile (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/config-DMMR1XE_.js:19744:2) at async Command.<anonymous> (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/plugins-cli-BnsGkiru.js:386:3) at async Command.parseAsync (/home/ubuntu/.npm-global/lib/node_modules/openclaw/node_modules/commander/lib/command.js:1122:5) at async runCli (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/run-main-GjF7YCnf.js:439:4)

Error Message

[openclaw] Failed to start CLI: Error: Config validation failed: plugins.entries.memory-lancedb.config.embedding: invalid config: must have required property 'embedding' 3. openclaw plugins enable openclaw-memori cause the error error

Root Cause

ubuntu@VM-0-5-ubuntu:~$ openclaw plugins enable openclaw-memori

🦞 OpenClaw 2026.4.8 (9ece252) — I'll refactor your busywork like it owes me money.

[openclaw] Failed to start CLI: Error: Config validation failed: plugins.entries.memory-lancedb.config.embedding: invalid config: must have required property 'embedding' at Object.writeConfigFile (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/config-DMMR1XE_.js:19497:10) at async writeConfigFile (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/config-DMMR1XE_.js:19698:22) at async replaceConfigFile (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/config-DMMR1XE_.js:19744:2) at async Command.<anonymous> (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/plugins-cli-BnsGkiru.js:386:3) at async Command.parseAsync (/home/ubuntu/.npm-global/lib/node_modules/openclaw/node_modules/commander/lib/command.js:1122:5) at async runCli (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/run-main-GjF7YCnf.js:439:4)

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

ubuntu@VM-0-5-ubuntu:~$ openclaw plugins enable openclaw-memori

🦞 OpenClaw 2026.4.8 (9ece252) — I'll refactor your busywork like it owes me money.

[openclaw] Failed to start CLI: Error: Config validation failed: plugins.entries.memory-lancedb.config.embedding: invalid config: must have required property 'embedding' at Object.writeConfigFile (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/config-DMMR1XE_.js:19497:10) at async writeConfigFile (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/config-DMMR1XE_.js:19698:22) at async replaceConfigFile (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/config-DMMR1XE_.js:19744:2) at async Command.<anonymous> (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/plugins-cli-BnsGkiru.js:386:3) at async Command.parseAsync (/home/ubuntu/.npm-global/lib/node_modules/openclaw/node_modules/commander/lib/command.js:1122:5) at async runCli (file:///home/ubuntu/.npm-global/lib/node_modules/openclaw/dist/run-main-GjF7YCnf.js:439:4)

Steps to reproduce

  1. install openclaw 4.8
  2. install plugin memori: npm install @memorilabs/memori
  3. openclaw plugins enable openclaw-memori cause the error

Expected behavior

success to enable the plugin and the plugin works well

Actual behavior

error

OpenClaw version

2026.4.8

Operating system

ubuntu 24.03

Install method

npm

Model

n/a

Provider / routing chain

n/a

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The most likely fix is to update the configuration for the openclaw-memori plugin to include the required embedding property.

Guidance

  • Verify that the openclaw-memori plugin configuration includes the required embedding property.
  • Check the plugin documentation for the correct configuration format and required properties.
  • Try updating the plugin configuration manually to include the missing embedding property.
  • If the issue persists, try reinstalling the openclaw-memori plugin or checking for updates to the plugin.

Example

No code snippet is provided as the issue does not include sufficient information about the configuration file or the required embedding property.

Notes

The issue seems to be related to a configuration error in the openclaw-memori plugin, and resolving this error may require updating the plugin configuration or reinstalling the plugin.

Recommendation

Apply workaround: Update the openclaw-memori plugin configuration to include the required embedding property, as this is the most likely cause of the error.

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

success to enable the plugin and the plugin works well

Still need to ship something?

×6

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

Back to top recommendations

TRENDING