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]: Timeout error when agent runs Command: find #6115

Open
1 task done
amirshawn opened this issue Jan 7, 2025 · 1 comment
Open
1 task done

[Bug]: Timeout error when agent runs Command: find #6115

amirshawn opened this issue Jan 7, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@amirshawn
Copy link

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Describe the bug and reproduction steps

I'm pretty sure every time the agent runs Command:find it ends up freezing until it times out. Here's an example:
find /workspace -type f -exec grep -l "toast.add" {} ;
/workspace/components/products/PromotionsTab.vue

[Command timed out after 120 seconds. SIGINT was sent to interrupt the command.]

OpenHands Installation

Docker command in README

OpenHands Version

0.18.0

Operating System

MacOS

Logs, Errors, Screenshots, and Additional Context

[Command timed out after 120 seconds. SIGINT was sent to interrupt the command.]

@amirshawn amirshawn added the bug Something isn't working label Jan 7, 2025
@astjxs
Copy link

astjxs commented Jan 7, 2025

Not sure if it is correct or not but using "--init" in place of "-it" when setting up the container during the install worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants