From 83b9262379067b8eb4551228a455d699b43ba206 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Thu, 28 Aug 2025 23:52:36 -0400 Subject: [PATCH] Add troubleshooting guide for linux timeout issue (#10685) --- README.md | 1 - docs/usage/troubleshooting/troubleshooting.mdx | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b38d55cfd..f5b9e4f475 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ If you want to modify the OpenHands source code, check out [Development.md](http Having issues? The [Troubleshooting Guide](https://docs.all-hands.dev/usage/troubleshooting) can help. ## 📖 Documentation - Ask DeepWiki To learn more about the project, and for tips on using OpenHands, check out our [documentation](https://docs.all-hands.dev/usage/getting-started). diff --git a/docs/usage/troubleshooting/troubleshooting.mdx b/docs/usage/troubleshooting/troubleshooting.mdx index 2b4c2bf23b..81c3604dcb 100644 --- a/docs/usage/troubleshooting/troubleshooting.mdx +++ b/docs/usage/troubleshooting/troubleshooting.mdx @@ -38,6 +38,16 @@ On initial prompt, an error is seen with `Permission Denied` or `PermissionError * If mounting a local directory, ensure your `WORKSPACE_BASE` has the necessary permissions for the user running OpenHands. +### On Linux, Getting ConnectTimeout Error + +**Description** + +When running on Linux, you might run into the error `ERROR:root:: timed out`. + +**Resolution** + +* Add the `--network host` to the docker run command. + ### Internal Server Error. Ports are not available **Description**