Closed bhavesh53 closed 2 years ago
Same, second message sends.
When I send the first message [Client WARN] Failed to fetch prekey for 552220400210.0:1@s.whatsapp.net: invalid prekey in prekey response: prekey node doesn't contain ID tag
Hi!
I'm having this problem, the first message I send is always waiting to be received.
Arrived is there any solution?
I resolved by saving message data, when I get retry I send messages again.
Hello Romero,
in this case, do you send the revoke message and resend message as a new message?
I send the same data with the same id
Even if it works, It will affect your number since it is not a normal pattern to send messages in WhatsApp
On Fri, Nov 12, 2021 at 3:30 PM Romerito Alexandre @.***> wrote:
Hi! I'm having this problem, the first message I send is always waiting to be received. Arrived is there any solution?
I resolved by saving message data, when I get retry I send messages again. Maybe this commit could handle it somehow https://github.com/tulir/whatsmeow/blob/main/receipt.go#L23
Hello Romero,
in this case, do you send the revoke message and resend message as a new message?
I send the same data with the same id
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tulir/whatsmeow/issues/10#issuecomment-967119776, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDLT277I3RR23KYKEAXO7TULUJGTANCNFSM5HFX3LRA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You can resend here https://github.com/tulir/whatsmeow/blob/main/retry.go#L167, you already have the message data
but being a private function, how do you call it? because it's not automatic
I I edited, maybe someone has a better approach
but being a private function, how do you call it? because it's not automatic
I think this is automatically send retry message.
https://github.com/tulir/whatsmeow/blob/main/receipt.go#L25
But, my message still waiting.
but being a private function, how do you call it? because it's not automatic
I think this is automatically send retry message.
https://github.com/tulir/whatsmeow/blob/main/receipt.go#L25
But, my message still waiting.
I believe so.
but being a private function, how do you call it? because it's not automatic
I think this is automatically send retry message. https://github.com/tulir/whatsmeow/blob/main/receipt.go#L25 But, my message still waiting.
I believe so.
i just tried to send to a number that is not in contacts. Message is still waiting and my number is blocked.
but being a private function, how do you call it? because it's not automatic
I think this is automatically send retry message. https://github.com/tulir/whatsmeow/blob/main/receipt.go#L25 But, my message still waiting.
I believe so.
i just tried to send to a number that is not in contacts. Message is still waiting and my number is blocked.
add cli.SendMessage(receipt.Chat, messageID, msg) below the line, take the tests
but being a private function, how do you call it? because it's not automatic
I think this is automatically send retry message. https://github.com/tulir/whatsmeow/blob/main/receipt.go#L25 But, my message still waiting.
I believe so.
i just tried to send to a number that is not in contacts. Message is still waiting and my number is blocked.
add cli.SendMessage(receipt.Chat, messageID, msg) below the line, take the tests
It worked, ty Romerito
@Valdenirmezadri be careful when adding this function to cli.SendMessage(receibo.Chat, messageID, msg), when sending message to verified accounts, it will cause a loop. uses this number as an example of tests 551131361384
be careful when adding this function to cli.SendMessage(receibo.Chat, messageID, msg), when sending message to verified accounts, it will cause a loop. uses this number as an example of tests 551131361384
if I've already verified that the account exists, you say?
i made this pull #25
Responding to retry receipts should work properly now
hello , i am getting weird problem . when ever i send message to any number first time its shows error to receiver's mobile . from 2nd message onwords its working fine . shows waiting for this message.This may takes a while.