-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whatsapp says message wasn't sent, but it was #566
Comments
Same issue. However, for WhatsApp applications that have not been updated, this does not happen. |
I've found solution and it worked Whatsapp changes the status value in the node format, where previously it was 0 (error) to 1 (pending). so in the
Add this code to change status:
Try this solution Thanks |
Same issue. |
Solved! |
Please make a PL
Regard
…On Thu, Jun 10, 2021, 7:18 PM Leonardo Neto ***@***.***> wrote:
status := proto.WebMessageInfo_PENDING msgProto.Status = &status
[image: image]
<https://user-images.githubusercontent.com/3596786/121560818-e153ee80-c9e5-11eb-8e2b-97b9a4930534.png>
Solved!
Tanks @ramacatur <https://github.com/ramacatur>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#566 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDLT2YF2YKF4U7OHGQPRJ3TSDQULANCNFSM46MGLIFQ>
.
|
@beshoo I think it's fair that @ramacatur does it because he found the solution! |
Thanks @ramacatur for providing my first PR |
Ok, you are welcome. |
Thanks @leonetosoft for the PR |
Excelente , Very tks!! |
@ramacatur thank you! What did you do to discover this solution? Did you decrypt the message whatsapp web was sending? |
Yes, decrypt binary message in whatsapp web. |
Still not working |
Hey, today we started experiencing a weird issue on whatsapp.
Some of our clients send messages using go-whatsapp and they are appearing with the red exclamation point next to them, like if they weren't sent at all. But the other person is in fact receiving them (and replying to them).
We are suspecting that this has something to do with whatsapp-web's version change, and since go-whatsappuses an older version is making the app confused.
It seems wise that the community documents and investigates more this version change, because it may start causing real problems soon.
The text was updated successfully, but these errors were encountered: