WhiskeySockets / Baileys

Lightweight full-featured typescript/javascript WhatsApp Web API

Home Page:https://baileys.whiskeysockets.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Messages cannot be seen in some groups, while the bot logs that the message is sent successfully. However, the bot works fine in other groups and private chats.

7thRA-ONE opened this issue · comments

Problem:
Messages cannot be seen in some groups, while the bot logs that the message is sent successfully. However, the bot works fine in other groups and private chats.

Environment:

@whiskeysockets/baileys: ^6.7.4
Node.js: ^20.12.2
npm: ^10.5.2
Platform: Heroku .
Any solution???

Are you implementing getmessage()?

cannot insert message ....failed why ????

I'm having the same problem. It's even happening intermittently. It started after this new update.

Try to do

getMessage: (key) => {
return (store.loadMessage(key.remoteJid, key.id))?.message || undefined;
}
In socket configura

commented

I'm using this getMessage() in config. But still I changed versions of Baileys but no use, Now the FromMe and isBaileys also not working it's showing false even though message sent by bot.

New day new errors in Baileys