Baileys
Baileys copied to clipboard
[BUG] Close Session & Mac Error
why when I broadcast it isn't sent to all groups? why when I broadcast it isn't sent to all groups? here is the log
SessionError: No sessions
at 9170057191585.94 [as awaitable] (/root/calestial/node_modules/libsignal/src/session_cipher.js:71:23)
at async _asyncQueueExecutor (/root/calestial/node_modules/libsignal/src/queue_job.js:20:29)
and why suddenly the message not read error occurred with the Mac Error log
Session error:Error: Bad MAC Error: Bad MAC
at Object.verifyMAC (/root/calestial/node_modules/libsignal/src/crypto.js:87:15)
at SessionCipher.doDecryptWhisperMessage (/root/calestial/node_modules/libsignal/src/session_cipher.js:250:16)
at async SessionCipher.decryptWithSessions (/root/calestial/node_modules/libsignal/src/session_cipher.js:147:29)
at async 62895411171246.0 [as awaitable] (/root/calestial/node_modules/libsignal/src/session_cipher.js:171:28)
at async _asyncQueueExecutor (/root/calestial/node_modules/libsignal/src/queue_job.js:20:29)
I have the same problem
me to
me too
me too
Make sure your auth state is including sessions. That being said, I will work on making this process less headache-inducing
Any example of how can we handle sessions?