Skip to content
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

Copilot Chat doesn't work with Remote SSH project #9

Closed
clogwog opened this issue May 17, 2023 · 3 comments
Closed

Copilot Chat doesn't work with Remote SSH project #9

clogwog opened this issue May 17, 2023 · 3 comments

Comments

@clogwog
Copy link

clogwog commented May 17, 2023

  • VS Code Version:Version: 1.79.0-insider (Universal)
  • OS Version: Mac OS 13.3.1 and aarch64 aarm remote

Steps to Reproduce:

  1. install remote ssh extension (ms-vscode-remote.remote-ssh)
  2. open Remote ssh project on aarch64 ubuntu
  3. install Github Copilot Chat into aarch64 machine (GitHub.copilot-nightly)
  4. receive an error: log: [ERROR] [default] [2023-05-17T03:02:01.015Z] GitHub Copilot could not connect to server. Extension activation failed: "getaddrinfo ENOTFOUND api.github.com"
@ahosker
Copy link

ahosker commented May 18, 2023

I've seen that error before, elsewhere. @clogwog itlooks like your remote server can not find the DNS to api.github.com

Does it have internet access? Is the firewall stopping remote connections?

@rrmistry
Copy link

As of today, it still doesn't work. But the error is as follows:

image
2023-05-18 15:12:48.615 [error] Failed to install extension. github.copilot-chat
2023-05-18 15:12:48.615 [error] ReleaseVersionNotFound: Can't install release version of 'github.copilot-chat' extension because it has no release version.
    at e.ExtensionManagementService.G (/root/.vscode-server-insiders/bin/9084e081d4e89ed8ab67fce340d573c4e1378939/out/vs/server/node/server.main.js:142:32025)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async e.ExtensionManagementService.installFromGallery (/root/.vscode-server-insiders/bin/9084e081d4e89ed8ab67fce340d573c4e1378939/out/vs/server/node/server.main.js:142:23678)

It seems that VS Code Insider's remote server installs a Code-Server version that doesn't allow the Copilot Chat extension's version.

This could be a VS-Code-Server issue.


VS Code Insider's build details:

Version: 1.79.0-insider
Commit: 9084e081d4e89ed8ab67fce340d573c4e1378939
Date: 2023-05-15T05:24:19.845Z
Electron: 22.5.2
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 22.4.0

@clogwog
Copy link
Author

clogwog commented May 18, 2023

Well... this is embarrassing. It wasn't just a dns issue, it was a full disconnection issue on the remote aarch64 machine. It was connected to my local machine, but it is using a different interface for the internet..

sorry about this. I'll close the issue.

@ahosker thank you !!

@clogwog clogwog closed this as completed May 18, 2023
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Aug 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants