-
Notifications
You must be signed in to change notification settings - Fork 24
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
It is not working #12
Comments
Everything is fine here D:\Hacking\ytubebot>pip install -r requirements.txt |
Add wheel==0.38.4 to requirements.txt, in the line before typed-ast |
←[1;32;40m [ OK ] ←[0m: ←[1;33;40m2022-07-02:16:32:13 ←[0m - Initializing system.
←[1;32;40m [ OK ] ←[0m: ←[1;33;40m2022-07-02:16:32:13 ←[0m - Initializing watcher with async instances count: 1
←[1;32;40m [ OK ] ←[0m: ←[1;33;40m2022-07-02:16:32:13 ←[0m - Playlist data loaded successfully.
←[1;32;40m [ OK ] ←[0m: ←[1;33;40m2022-07-02:16:32:13 ←[0m - Initializing controllers
Task exception was never retrieved
future: <Task finished coro=<Controller.start_controller() done, defined at D:\Hacking\ytubebot\controller.py:7> exception=WebDriverException('unknown error: cannot find Chrome binary\n (Driver info: chromedriver=73.0.3683.20 (8e2b610813e167eee3619ac4ce6e42e3ec622017),platform=Windows NT 10.0.19044 x86_64)', None, None)>
Traceback (most recent call last):
File "D:\Hacking\ytubebot\controller.py", line 21, in start_controller
driver = webdriver.Chrome(chrome_options=options, executable_path=r'./driver/chromedriver.exe')
File "C:\Users\Dreadox\AppData\Local\Programs\Python\Python37\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 81, in init
desired_capabilities=desired_capabilities)
File "C:\Users\Dreadox\AppData\Local\Programs\Python\Python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "C:\Users\Dreadox\AppData\Local\Programs\Python\Python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Users\Dreadox\AppData\Local\Programs\Python\Python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Users\Dreadox\AppData\Local\Programs\Python\Python37\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary
(Driver info: chromedriver=73.0.3683.20 (8e2b610813e167eee3619ac4ce6e42e3ec622017),platform=Windows NT 10.0.19044 x86_64)
←[1;36;40m
=========== Finish =========== ←[0m
The text was updated successfully, but these errors were encountered: