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

strange: don't sendMessage to same numbers #776

Closed
antirek opened this issue Jan 10, 2022 · 5 comments
Closed

strange: don't sendMessage to same numbers #776

antirek opened this issue Jan 10, 2022 · 5 comments
Labels
bug Something isn't working needs triage

Comments

@antirek
Copy link
Contributor

antirek commented Jan 10, 2022

Description

change to 1.12.0 and try send to my number 7913529292926 -> chatStatus 404 Not Found
return to 1.11.0 -> send successfully

Environment

  • Wppconnect version(s): [1.12.0]
  • Browser: [Chrome 87]
  • OS: [Ubuntu 20.04]
  • Node version: [Node 14]
  • WhatsApp version: [2.2138.13]
  • MultiDevice (BETA): no
@antirek antirek added the bug Something isn't working label Jan 10, 2022
@edgardmessias
Copy link
Contributor

Could you make more tests?

Because this method is the same between these versions

@edgardmessias edgardmessias added the question Further information is requested label Jan 10, 2022
@antirek
Copy link
Contributor Author

antirek commented Jan 11, 2022

I don't know how catch this anomaly. Send message, receive 404 - all ok but not send.
Also try on wppconnect@1.11.1 - all work normal - send to my whatsapp normal.

@leobevi
Copy link
Contributor

leobevi commented Jan 11, 2022

I updated to 1.12.0, I have some customers started having this problem too, I went back to version 1.11.1 and it didn't solve the problem, the messages are not sent and the checkNumber all return as non-existent. The solution I found for these customers was to update to the Beta version of whatsapp, it worked normally again.

@edgardmessias
Copy link
Contributor

Coud you try with 1.12.2?

I made update to throw errors from whatsapp servers

@antirek
Copy link
Contributor Author

antirek commented Jan 17, 2022

@edgardmessias

can't get status 79135292926@c.us

Server5xxDrop
     at new i (https://web.whatsapp.com/bootstrap_qr.d3ab17b51a79359ce87d.js:2:414484)
     at new p (https://web.whatsapp.com/bootstrap_qr.d3ab17b51a79359ce87d.js:41:28118)
     at Object.on5xx (https://web.whatsapp.com/bootstrap_qr.d3ab17b51a79359ce87d.js:55:588481)
     at Object.onMessage (https://web.whatsapp.com/bootstrap_qr.d3ab17b51a79359ce87d.js:55:589362)
     at Object._onParsedMsg (https://web.whatsapp.com/bootstrap_qr.d3ab17b51a79359ce87d.js:60:18006)
     at Object._onMessage (https://web.whatsapp.com/bootstrap_qr.d3ab17b51a79359ce87d.js:60:17612)

also I test from other accounts from my colleagues
and from one whatsapp message was sent successful
but from other whatsapp not was sent

difference which I found - in sender field 'isBusiness: true'

sender: {
id: '7995XXXXXXX@c.us',
type: 'in',
isBusiness: true,
forcedBusinessUpdateFromServer: true,
formattedName: '�.�.',
isMe: true,
isMyContact: false,
isPSA: false,
isUser: true,
isWAContact: true,
profilePicThumbObj: null,
msgs: null
},

@edgardmessias edgardmessias added needs triage and removed question Further information is requested labels Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

3 participants