You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very frequent error that I have found on the OpenHands online app, but I suspect it will affect any case where we're using the remote runtime in general. Basically what happens is that OpenHands runs a command that will take a while, and we get the following error in the UI: Runtime failed to return execute_action before the requested timeout of 120s and the agent stops until I send further input:
Note that this is not the expected behavior when a command times out, instead the command should be interrupted with a timeout, and the agent should be able to recover from this:
neubig
changed the title
[Bug]: "Runtime failed to return execute_action"
[Bug]: "Runtime failed to return execute_action" on command timeout
Dec 30, 2024
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
This is a very frequent error that I have found on the OpenHands online app, but I suspect it will affect any case where we're using the remote runtime in general. Basically what happens is that OpenHands runs a command that will take a while, and we get the following error in the UI:
Runtime failed to return execute_action before the requested timeout of 120s
and the agent stops until I send further input:Note that this is not the expected behavior when a command times out, instead the command should be interrupted with a timeout, and the agent should be able to recover from this:
OpenHands/openhands/runtime/utils/bash.py
Line 176 in d7a3ec6
This is a pretty big blocker that prevents the agent from working autonomously.
OpenHands Installation
app.all-hands.dev
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: