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]: 30s timeout is causing looping #6429

Open
1 task done
d-walsh opened this issue Jan 23, 2025 · 0 comments
Open
1 task done

[Bug]: 30s timeout is causing looping #6429

d-walsh opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@d-walsh
Copy link
Contributor

d-walsh commented Jan 23, 2025

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Describe the bug and reproduction steps

I get this issue when trying to use the resolver, why does it have a 30s timeout when running commands? How do I prevent the timeout from triggering?

13:09:42 - openhands:INFO: resolve_issue.py:198 - **CmdRunAction (source=EventSource.AGENT, is_input=False)**
THOUGHT: The installation process was interrupted while building the dlib package. This is a common issue when building dlib from source, as it requires specific system dependencies and can be resource-intensive. Let's try installing dlib separately first, then continue with the rest of the dependencies.
I'll install dlib using pip with the --no-cache-dir flag to ensure a clean installation:
COMMAND:
pip install --no-cache-dir dlib==19.24.6
13:11:21 - openhands:INFO: resolve_issue.py:198 - **CmdOutputObservation (source=EventSource.AGENT, exit code=-1, metadata={
  "exit_code": -1,
  "pid": -1,
  "username": null,
  "hostname": null,
  "working_dir": null,
  "py_interpreter_path": null,
  "prefix": "",
  "suffix": "\n[The command has no new output after 30 seconds. You may wait longer to see additional output by sending empty command '', send other commands to interact with the current process, or send keys to interrupt/kill the command.]"
})**
--BEGIN AGENT OBSERVATION--
Collecting dlib==19.24.6
  Downloading dlib-19.24.6.tar.gz (3.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 59.6 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: dlib
  Building wheel for dlib (pyproject.toml) ... -
[The command has no new output after 30 seconds. You may wait longer to see additional output by sending empty command '', send other commands to interact with the current process, or send keys to interrupt/kill the command.]
--END AGENT OBSERVATION--
[Agent Controller default] LEVEL 0 LOCAL STEP 4 GLOBAL STEP 4

OpenHands Installation

Docker command in README

OpenHands Version

0.21.0

Operating System

Linux

Logs, Errors, Screenshots, and Additional Context

No response

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

1 participant