OpenHands
OpenHands copied to clipboard
[Bug]: Stuck at `source /swe_util/swe_entry.sh` running locally
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Describe the bug and reproduction steps
Hi, I'm using USE_INSTANCE_IMAGE=False with commit 851d88593cf2d6a55d657bc414824f3f8d4c55d8. And got stuck at such scenario:
12:14:11 - ACTION
**CmdRunAction (source=None)**
COMMAND:
source /swe_util/swe_entry.sh
12:14:11 - openhands:DEBUG: eventstream_runtime.py:412 - [runtime d23e1052-fb7b-4cea-874c-27d66255e6f3-ef487643506c7eff] Getting container logs...
12:14:11 - openhands:DEBUG: eventstream_runtime.py:421 - [runtime d23e1052-fb7b-4cea-874c-27d66255e6f3-ef487643506c7eff]
-----------------------------------Container logs:-----------------------------------
|INFO: 127.0.0.1:46082 - "POST /execute_action HTTP/1.1" 200 OK
--------------------------------------------------------------------------------
I stepped into the container and find all the initializations are done (env had beed set in .bashrc), but I did not notice any signals in the log. And I cannot figure out the reason
OpenHands Installation
Docker command in README
OpenHands Version
0.15.0
Operating System
Linux
Logs, Errors, Screenshots, and Additional Context
No response
To some extent, I can run source /swe_util/swe_entry.sh in a minute when I directly step into the container. But I didn't see logs of execution after even 3600s