Hi everyone,
I’ve been facing a persistent issue for the last 4–5 versions where the Discord gateway stalls indefinitely right after the model finish its generation.
The Symptoms:
Dashboard/Main Chat: The agent processes the request perfectly. I can see the full <thought> process and the text output in the UI.
Dashboard/Discord chat : The agent processes the request perfectly. I can see the full <thought> process and the text output in the UI.
But nothing routed to Discord.
I have Bot is typing 3-4 seconds and nothing...
What I've ruled out:
Discord Permissions/Intents: Fully checked. A standalone discord.js script using the exact same token and channel ID works flawlessly and sends messages instantly.
Network/DNS: Tested with NODE_OPTIONS="--dns-result-order=ipv4first", same deadlock.
Fresh Install: Same issue since openclaw 2026.5.7 or a little before but the behavior persists (Node v22.22.2).
Tested openclaw 2026.5.7, 2026.5.9 and the letest beta...
Send message using a Node JS script with the same Discord bot token ok.
It looks like a serialization deadlock or an IPC communication failure between the Core Event Loop and the isolated Sidecar worker managing the Discord transport layers.
Thanks for the help!