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
Scraper-master\scrape.py:31: DeprecationWarning: use options instead of chrome_options
driver = webdriver.Chrome(executable_path=r'./chromedriver', chrome_options=opts)
Traceback (most recent call last):
File "c:\Users\user\Downloads\LeetcodeCompanyScraper-master\LeetcodeCompanyScraper-master\scrape.py", line 111, in
main()
File "c:\Users\user\Downloads\LeetcodeCompanyScraper-master\LeetcodeCompanyScraper-master\scrape.py", line 31, in main
driver = webdriver.Chrome(executable_path=r'./chromedriver', chrome_options=opts)
File "C:\Users\userra\AppData\Local\Programs\Python\Python38\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in init
self.service.start()
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\selenium\webdriver\common\service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Users\userutable, preexec_fn, close_fds,
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 1307, 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:
Scraper-master\scrape.py:31: DeprecationWarning: use options instead of chrome_options
driver = webdriver.Chrome(executable_path=r'./chromedriver', chrome_options=opts)
Traceback (most recent call last):
File "c:\Users\user\Downloads\LeetcodeCompanyScraper-master\LeetcodeCompanyScraper-master\scrape.py", line 111, in
main()
File "c:\Users\user\Downloads\LeetcodeCompanyScraper-master\LeetcodeCompanyScraper-master\scrape.py", line 31, in main
driver = webdriver.Chrome(executable_path=r'./chromedriver', chrome_options=opts)
File "C:\Users\userra\AppData\Local\Programs\Python\Python38\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in init
self.service.start()
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\site-packages\selenium\webdriver\common\service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Users\userutable, preexec_fn, close_fds,
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 1307, 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: