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]: No response "Agent is initialized, waiting for task..." #3831

Closed
2 tasks done
crazyAI427 opened this issue Sep 11, 2024 · 4 comments
Closed
2 tasks done

[Bug]: No response "Agent is initialized, waiting for task..." #3831

crazyAI427 opened this issue Sep 11, 2024 · 4 comments
Labels
bug Something isn't working severity:low Minor issues, affecting single user

Comments

@crazyAI427
Copy link

Is there an existing issue for the same bug?

Describe the bug

Hello.
I run open hands docker command in ubuntu terminal.
when I asked some questions, it is not responsed, still "Agent is initialized, waiting for task..."
123

and the terminal is like this.
124
How to fix this error?
Thanks

Current OpenHands version

ghcr.io/all-hands-ai/openhands:0.9

Installation and Configuration

export WORKSPACE_BASE=$(pwd)/workspace

docker run -it --pull=always \
    -e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:0.9-nikolaik \
    -e SANDBOX_USER_ID=$(id -u) \
    -e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \
    -v $WORKSPACE_BASE:/opt/workspace_base \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -p 3000:3000 \
    --add-host host.docker.internal:host-gateway \
    --name openhands-app-$(date +%Y%m%d%H%M%S) \
    ghcr.io/all-hands-ai/openhands:0.9

Model and Agent

No response

Operating System

No response

Reproduction Steps

No response

Logs, Errors, Screenshots, and Additional Context

No response

@mamoodi
Copy link
Collaborator

mamoodi commented Sep 12, 2024

Hello! I don't see a particular error. That error restoring session is not fatal.

After you launched OpenHands via the docker command, did you set the Model and API Key in the settings menu?

@mamoodi mamoodi added the severity:low Minor issues, affecting single user label Sep 12, 2024
@crazyAI427
Copy link
Author

Hello! I don't see a particular error. That error restoring session is not fatal.

After you launched OpenHands via the docker command, did you set the Model and API Key in the settings menu?

Yes, of course.

@amanape
Copy link
Member

amanape commented Oct 14, 2024

UI has been updated, can you check if you're still encountering this issue?

@crazyAI427
Copy link
Author

Yes, I already solveed, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working severity:low Minor issues, affecting single user
Projects
None yet
Development

No branches or pull requests

3 participants