Skip to content
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

[Bug]: Browser interaction problem in GUI mode #7321

Open
1 task done
unknown-kid opened this issue Mar 18, 2025 · 0 comments
Open
1 task done

[Bug]: Browser interaction problem in GUI mode #7321

unknown-kid opened this issue Mar 18, 2025 · 0 comments
Labels
browser Related to the Browser agent in OpenHands bug Something isn't working

Comments

@unknown-kid
Copy link

unknown-kid commented Mar 18, 2025

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Describe the bug and reproduction steps

I tried to assign a web task about Go to www.baidu.com and search for something. But i get the error feedback when browsing: Browser environment took too long to respond.

OpenHands Installation

Docker command in README

OpenHands Version

0.28

Operating System

Linux

Logs, Errors, Screenshots, and Additional Context

Image

Image

I set a Proxy in the env when starting docker for getting external network permissions, so the modified docker running code is:

sudo docker run -it --rm --pull=always \
    -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.28-nikolaik \
    -e LOG_ALL_EVENTS=true \
    -e http_proxy=http://*.*.*.*:port \
    -e https_proxy=https://*.*.*.*:port \
    -e no_proxy=localhost,127.0.0.1,0.0.0.0,host.docker.internal,172.*,127.* \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v ~/.openhands-state:/.openhands-state \
    -p 3000:3000 \
    --add-host host.docker.internal:host-gateway \
    --name openhands-app \
    docker.all-hands.dev/all-hands-ai/openhands:0.28
    

Anyone can help me for solving this problem?

@unknown-kid unknown-kid added the bug Something isn't working label Mar 18, 2025
@unknown-kid unknown-kid changed the title [Bug]: Browser interection problem in GUI mode [Bug]: Browser interaction problem in GUI mode Mar 18, 2025
@mamoodi mamoodi added the browser Related to the Browser agent in OpenHands label Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser Related to the Browser agent in OpenHands bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants