#Unable to get responses from chat

1 messages Β· Page 1 of 1 (latest)

midnight oyster
#

Error shown in logs

00:41:04+00:00 error gateway/health {"subsystem":"gateway/health"} post-connect health refresh failed: Cannot find module './channel.runtime-Ne-BO4py.js'
Require stack:

  • /home/clawd/.nvm/versions/node/v22.22.0/lib/node_modules/openclaw/dist/extensions/whatsapp/shared-BaS4Lipo.js
    00:41:05+00:00
dawn coralBOT
#

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

inland oracleBOT
#

That looks like a broken/mixed OpenClaw install, not a chat-channel config issue. The WhatsApp bundle is requiring a hashed runtime chunk that isn’t present, which usually means the global dist/ tree is stale or partially updated.

First, can you paste:

openclaw --version
which openclaw
openclaw gateway status --deep

Likely fix:

openclaw update
openclaw doctor
openclaw gateway restart