Joseph O'Connor
Joseph O'Connor
This is now happening 100% of the time on our public repo https://github.com/BluMintInc/eslint-custom-rules/. Here's the most recent logs with the same error: [logs_32873888313.zip](https://github.com/user-attachments/files/18366022/logs_32873888313.zip)
@Mizokuiam here's another log. In this case, it stopped on a `npm run test` command: [logs_33002128770.zip](https://github.com/user-attachments/files/18400913/logs_33002128770.zip)
[logs_33013396452.zip](https://github.com/user-attachments/files/18403046/logs_33013396452.zip)
It appears to always hang on an `npm run test` command [logs_33016842468.zip](https://github.com/user-attachments/files/18405203/logs_33016842468.zip)
@Mizokuiam I just had the Resolver hang on a long `npm run lint` command. See the logs below. My guess is that tasks that take a long time to run...
Still running into this issue. This seems to happen on about 1/10 runs for us. It seems like the error occurs on more than just a `npm run lint` step....
@neubig @rbren this was the ultimate cause of our issues with `setup.sh`.
This seems to be a more general problem with OpenHands running terminal commands and not waiting for them to finish. In another run, OpenHands attempts to run a Jest test...
We would very much appreciate this fix as well!
> Micro-agent Syntax > All micro-agents use markdown files with YAML frontmatter. > > --- > name: > trigger_type: > keywords: > - > mcp_location: > --- > > Check...