Robert Brennan
Robert Brennan
@tlpythonuse-colab I'd love to learn more about this if you want to get in touch with me on the Slack, or via the email in my GitHub profile
I share @yimothysu's concern--I was hoping to take another pass at the README soon. Maybe we should put a warning at the top saying something like > WARNING: This README...
@mahone3297 docs folder sgtm!
Thank you!
@SmartManoj I agree this would fix the issue, but it's a little hacky. The LLM tried to write to a non-existent directory, so I think an error was the right...
@SmartManoj after some debate I'm going to close this one. I'd rather bring forward the problem with `./workspace` so that we fix whatever is causing that to leak into the...
@wmitnaj that's helpful, I'm surprised to hear that docker on WSL has this problem Setting `-e SANDBOX_TYPE=exec` may fix the issue for now
@PierrunoYT seems to have solved the issue by restarting his computer. YMMV If this works for anyone, please report back
Hey all--we've added a troubleshooting doc for this issue: https://github.com/OpenDevin/OpenDevin/blob/main/docs/guides/Troubleshooting.md#unable-to-connect-to-ssh-box If there are any Workarounds you've found that are missing there, please open a PR to add them!
🎉 Thanks @dagelf for (I hope) solving this one! Tl;dr, you should add `--add-host host.docker.internal=host-gateway` to the `docker run` command.