Skip to content
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

[BUG] messages.update dont listen to status 2 #620

Open
vitortoigo opened this issue Jan 31, 2024 · 7 comments · May be fixed by #1101
Open

[BUG] messages.update dont listen to status 2 #620

vitortoigo opened this issue Jan 31, 2024 · 7 comments · May be fixed by #1101
Assignees
Labels
bug Something isn't working

Comments

@vitortoigo
Copy link

Describe the bug
On sending messages with baileys, most of the time it jumps directly from status 1 to status 3, without going through 2.
When I send a message on my cell phone, it correctly goes through the status 2 (1,2 and 3).

@vitortoigo vitortoigo added the bug Something isn't working label Jan 31, 2024
@aaf-30
Copy link

aaf-30 commented Feb 5, 2024

How do you know status 1, 2, or 3 when sending a message on your cellphone?

@vitortoigo
Copy link
Author

How do you know status 1, 2, or 3 when sending a message on your cellphone?

On event messages.update you receive the updated message. When sending on cellphone, we can receive the status 1,2 and 3, but sending with baileys we just receive the status 1 and after jumps directly to 3.

@aaf-30
Copy link

aaf-30 commented Feb 6, 2024

How do you know status 1, 2, or 3 when sending a message on your cellphone?

On event messages.update you receive the updated message. When sending on cellphone, we can receive the status 1,2 and 3, but sending with baileys we just receive the status 1 and after jumps directly to 3.

I also don't get status 2, both messages sent via baileys and also those sent via cellphone.

Btw, what does satus 2 mean?

@vitortoigo
Copy link
Author

How do you know status 1, 2, or 3 when sending a message on your cellphone?

On event messages.update you receive the updated message. When sending on cellphone, we can receive the status 1,2 and 3, but sending with baileys we just receive the status 1 and after jumps directly to 3.

I also don't get status 2, both messages sent via baileys and also those sent via cellphone.

Btw, what does satus 2 mean?

Status 2 = Message received in whatsapp server

@PurpShell
Copy link
Collaborator

Will implement

@PurpShell PurpShell self-assigned this May 7, 2024
@dephea
Copy link

dephea commented May 24, 2024

Same issue

@drylian
Copy link

drylian commented Jun 28, 2024

I had this problem in typescript, I managed to solve it like this: import Baileys before starting the source and not use the Baileys default value to import the socket, like this:
image

this was enough to solve the event problem

@MateusFrFreitas MateusFrFreitas linked a pull request Oct 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants