#I keep getting "02:41:50-07:00 [tools] read failed: ENOENT: no such file or directory, access"
1 messages · Page 1 of 1 (latest)
Also how do I enable browser / plugins?
?
You’re not crazy — that error usually means the agent is trying to read MEMORY.md, but that file doesn’t exist yet.
MEMORY.md is optional and not auto-created, but some prompts/workspace instructions still try to read it.
So this is usually a noisy warning, not a fatal config issue.
Quick fix (PowerShell)
New-Item -Path "C:\Users\Administrator\.openclaw\workspace\MEMORY.md" -ItemType File -Force
openclaw gateway restart
You can also put a one-liner in it, e.g.:
# MEMORY.md
Long-term notes go here.
Also check these (important)
openclaw --versionopenclaw gateway status(make sure service + CLI are using the same config/workspace path)
If you paste those outputs, I can sanity-check the rest quickly.
Docs refs:
- Workspace + MEMORY behavior: https://docs.openclaw.ai/start/openclaw
- Memory model: https://docs.openclaw.ai/concepts/memory