uxDaniel / visa_rescheduler

US VISA (ais.usvisa-info.com) appointment re-scheduler - Colombian adaptation
276 stars 236 forks source link

SELENIUM WEB DRIVER EXCEPTION: CAN NOT CONNECT TO THE SERVICE #86

Open JuanMFLorez opened 1 month ago

JuanMFLorez commented 1 month ago

When I run the Visa.py script, the terminal stays a couple of seconds blank and after that it shows the folowing exception:

File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/selenium/webdriver/common/service.py", line 105, in start raise WebDriverException("Can not connect to the Service %s" % self.path) selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service /Users/juan/.wdm/drivers/chromedriver/mac64/127.0.6533.72/chromedriver-mac-arm64/chromedriver

Do you have any idea what the issue could be? My webdriver-manager version is the latest 4.0.2 and my chrome version is 127.0.6533.73 (not sure if this is the issue, I don't really know how to roll back to the previows version).