-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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]: "The action has not been executed" #5999
Comments
At the point you show in the screenshot, are you able to enter a message in the chat, to continue? The message "The action has not been executed" only says that the previous action encountered a runtime error, a timeout higher than 120 seconds, so it hasn't done what it was supposed to do. The log shows that the client waits for docker and docker is unable to give a response, until it hits the timeout after 120 seconds. I suggest to run docker under WSL. Have you tried that, how does it work on WSL? |
I stopped the conversation and did other experimentations so I have no idea
There is no need to run anything via WSL as Docker is platform-agnostic |
There two types of errors, errors from which the agent can recover and try to fix/continue, and errors that are bad enough that the task has failed. We then stop execution, to not spin forever, and return control to the user. A RuntimeError in the runtime (sandbox / sandbox communication) is one of those.
That's the marketing version! 😅 In reality, running on Windows may have issues that don't exist on other platforms. Sorry, I cannot reproduce some problem running I'm not going to be able to help on Windows, but FWIW I see an error like:
If this is the issue, you may want to increase the timeout in the sandbox. In
The default is 120 seconds. Or, if you're running with |
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
I noticed that it started occurring after the agent attempted to execute
grep -rn 'types/types' /workspace/extension
OpenHands Installation
Docker command in README
OpenHands Version
0.18
Operating System
Windows
Logs, Errors, Screenshots, and Additional Context
Some of the log that was copied from the Docker output: scratch.log
The text was updated successfully, but these errors were encountered: