I’ve spent a couple hours trying to get OpenClaw + WhatsApp working locally on Windows and I think I’m stuck on a channel handler bug, not config.
Setup:
Windows 11, OpenClaw 2026.4.25 (aa36ee6)
Gateway: local on 127.0.0.1:18789 (openclaw gateway status → reachable)
Model: Ollama (llama3.2:1b-instruct-q4_K_M at http://127.0.0.1:11434)
Workspace: C:\Users\15023\openclaw-workspace (set in agents.defaults.workspace)
BOOTSTRAP.md there with minimal instructions (“create/append MEMORY.md, log bootstrap completion, delete BOOTSTRAP.md, then continue”)
WhatsApp plugin enabled (stockwhatsappindex.js)
channels.whatsapp.enabled=true, selfChatMode=true, dmPolicy="allowlist"
What I’ve done:
openclaw onboard --mode local → chose Ollama + llama3.2:1b-instruct-q4_K_M.
Fixed earlier spawn git error so WhatsApp deps (@whiskeysockets/baileys, jimp) install.
openclaw gateway start → gateway reachable.
openclaw channels login --channel whatsapp --account default → scanned QR, saw:
“WhatsApp asked for a restart after pairing (code 515); waiting for creds to save…”
“✅ Linked after restart; web session ready.”
“Local login saved auth for whatsapp/default, but the running gateway did not restart it: gateway closed (1006 abnormal closure…).”
Restarted gateway; openclaw gateway run now says “Gateway already running; port 18789 is already in use.”
Problem:
From WhatsApp, any DM (even “hello from monica”) always gets:
“⚠️ Something went wrong while processing your request. Please try again, or use /new to start a fresh session.”
This persists after restart; pairing clearly works but the handler always falls back to the generic error.
Agent config + workspace path + Ollama all look good; earlier bootstrap prompt leak is resolved, this is a new failure mode.
I have openclaw logs -- and can paste a snippet or share a paste link. Is this a known issue on 2026.4.25 for WhatsApp, or is there an extra step I missed to get past this “Something went wrong…” response?