Microsoft-Rewards-Farmer icon indicating copy to clipboard operation
Microsoft-Rewards-Farmer copied to clipboard

[BUG] Selenium error

Open Flavien06 opened this issue 2 years ago • 1 comments

Hello, I have this error: Error Log

Traceback (most recent call last):
  File "ms_rewards_farmer.py", line 771, in <module>
    browser = browserSetup(True, PC_USER_AGENT)
  File "ms_rewards_farmer.py", line 35, in browserSetup
    chrome_browser_obj = webdriver.Chrome(options=options)
  File "/home/flavien/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 73, in __init__
    self.service.start()
  File "/home/flavien/.local/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 98, in start
    self.assert_process_still_running()
  File "/home/flavien/.local/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 109, in assert_process_still_running
    raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: Service chromedriver unexpectedly exited. Status code was: 1

Flavien06 avatar Jun 09 '22 17:06 Flavien06

here you go: go to requirements.txt replace selenium with selenium==3.14.1 then do "pip uninstall -r requirements.txt" after everything uninstalls then do "pip install -r requirements.txt"

Dangman368 avatar Sep 13 '22 16:09 Dangman368

Fixed with v3.0 #188

charlesbel avatar Jul 19 '23 09:07 charlesbel