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
Scheduled class '8E COMPUTER CLASS 10.02.22' on Thursday at 09:10
/data/data/com.termux/files/home/microsoft-teams-class-attender/bot.py:207: DeprecationWarning: use options instead of chrome_options
driver = webdriver.Chrome(chrome_options=opt,service_log_path='NUL')
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "/data/data/com.termux/files/usr/lib/python3.10/subprocess.py", line 966, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/data/data/com.termux/files/usr/lib/python3.10/subprocess.py", line 1840, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/data/com.termux/files/home/microsoft-teams-class-attender/bot.py", line 269, in
sched()
File "/data/data/com.termux/files/home/microsoft-teams-class-attender/bot.py", line 252, in sched
start_browser()
File "/data/data/com.termux/files/home/microsoft-teams-class-attender/bot.py", line 207, in start_browser
driver = webdriver.Chrome(chrome_options=opt,service_log_path='NUL')
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 73, in init
self.service.start()
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 81, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
The text was updated successfully, but these errors were encountered:
Scheduled class '8E COMPUTER CLASS 10.02.22' on Thursday at 09:10
/data/data/com.termux/files/home/microsoft-teams-class-attender/bot.py:207: DeprecationWarning: use options instead of chrome_options
driver = webdriver.Chrome(chrome_options=opt,service_log_path='NUL')
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "/data/data/com.termux/files/usr/lib/python3.10/subprocess.py", line 966, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/data/data/com.termux/files/usr/lib/python3.10/subprocess.py", line 1840, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/data/com.termux/files/home/microsoft-teams-class-attender/bot.py", line 269, in
sched()
File "/data/data/com.termux/files/home/microsoft-teams-class-attender/bot.py", line 252, in sched
start_browser()
File "/data/data/com.termux/files/home/microsoft-teams-class-attender/bot.py", line 207, in start_browser
driver = webdriver.Chrome(chrome_options=opt,service_log_path='NUL')
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 73, in init
self.service.start()
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 81, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
The text was updated successfully, but these errors were encountered: