throttl3

Results 5 comments of throttl3

I've got this same issue. Tried the suggested arguments to add to options as well as ` options.binary_location = "C:\\Users\\[user]\\.wdm\\drivers\\chromedriver\\win32\\112.0.5615.49\\chromedriver.exe"` to no avail. Same error persists

Running in a Win10 vm, not a docker container. I'm getting some traction with ` options.add_argument("--no-sandbox") options.add_argument("--headless") options.add_argument("--disable-dev-shm-usage") driver = webdriver.Chrome( # executable_path=ChromeDriverManager().install(), options=options executable_path="C:\\Users\\[user]\\.wdm\\drivers\\chromedriver\\win32\\112.0.5615.49\\chromedriver.exe", options=options ) ` Still getting...

looks like web.py got removed from Stable in a recent merge. This broken again and the error persists even with the commands from @darrynv `SYSTEM: Command browse_website returned: Error: Message:...

Modifying `web_selenium.py` with the options per @darkcount2011 and installing chrome per @darrynv has got me past the errors. Though the options are for chrome, if anyone is getting these errors...

possible dupe of https://github.com/Significant-Gravitas/Auto-GPT/issues/1641