-
Notifications
You must be signed in to change notification settings - Fork 65
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
Getting message as Sent but message is not sent #34
Comments
getting the same problem any solution to this ? |
yes me also, it worked only when I set showBrowser: true. but it works really slow. this is my code |
Is there any update on this I am getting the same issue and cannot figure out why this is happening |
What did you use ? Send or sendto and what are your settings |
I am using send with showBrowser as false and even when I change the value to true the message is sent to only the first number rest it shows as sent but is not reflected on WhatsApp |
There are couple of bugs here from what I saw, first the package works in this way, it opens chromium in the background, then goes to whatsapp web and from there if you already logged in(with qr) it detects that you already in chat(using Dom and other methods) else if you are not already connected then it takes the qr data from the element in the dom , print the qr to the console using its data and another package then exit the code.
|
Thanks this was helpful |
I am facing the same issues here |
I have followed all all things but messages are not been sent. In cmd it is showing message as sent but in real message is not been sent
The text was updated successfully, but these errors were encountered: