Skip to content
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

Can't make it work in Windows #333

Open
JFLarvoire opened this issue Apr 26, 2024 · 1 comment
Open

Can't make it work in Windows #333

JFLarvoire opened this issue Apr 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JFLarvoire
Copy link

Description

Calling kit.sendwhatmsg_instantly() opens a web page that asks to pair it with WhatsApp on my phone.
Doing this actually breaks the pairing I already had between WhatsApp on Windows and WhatsApp on my Android phone.
And nothing is sent.

To Reproduce

import pywhatkit as kit
kit.sendwhatmsg_instantly("+33[my phone number]", "Test message")

Screenshots

If applicable, add Screenshots to help explain your Problem

Version Information

  • OS: Windows 11, all Windows Updates up-to-date
  • Browser: Google Chrome, also up-to-date
  • Python: 3.11.2
  • PyWhatKit: incoherent:
C:\JFL\Temp>pip show pywhatkit
Name: pywhatkit
Version: 5.4
Summary: PyWhatKit is a Simple and Powerful WhatsApp Automation Library with many useful Features
Home-page: https://github.com/Ankit404butfound/PyWhatKit
Author: Ankit Raj Mahapatra
Author-email: [email protected]
License: MIT
Location: C:\Users\Larvoire\AppData\Local\Programs\Python\Python311\Lib\site-packages
Requires: Flask, Pillow, pyautogui, requests, wikipedia
Required-by:

C:\JFL\Temp>py
Python 3.11.2 (tags/v3.11.2:878ead1, Feb  7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pywhatkit as kit
>>> kit.__VERSION__
'Version 5.3 (Stable)'
>>> quit()

C:\JFL\Temp>
@JFLarvoire JFLarvoire added the bug Something isn't working label Apr 26, 2024
@sarthakforwet
Copy link

can you please assign me this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants