robvanderleek / mudslide

Send WhatsApp messages from the command-line
ISC License
122 stars 12 forks source link

Unable to send messages #33

Closed zrkhan128 closed 1 year ago

zrkhan128 commented 1 year ago

unable to send a message using the command npx mudslide@latest send me 'hello' after executing the command, I get the response as 'success Done' but on the WhatsApp app no message was received.

weldance commented 1 year ago

Noticed the same behavior. In addition, the message comes to the WhatsApp web interface. I wrote about it here

robvanderleek commented 1 year ago

For me, it works without issues on Web and the iOS app. Unfortunately, I currently don't have access to an Android device for testing. @zrkhan128 Does the message arrive for you on the Web interface, and what mobile platform are you using?

zrkhan128 commented 1 year ago

I am using android, WhatsApp Desktop app is installed on my PC but nothing appear there too.

zrkhan128 commented 1 year ago

@robvanderleek it was working perfectly fine before, I did install new window on the system since then i am facing this issue. other commands are working fine like list groups etc.

zrkhan128 commented 1 year ago

I can see the message being delivered on the web interface but the recipent didn't recieve the message neither i can see it on my mobile device.

robvanderleek commented 1 year ago

Hi @zrkhan128 @weldance

I had limited time to look at the behavior on Android. Indeed messages did not arrive (or are not received correctly, or just not shown). It has something to do with the buttons, for now, I've pulled the code apart a bit, and sending plain messages should work again on Android, can you please verify with version 0.17.1?

zrkhan128 commented 1 year ago

Now it's working fine thank you!