#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)

heady warrenBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

stuck elm
#

Also how do I enable browser / plugins?

stuck elm
#

?

woven novaBOT
#

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.