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

OSError: [WinError 193] %1 is not a valid Win32 application #7

Open
majestryrandom opened this issue Jan 28, 2024 · 0 comments
Open

Comments

@majestryrandom
Copy link

Traceback (most recent call last):
File "C:\Users\USUARIO\Desktop\auto\TikTok-Bot-master\main.py", line 113, in
main()
File "C:\Users\USUARIO\Desktop\auto\TikTok-Bot-master\main.py", line 107, in main
bot = TikTokBot()
File "C:\Users\USUARIO\Desktop\auto\TikTok-Bot-master\main.py", line 13, in init
self.driver = webdriver.Chrome(f'{path}/chromedriver')
File "C:\Users\USUARIO\AppData\Roaming\Python\Python312\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in init
self.service.start()
File "C:\Users\USUARIO\AppData\Roaming\Python\Python312\site-packages\selenium\webdriver\common\service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Program Files\Python312\Lib\subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\Python312\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 193] %1 is not a valid Win32 application
Captura de pantalla 2024-01-28 184513

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

1 participant