When developing this repo within the OpenHands/OpenHands hosted cloud, it is a common source of errors.
For instance, this is a common one:
Error executing tool 'terminal': ['no server running on /tmp/tmux-10001/openhands']
I expect that this is because if we follow directions in this repo, one of two things is happening:
- The frontend that we bring up here is connecting to the agent server powering the openhands cloud, and having two frontends connect to the same agent server (the cloud one, and the one we are developing here) causes issues
- The agent server we bring up here is interfering with the conversations/sessions powering the openhands cloud
Here is an example of such a problem: OpenHands/software-agent-sdk#2943
Read this repo and clone and read the OpenHands/OpenHands repo to fully understand the scope of the problem. Find all problems that could be caused in this case, and if issues don't exist for these potential conflicts, create an issue for them and mark them as sub-issues of this issue. If they already exist, just link them here.
Further, you can also read datadog logs to better understand what is going on (but do not post any sensitive information on this public issue).
When developing this repo within the OpenHands/OpenHands hosted cloud, it is a common source of errors.
For instance, this is a common one:
I expect that this is because if we follow directions in this repo, one of two things is happening:
Here is an example of such a problem: OpenHands/software-agent-sdk#2943
Read this repo and clone and read the OpenHands/OpenHands repo to fully understand the scope of the problem. Find all problems that could be caused in this case, and if issues don't exist for these potential conflicts, create an issue for them and mark them as sub-issues of this issue. If they already exist, just link them here.
Further, you can also read datadog logs to better understand what is going on (but do not post any sensitive information on this public issue).