wppconnect-team / wa-js

WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web
https://wppconnect.io/wa-js/
Apache License 2.0
438 stars 139 forks source link

sendTextMessage to lid not working #2523

Open carlosmixz opened 1 week ago

carlosmixz commented 1 week ago

WA-JS Version

3.15.0

WhatsApp Version

2.3000.1018387174

Browser Version

MS Edge 130.0.2849.80

Operation System

Windows 11

Steps to reproduce

await WPP.chat.sendTextMessage('53111817281684@lid', 'Test', { createChat: true } )

What is expected?

Send text message to lid contact.

What is actually happening?

Always message is in "clock" or an red error appears in the right side of them.

image

Any additional comments?

Sometimes the "pre-migration rules" error appears and the message is not sended.

image