-
Notifications
You must be signed in to change notification settings - Fork 44.4k
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
SYSTEM: Command browse_website returned: Error #1079
Comments
NEXT ACTION: COMMAND = browse_website ARGUMENTS = {'url': 'https://status.openai.com/', 'question': 'Are there any reported issues with the OpenAI API currently?'} |
I'm on MacOS and I use Arc browser, after looking at the code of the
SolutionI installed Google Chrome on my machine using
Tell me if it's OK for you too |
I had the problem while deploying on a barebone VM. You need to have both The former is easy since the program will install it for you if there isn't one. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb (Optionally you might need to fix some broken dependencies for chrome: NOTE if your system doesn't have X display, chrome will crash. In that case refer to #1517 to add 2 launch options in the code. |
I've got empty errors: ···Command browse_website returned: Error: Message:··· |
My autogpt gets stuck on an endless loop here as well. |
Hello, have you solved this problem? I have encountered the same problem |
Try to :
|
@adevinwild those aren't the issue for me |
1、在workspace.py中添加3行代码
2、修改browse_website函数:
|
Most of these issues should be resolved by #1473. If your issue still exists in current |
这些是sll证书错误,可以通过配置Chrome 的option 屏蔽到这些错误,不屏蔽也没事。 |
想问一下在workspace.py中添加的3行代码: 是添加在什么位置吗?还是说添加在任何位置都行? |
finally i fixed this one.
finally i fixed this error<SYSTEM: Command browse_website returned: Error: Message:>. SYSTEM showed an error, but no error message. My autogpt running under CMD, win 10. I think this is a particular error for those who use openai through VPN. How i fix: import os os.environ["http_proxy"] = "http://127.0.0.1:7890" Step 2: modify ./autogpt/commands/web_selenium.py: """Selenium web scraping module.""" import os #add this line
hope this help other people |
对的,应该import一下os库 |
You have to be running in a gui and have chrome browser installed or set the browser option in the .env file. Or set the browser variable to Firefox or Opera. |
This was annoying me. I'm on windows. This fixed it for me. IF you run into it, do this. Go here and download the appropriate webdriver for your version of chrome. https://chromedriver.chromium.org/downloads Then run this command from a command prompt. setx PATH "%PATH%;C:\WebDriver\bin" where the c:\ whatever is your ai folder. For me the command was setx PATH "%PATH%;K:\AI" reboot or restart cmd prompt From a command prompt, type echo %PATH% ensure it includes that folder. From a command prompt, type chromedriver.exe If it runs, you are good to go |
Thanks, it works |
Duplicates
Steps to reproduce 🕹
appears when it tries to brows a web site
Current behavior 😯
No response
Expected behavior 🤔
No response
Your prompt 📝
# Paste your prompt here
The text was updated successfully, but these errors were encountered: