-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
"DevToolsActivePort file doesn't exist" in browse_website #1978
Comments
same error on a headless virtual machine running rocky 8 |
some other error with firefox
|
@ziliangpeng
|
Still gets the error after adding the lines:
|
Same problem here: -=-=-=-=-=-=-= COMMAND AUTHORISED BY USER -=-=-=-=-=-=-= |
#2096 This should help. Try adding --disable-dev-shm-usage in your case. |
Selenium has a lot of issues with chrome on linux. If anyone has any other flags to add to improve #2096 that would be great |
Closing as resolved by #2096 |
GPT-3 or GPT-4
Steps to reproduce 🕹
Current behavior 😯
Assistant: {
"thoughts": {
"text": "I need to read the reviews on the Rotten Tomatoes and Roger Ebert websites to start summarizing the user reviews for Avengers: Endgame. ",
"reasoning": "Both Rotten Tomatoes and Roger Ebert are popular review websites, which should have a variety of opinions for the movie. This will allow me to get a broad range of opinions before summarizing the reviews.",
"plan": "- I will browse the Rotten Tomatoes website for reviews on Avengers: Endgame.\n- I will browse the Roger Ebert website for reviews on Avengers: Endgame. \n- I will store the useful information in separate files for positive and negative reviews so that I can summarize the reviews more efficiently.",
"criticism": "None",
"speak": "I will start browsing the Rotten Tomatoes website for Avengers: Endgame reviews first. Shall I proceed with that?"
},
"command": {
"name": "browse_website",
"args": {
"url": "https://www.rottentomatoes.com/m/avengers_endgame/reviews",
"question": "positive and negative reviews for Avengers: Endgame on Rotten Tomatoes"
}
}
}
System: Command browse_website returned: Error: Message: unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Expected behavior 🤔
expect it be able to correctly browse the url, and summarize content.
Your prompt 📝
The text was updated successfully, but these errors were encountered: