#Zalo User
1 messages ยท Page 1 of 1 (latest)
@trail zinc drop a note here
you mean about fix or about things i miss?
Anything zalo related can go here
After installing the latest version, I noticed that 2026.3.13 broke the Zalo bot for packaged/npm-global installs.
Root cause: the plugin imports resolveClientIp from an internal app source path:
../../../src/gateway/net.js
That works in the monorepo, but not in installed builds.
Hello @oblique pier,
i made some tests + fix documentation as i mention before, when you have time check it please, thank you!
Confirmed in testing:
DMs and pairing work
long text chunking works
Marketplace bots are not currently usable in groups
reactions do not work
stickers, voice notes, audio, video, and file attachments do not trigger normal agent replies
plain text URLs work, but rich link previews did not reliably work
Based on that, I opened:
Issue: https://github.com/openclaw/openclaw/issues/47550
PR: https://github.com/openclaw/openclaw/pull/47552
Have a good weekend!
Okay thanks
thank you for doc fix/polish
of course, thanks for running those tests!
Hello @oblique pier,
When i was checking logs of zalo msges, i realize pictures and stickers works, just code was the problem. Here is update for pictures:
https://github.com/openclaw/openclaw/issues/49171
https://github.com/openclaw/openclaw/pull/49172
I just let yesterday iterate agent to fix tests, but it didnt pass coz of main issues, not sure how is state now. I will check it later if everything pass allright.
Its just small update.