OpenClaw 2026.4.25 â Gateway timeout trotz laufendem Service / Plugin runtime deps beschĂ€digt
Nach Update/Start mit OpenClaw 2026.4.25 (aa36ee6) habe ich massive Gateway- und Plugin-Probleme.
Umgebung:
OpenClaw 2026.4.25
WSL2 Linux 6.6.87.2-microsoft-standard-WSL2 x64
Node v22.22.2 / npm 10.9.7
Gateway via systemd user service
Gateway bind: lan / 0.0.0.0:18789
Fehlerbild:
Gateway-Prozess lÀuft und Port ist offen:
0.0.0.0:18789 LISTEN users:(("openclaw-gatewa",pid=...,fd=...))
Aber CLI/WebSocket bekommt:
gateway timeout after 10000ms
Gateway target: ws://127.0.0.1:18789
openclaw status zeigt:
Gateway service: running
Gateway: unreachable (timeout)
Teilweise sehr hohe Gateway-CPU/RAM-Last.
AuffÀllige Fehler in Logs:
Cannot find package 'chokidar'
Cannot find module '@hapi/hoek'
Cannot find module 'discord-api-types/v10.js'
Cannot find module 'typebox/build/index.mjs'
browser failed to stage bundled runtime deps:
@modelcontextprotocol/sdk, playwright-core
AuĂerdem mehrfach:
npm error ENOTEMPTY rename ... node_modules/highlight.js -> .highlight.js-...
Und:
@matrix-org/matrix-sdk-crypto-nodejs requires node >=24
current node v22.22.2
Betroffene Plugins/Channels waren u. a.:
Discord, WhatsApp, Telegram, Browser, QMD/memory.
Was gemacht wurde:
Gateway gestoppt:
systemctl --user stop openclaw-gateway.service 2>/dev/null || true
pkill -f openclaw-gateway
ss -ltnp | grep 18789 || echo "Port frei"
Fehlende Pakete testweise installiert:
cd ~/.openclaw/plugin-runtime-deps/openclaw-2026.4.25-aebc2c133536
npm install @hapi/hoek chokidar
AuffÀllig: npm meldete dabei:
added 2 packages, removed 739 packages
Danach:
openclaw doctor --fix
Doctor installierte bundled runtime deps neu und meldete:
Plugin registry refreshed: 70/112 enabled plugins indexed
Plugins: Loaded 70
Errors: 0
Removed 1 stale session lock file
Danach startet Gateway wieder:
openclaw-gateway.service active/running
gateway ready (11 plugins: acpx, active-memory, bonjour, browser, device-pair, discord, memory-core, phone-control, talk-voice, telegram, whatsapp)
Lisa konnte einmal in Discord antworten.
Aktueller Zustand:
Danach wieder:
Gateway service running
Port 18789 open
Gateway ready
aber openclaw status: unreachable (timeout)
Status zeigt zusÀtzlich:
Tasks: 1 active / 1 running / viele issues
Memory: 3949 files / 3949 chunks / vector unavailable
Vermutung:
Plugin runtime deps waren beschÀdigt/halb installiert. Nach doctor --fix sind die Plugin-Fehler weitgehend weg, aber Gateway blockiert weiterhin vermutlich durch Task/Cron-Nacharbeit, Memory/QMD/Indexing, Delivery-Recovery, Bonjour/mDNS oder Channel-Start.