Add item to troubleshooting guide (#9490)

This commit is contained in:
mamoodi 2025-07-02 16:31:26 -04:00 committed by GitHub
parent c521fb7a8f
commit 91cd647f20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,21 @@ 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.
### Internal Server Error. Ports are not available
**Description**
When running on Windows, the error `Internal Server Error ("ports are not available: exposing port TCP
...: bind: An attempt was made to access a socket in a
way forbidden by its access permissions.")` is encountered.
**Resolution**
* Run the following command in PowerShell, as Administrator to reset the NAT service and release the ports:
```
Restart-Service -Name "winnat"
```
### Unable to access VS Code tab via local IP
**Description**