AutoGPT: Command browse_website returned: Error: unknown error: Chrome failed to start: exited abnormally.

I’m currently using the Docker Auto-GPT implementation, but every time it tries to access the web, I get the following error:

SYSTEM: Command browse_website returned: Error: unknown error: Chrome failed to start: exited abnormally.

Pursuant to the docs, I have both my Google Search Engine ID and Google API keys in the .env file and headers are set to default (false).

I’m running it from the command line via the following command:

docker-compose run --rm auto-gpt --gpt3only

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Reactions: 17
  • Comments: 19

Most upvoted comments

Had the same issue. Used the command below, seemed to work docker compose run --rm auto-gpt --gpt3only --browser-name firefox

Please use the command: .\run.bat --browser-name firefox --continuous. Firefox is a fine choice. 运行的时候指定firefox浏览器就挺好的,我解决了。

firefox

setting the browser to firefox in .env file solved the issue Screenshot 2023-10-04 at 2 40 20 PM

Same error on Mac

Changed the USE_WEB_BROWSER option to firefox and appears to be working right now.

same error here

I’m seeing the same behavior on mine, running in docker