Ankit404butfound / PyWhatKit

Send WhatsApp message at certain time and many other things.
MIT License
1.29k stars 288 forks source link

The package does't send the message but only types it onto the text box #336

Open RyanLim-RL opened 1 month ago

RyanLim-RL commented 1 month ago

Description

The text is not sent by only placed into the text box in whatsapp web

To Reproduce

Follow steps specified in docs, scan qr code then wait

Version Information

DanielPedrozoGarcia commented 1 month ago

any news about this issue? I am with the same problem here 👎

Theaccountantguy commented 2 weeks ago

Even I do have the same issue, but it sends message to certain numbers correctly but for some numbers it doesn't send the message completely and types in the chatbox and puts it in draft mode.

Also I want to know if I use the library to automate my stuff and my system is not "ON", will it work correctly? Currently it opens my Whatsapp Web to use this.

So just curious....but nonetheless great work!

divine-architect commented 2 weeks ago

Even I do have the same issue, but it sends message to certain numbers correctly but for some numbers it doesn't send the message completely and types in the chatbox and puts it in draft mode.

Also I want to know if I use the library to automate my stuff and my system is not "ON", will it work correctly? Currently it opens my Whatsapp Web to use this.

So just curious....but nonetheless great work!

Hey, the message not sending is a known issue have you tried usingpyautoguis keydown option to press enter again in your code, this is a common solution.

As for the second question, no it won't automate your whatsapp when your system is not "ON", if you've read the source code it simple opens the browser and looks for the button visually using pyautoguis locate on screen function. Hope this helps.

Marcorios45 commented 2 days ago

i have the same issues does anymore knows something?