pedroslopez / whatsapp-web.js

A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
https://wwebjs.dev
Apache License 2.0
14.53k stars 3.46k forks source link

Not sending messages #3112

Closed edineifiorentini closed 2 weeks ago

edineifiorentini commented 2 weeks ago

Is there an existing issue for this?

Describe the bug

"name": "whatsapp-web.js", "version": "1.23.1-alpha.5" "puppeteer": "^20.3.0" Pegando as dependências do package.json do backend do endereço github:ldurans/whatsapp-web.js#webpack-exodus

Estou utilizando o Izing como sistema, o whatsapp scaneia o QRCode e faz o login, mas, na hora de enviar uma mensagem ele fica aguardando e não envia, se eu enviar do celular ele carrega a mensagem enviada mas não a utilizada pelo izing. Por exemplo, o bot está conectado em um dos números, quando a pessoa entra em contato o bot faz o serviço, mas a mensagem não é entregue o mesmo acontece quando enviamos uma mensagem de forma manual.

"name": "whatsapp-web.js", "version": "1.23.1-alpha.5" "puppeteer": "^20.3.0" Getting the package.json dependencies from the backend at github:ldurans/whatsapp-web.js#webpack-exodus

I'm using Izing as a system, Whatsapp scans the QRCode and I log in, but when I send a message it waits and doesn't send it, if I send it from my cell phone it loads the message sent but not the one used by izing. For example, the bot is connected to one of the numbers, when a person contacts the bot it does the job, but the message is not delivered, the same happens when we send a manual message.

Expected behavior

Espero que retorne o envio das mensagens

I hope you send messages back

Steps to Reproduce the Bug or Issue

Envio qualquer mensagem e a mensagem fica pendente, não mostra nenhum ckeck de envio.

Se enviar pelo próprio whatsapp no celular ele carrega a mensagem enviada pelo celular, e mostra o doble check de envio.

I send any message and the message is pending, it does not show any sending confirmation.

If you send it via WhatsApp on your cell phone, it loads the message sent by your cell phone, and shows the double sending check.

Relevant Code

No response

Browser Type

Google Chrome

WhatsApp Account Type

WhatsApp Business

Does your WhatsApp account have multidevice enabled?

No, I am not using Multi Device

Environment

"name": "whatsapp-web.js", "version": "1.23.1-alpha.5" "puppeteer": "^20.3.0" Node v20.14.0 NPM 10.7.0 NPX 10.7.0 OS Linux 20.04 No test phone.

Additional context

No response

alechkos commented 2 weeks ago

1621