|
|
|
|
|
by jaggs
103 days ago
|
|
OpenClaw config needs cleanup
Picnic stopped before restart because C:\Users\User\.picnic\openclaw.json contains keys OpenClaw does not accept. Unsupported keys
error: too many arguments for 'config'. Expected 0 arguments but got 1.
What is safe to edit
Only documented OpenClaw schema fields should live in openclaw.json. Picnic metadata or experiments should go in separate files.
Recommended fix
Remove unsupported keys, then retry. If you need Picnic-specific metadata, store it outside openclaw.json. |
|