whatsmeow
whatsmeow copied to clipboard
Go library for the WhatsApp web multidevice API
Check number of arguments before accessing them in the "presence" command.
Some devices not have received the message, but sending device show has send. In the log `11:58:40.190 [Database WARN] Server returned different participant list hash when sending to ********@s.whatsapp.net. Some...
1: ``` time="2022-04-11T23:22:56Z" level=debug msg="Emitting QR code [2@yNkOvpwoHEGOUnnUJJmMZiACjh5d+abenlbV2lIbqUL+DSNNGo3IxlelJy5ew0WduHsFb/G3eoxkVg==,JVBixtvbaqkopbeQ0Z+U1jgE2yW6XXlnrW7qrQA4AwM=,raIEatIAA+taJfunwLfTZPk0BtOPzksHiNX3kHauliA=,v7hnRR0j3jruSo1RxbkHDvnWUuoxGJCJXHB+lmOWv7s=]" type=QRChannel panic: send on closed channel goroutine 26932375 [running]: go.mau.fi/whatsmeow.(*qrChannel).emitQRs(0xc011414ff0, 0xc088bdeff0) go.mau.fi/[email protected]/qrchan.go:81 +0x1e6 created by go.mau.fi/whatsmeow.(*qrChannel).handleEvent go.mau.fi/[email protected]/qrchan.go:116 +0x2a5 ``` 2: ``` time="2022-04-08T16:21:37Z"...
under events.Presence Unavailable always return true maybe return false The result of my tests usually returns true. Is this working well or am I missing something?
When I read the QR Code, it appears in the logs that authentication was performed successfully, so I get some acks and logout. On the cell phone the text "logging...
I've been doing more tests, creating numbers, chatting via my phone, getting replies etc, etc... But as soon as I try to send a message via the API the first...
It's been returning this error for a few days that restarts the service. Apparently it's when generating the key to decrypt. Does anyone know what can it be? ` Mar...
Hi My project [purple-whatsmeow](https://github.com/hoehermann/purple-gowhatsapp/tree/whatsmeow) gained some traction based on your awesome work. I am getting requests to support MySQL for the storage. I looked into it. The necessary changes do...
This is the error: [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x82a465] go.mau.fi/whatsmeow.(*Client).sendProtocolMessageReceipt(0xc000194000, {0xc00023a080, 0xc000740160}, {0xa159df, 0x8}) /root/go/pkg/mod/go.mau.fi/[email protected]/message.go:370 +0x145 go.mau.fi/whatsmeow.(*Client).handleProtocolMessage(0xe, 0xc0003ac340, 0xc0003ac340) /root/go/pkg/mod/go.mau.fi/[email protected]/message.go:319 +0x106 created by go.mau.fi/whatsmeow.(*Client).handleDecryptedMessage /root/go/pkg/mod/go.mau.fi/[email protected]/message.go:343 +0x487 exit status...
Hi! For some reason, the notification of the received message does not appear on the phone if the message is also received in whatsmeow. How can I get notifications for...