You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: