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

python3 whatsappbeacon.py --username Ese --language "en" #28

Closed
cyberfam opened this issue Jul 26, 2023 · 3 comments
Closed

python3 whatsappbeacon.py --username Ese --language "en" #28

cyberfam opened this issue Jul 26, 2023 · 3 comments

Comments

@cyberfam
Copy link

python3 whatsappbeacon.py --username Ese --language "en"
In order to make this program to work, you will need to log-in once in WhatsApp. After that, your session will be saved until you revoke it.
The version of chrome cannot be detected. Trying with latest driver version
/usr/lib/python3/dist-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (2.0.4) or chardet (3.0.4) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Traceback (most recent call last):
File "whatsappbeacon.py", line 247, in
main()
File "whatsappbeacon.py", line 240, in main
driver = whatsapp_login()
File "whatsappbeacon.py", line 197, in whatsapp_login
driver = webdriver.Chrome(options=options)
File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 49, in init
super().init(
File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py", line 54, in init
super().init(
File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 206, in init
self.start_session(capabilities)
File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 291, in start_session
response = self.execute(Command.NEW_SESSION, caps)["value"]
File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 346, in execute
self.error_handler.check_response(response)
File "/home/cyberfam/.local/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary
Stacktrace:
#0 0x55b2c0c504e3
#1 0x55b2c097fc76
#2 0x55b2c09a6757
#3 0x55b2c09a5029
#4 0x55b2c09e3ccc
#5 0x55b2c09e347f
#6 0x55b2c09dade3
#7 0x55b2c09b02dd
#8 0x55b2c09b134e
#9 0x55b2c0c103e4
#10 0x55b2c0c143d7
#11 0x55b2c0c1eb20
#12 0x55b2c0c15023
#13 0x55b2c0be31aa
#14 0x55b2c0c396b8
#15 0x55b2c0c39847
#16 0x55b2c0c49243
#17 0x7fa5553e3609 start_thread

@github-actions
Copy link

Thank you for your first issue to whatsapp-osint! I really appreciate your interest and hope you enjoy the repository.

@jasperan
Copy link
Owner

Hello @cyberfam, it's not locating your chromedriver binary. Make sure you put it somewhere where your PATH variable recognizes it.

Follow this tutorial if you're in Windows: YouTube Tutorial

@jasperan
Copy link
Owner

If you're in Linux, add the location of your chromedriver binary to your PATH variable in your ~/.bashrc file (or whichever way you want)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants