-
Notifications
You must be signed in to change notification settings - Fork 44.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes #1821 by installing required drivers and adding options to chro… #1857
fixes #1821 by installing required drivers and adding options to chro… #1857
Conversation
…ding options to chromedriver
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me
tested and can also confirm working |
@psvensson There are lint errors now |
hmm OK. The only thing left in my PR is one line in the Dockerfile. Is this where the lint errors are? |
Ah hang on, I see it. thx |
Does not work for me: Command browse_website returned: Error: Message: Service /home/*****/.wdm/drivers/chromedriver/linux64/112.0.5615.49/chromedriver unexpectedly exited. Status code was: 127 |
Are you testing in docker (just want to make sure)? |
No, native in WSL2 in a conda venv. chrome fails with that error, firefox fails with "user profile not found" error even though it is meant to be headless and it runs fine with a gui when started manually. I will try to run Auto-GPT under windows next. |
Not works for me natively run on CentOS with conda env, how to fix it? help me thanks in advance:) |
…medriver
Background
The web_browse functionality has been broken in the Docker container (and possibly outside it) for a day or two.
This PR adds a number of needed libraries and options when invoking the chromium webdriver which fixes the problems (see #1821 for example)
Changes
New libraries apt-got in Dockerfile + more options to the chromium creation
Documentation
Test Plan
PR Quality Checklist