-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to retrieve IDEs: nodename nor servname provided,or not known #508
Comments
I am running into the same problem on a Windows machine. I've tried the connection from within IntelliJ Ultimate and from within Jetbrains Gateway. There seems to be a problem in de SSH config. I cannot even connect with plain ssh. I run
It seems to want to fail to execute the ProxyCommand If I change the single \ in the ProxyCommand to \, from Unfortunately, I cannot make the same changes in de config for the Host coder-jetbrain--... since that config is overwritten by the coder-gateway plugin each time. Coder version:
Coder plugin version in JetBrains Gateway en IntellijJ Ultimate: 2.15.1 |
Oh interesting, sounds like we need to update the config to use the double slashes. I wonder if it works when the shell is command prompt or powershell, but not sh? |
@code-asher let me know if I can support you or if you need more information. |
I am not currently able to work on the plugin, but definitely happy to review any PRs. One trick here though is that I think we may need to make sure it still works for Powershell/command prompt as well, although I think the double slash syntax would work there as well? |
I will bring up the issue at our next planning meeting though and see if someone can take it. |
Same problem here when trying to connect from the Jetbrains Gateway. Using the manual configuration via SSH does not have any problem. |
I was able to successfully connect on my older laptop. Here is the ssh config
And coder CLI version
Jetbrains 2024.1.1 |
I just updated the plugin on the laptop, I go a No Connection Handle returned error when it tired to connect to the workspace. I think I can confidently say the issue is with the new connection URL. I also checked my DNS logs when trying to connect from my new PC after adding the corrected ssh config host and there is a query for the new style URL, which obviously fails to resolve. |
For anyone on 2.18.1, the problem might be #534. For pre-2.18.1, the problem is something else. |
Description
For me is #477 not fixed. This happens with latest main release of Coder v2.18.0 and latest Jetbrains Gateway 2024.3. Coder provider plugin is at version 2.15.1.
As one could see the --bg host is not found on a Windows machine. Even the entry is in ssh config file. Curious is that the same Workspace (we open IntelliJ via Button and using URI handler) works on a linux system. It seems this has something to do with Windows implementation.
This is a blocker for us as it is unable to start new IntelliJ based workspaces from Windows clients.
The text was updated successfully, but these errors were encountered: