-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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]: UI neverending startup #5578
Comments
Assuming you are running the docker command from the README, in your terminal you should be getting some output. Are you able to attach the output you get in your terminal when the UI is stuck in "Starting Up..." please? |
This is what I get. I try with two different API keys, anthropic and openai. ` The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): ` |
I think there may be an issue with Linux. Seeing quite a few issues with running OpenHands from users using Linux. |
Can you try with version 0.21.0 and see if you are still running into this? |
Thanks a lot! |
I checked it. SOmehow it does not really work. I again have an error message. And nothing happens in the Openhands window.
File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
I install the actual prepared container. Everything works fine. Then I access the docker container (ubuntu).
The UI Page of OpenHands appears. On the bottom I see the red 'sign' that it is starting up. This never ends.
In case I write sth in the chat field it is not sent. Not log output.
Then I tried downloading an building from source. Also does not work. There are access issues within the docker container.
OpenHands Installation
Docker command in README
OpenHands Version
latest
Operating System
Linux
Logs, Errors, Screenshots, and Additional Context
no log output
The text was updated successfully, but these errors were encountered: