WhatsappBOT icon indicating copy to clipboard operation
WhatsappBOT copied to clipboard

WhatsappBot

Open TechieAV opened this issue 9 months ago • 1 comments

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

TechieAV avatar Sep 08 '23 10:09 TechieAV