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
Here i have an error with code.....
Kindly help to clear the issue
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Program Files\Python311\Lib\tkinter_init_.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "C:\Users\VASUNDHARA\Documents\Java\WhatsappBOT-master\WhatsappBot.py", line 110, in Driver
driver = webdriver.Chrome(executable_path="./chromedriver", options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\VASUNDHARA\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\chrome\webdriver.py", line 84, in init
super().init(
File "C:\Users\VASUNDHARA\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\chromium\webdriver.py", line 101, in init
self.service.start()
File "C:\Users\VASUNDHARA\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\common\service.py", line 96, in start
self._start_process(self._path)
File "C:\Users\VASUNDHARA\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\common\service.py", line 197, in _start_process
self.process = subprocess.Popen(
^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\Python311\Lib\subprocess.py", line 1509, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 193] %1 is not a valid Win32 application WhatsappBOT-master.zip
The text was updated successfully, but these errors were encountered:
Here i have an error with code.....
Kindly help to clear the issue
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Program Files\Python311\Lib\tkinter_init_.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "C:\Users\VASUNDHARA\Documents\Java\WhatsappBOT-master\WhatsappBot.py", line 110, in Driver
driver = webdriver.Chrome(executable_path="./chromedriver", options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\VASUNDHARA\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\chrome\webdriver.py", line 84, in init
super().init(
File "C:\Users\VASUNDHARA\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\chromium\webdriver.py", line 101, in init
self.service.start()
File "C:\Users\VASUNDHARA\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\common\service.py", line 96, in start
self._start_process(self._path)
File "C:\Users\VASUNDHARA\AppData\Roaming\Python\Python311\site-packages\selenium\webdriver\common\service.py", line 197, in _start_process
self.process = subprocess.Popen(
^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\Python311\Lib\subprocess.py", line 1509, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 193] %1 is not a valid Win32 application
WhatsappBOT-master.zip
The text was updated successfully, but these errors were encountered: