2026.4.7版本插件报错,不能启动 #570
ChaoYang78
started this conversation in
General
Replies: 1 comment 2 replies
-
|
我用的4.9版本,实际上插件是启动了,这个警告可以忽略,目前main 版本里已经修复了这个警告,期待下一个正式发布版本吧~目前最大困境是和openclaw的梦境功能的关系如何处理,目前感觉是二选一,选择插件就得关闭梦境功能。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
运行openclaw doctor报错信息:
15:16:41+08:00 [plugins] memory-lancedb-pro invalid config: embedding: must have required property 'embedding'
Error: Config validation failed: plugins.entries.memory-lancedb.config.embedding.apiKey: invalid config: must have required property 'apiKey'
openclaw.json的实际配置:
"memory-lancedb": {
"enabled": false,
"config": {
"embedding": {
"model": "text-embedding-3-small"
}
}
},
"memory-lancedb-pro": {
"enabled": true,
"config": {
"dbPath": "/Users/ShiXin/.openclaw/memory/lancedb-pro-openai-large-1024",
"embedding": {
"apiKey": "${OPENAI_API_KEY}",
"baseURL": "https://api.openai.com/v1",
"dimensions": 1024,
"model": "text-embedding-3-large",
"provider": "openai-compatible"
},
"mdMirror": {
"enabled": true
},
"retrieval": {
"rerank": "cross-encoder",...
"maxHalfLifeMultiplier": 3
},
"enableManagementTools": false,
...
"extractMaxChars": 8000
}
},
...
"installs": {
"memory-lancedb-pro": {
"source": "path",
"sourcePath": "/Users/ShiXin/.openclaw/extensions/memory-lancedb-pro",
"installPath": "/Users/ShiXin/.openclaw/extensions/memory-lancedb-pro",
"version": "1.0.32",
"installedAt": "2026-03-14T03:41:00.000Z"
}
}
Beta Was this translation helpful? Give feedback.
All reactions