Message is being typed but not sent
See original GitHub issueDescription
Text just stays in the whatsapp web box and doesn’t get sent. Screenshot atttached.
To Reproduce
Run the w.sendwhatmsg_instantly(“Phonenumber”,message)
Screenshots
Please find attached
Version Information
- OS: Windows 10
- Browser: Microsoft Edge, Google Chrome
- Python: 3.10.0
- PyWhatKit: 5.2
You can Check the PyWhatKit Version using
print(pywhatkit.__VERSION__)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:40 (3 by maintainers)
Top Results From Across the Web
how to recover a typed but unsent text message
If you closed the messaging app before sending it, it will be gone. There is no cache with the iOS messaging app.
Read more >7 ways to fix an Android device that won't send text messages
7 ways to fix an Android device that won't send text messages · Restart your phone · Check for updates · Clear your...
Read more >Why Are My Text Messages Not Being Delivered? - DialMyCalls
1. Invalid Numbers. This is the most common reason that text message delivery can fail. If a text message is sent to an...
Read more >Fix problems sending, receiving or connecting to Messages
Fix problems sending or receiving messages · Make sure you have the most updated version of Messages. · If you have a SIM...
Read more >10 Reasons Why Some Messages Don't Get Delivered
10 Reasons Why Some Messages Don't Get Delivered · 6) Local regulations restrict SMS text messages · 7) The number might be in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I suggest using Selenium.WebDriver instead of relaying on the UI to open up. That way you can use Headless browser and automate messages without having the web page to visibly open.
Why we used coordinates to click enter button to send the message?. Instead .can we try finding something tag tags or attributes using some xpath or similar in entire screen and then try to click on. Just a thought, Not sure will that work or not.