Replies: 8 comments 5 replies
-
I am seeing the same error. I think we are connecting to the Internet as Google searches work fine. However, every time the agent decides to BROWSE a website, that's when the error occurs: "Command browse_website returned: Error: Message: unknown error: cannot find Chrome binary. " I added the Chrome binary to my Windows directory, but that didn't change anything. That was just a stab in the dark. I did not expect it to fix the issue. |
Beta Was this translation helpful? Give feedback.
-
I'm seeing the same problem and not sure how to overcome the issue. I have my instance running in docker. -=-=-=-=-=-=-= COMMAND AUTHORISED BY USER -=-=-=-=-=-=-= |
Beta Was this translation helpful? Give feedback.
-
I have also encountered the same problem, constantly re cycling and repeatedly reporting errors |
Beta Was this translation helpful? Give feedback.
-
I have the same problem as well
It was trying to search on website but the problem it picking wrong data |
Beta Was this translation helpful? Give feedback.
-
Same problem. I tried to configure an other browser in the .env file (Lynx, Firefox) on Ubuntu desktop, but I get always the message, that Chrome cannot be found. And even when I'm trying to use Chrome, it cannot be found. |
Beta Was this translation helpful? Give feedback.
-
Same issue on a stable branch: |
Beta Was this translation helpful? Give feedback.
-
This fixed it for me #1641 (comment) |
Beta Was this translation helpful? Give feedback.
-
Does reinstalling chrome work? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I'm on a ubuntu server running version 22.
I just completed the installation on 04/15 and encountered an error.
Unfortunately, my auto-gpt tool is not able to connect to the internet
SYSTEM: Command browse_website returned: Error: Message: unknown error: cannot find Chrome binary Stacktrace: #0 0x5566c57c4fe3 #1 0x5566c5503d36 #2 0x5566c552af4a #3 0x5566c5528a9b #4 0x5566c556aaf7 #5 0x5566c556a11f #6 0x5566c5561693 #7 0x5566c553403a #8 0x5566c553517e #9 0x5566c5786dbd #10 0x5566c578ac6c #11 0x5566c57944b0 #12 0x5566c578bd63 #13 0x5566c575ec35 #14 0x5566c57af138 #15 0x5566c57af2c7 #16 0x5566c57bd093 #17 0x7ff79c850b43
THOUGHTS: I will start a GPT agent to generate a list of dependencies and requirements for the project.
REASONING: Using a GPT agent will allow us to quickly generate a list of dependencies and requirements for the project.
PLAN:
CRITICISM: I need to make sure the GPT agent generates accurate information and that I save all important information to a file.
Attempting to fix JSON by finding outermost brackets
Apparently json was fixed.
NEXT ACTION: COMMAND = start_agent ARGUMENTS = {'name': 'dependency_agent', 'task': 'Generate a list of dependencies and requirements for the project', 'prompt': 'Please generate a list of dependencies and requirements for the project.'}
Beta Was this translation helpful? Give feedback.
All reactions