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
D:\Games\Chess\chess-auto-bot>venv\Scripts\python.exe src\gui.py
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Program Files\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "D:\Games\Chess\chess-auto-bot\src\gui.py", line 465, in on_open_browser_button_listener
self.chrome = webdriver.Chrome(
File "D:\Games\Chess\chess-auto-bot\venv\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 84, in init
super().init(
File "D:\Games\Chess\chess-auto-bot\venv\lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 101, in init
self.service.start()
File "D:\Games\Chess\chess-auto-bot\venv\lib\site-packages\selenium\webdriver\common\service.py", line 96, in start
self._start_process(self._path)
File "D:\Games\Chess\chess-auto-bot\venv\lib\site-packages\selenium\webdriver\common\service.py", line 197, in _start_process
self.process = subprocess.Popen(
File "C:\Program Files\Python310\lib\subprocess.py", line 969, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\Python310\lib\subprocess.py", line 1438, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 193] %1 is not a valid Win32 application
The text was updated successfully, but these errors were encountered:
D:\Games\Chess\chess-auto-bot>venv\Scripts\python.exe src\gui.py
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Program Files\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "D:\Games\Chess\chess-auto-bot\src\gui.py", line 465, in on_open_browser_button_listener
self.chrome = webdriver.Chrome(
File "D:\Games\Chess\chess-auto-bot\venv\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 84, in init
super().init(
File "D:\Games\Chess\chess-auto-bot\venv\lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 101, in init
self.service.start()
File "D:\Games\Chess\chess-auto-bot\venv\lib\site-packages\selenium\webdriver\common\service.py", line 96, in start
self._start_process(self._path)
File "D:\Games\Chess\chess-auto-bot\venv\lib\site-packages\selenium\webdriver\common\service.py", line 197, in _start_process
self.process = subprocess.Popen(
File "C:\Program Files\Python310\lib\subprocess.py", line 969, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\Python310\lib\subprocess.py", line 1438, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 193] %1 is not a valid Win32 application
The text was updated successfully, but these errors were encountered: