I’m encountering an issue with GitHub Copilot in Visual Studio Code, where the extension is unable to send telemetry data. The error log shows FetchError: ETIMEDOUT. This occurs every time I try to use Copilot, and it’s preventing me from fully utilizing the tool.
Error Log:
`
2024-08-09 14:38:13.961 [info] [fetcher] Using Helix fetcher.
2024-08-09 14:38:13.961 [info] [code-referencing] Public code references are enabled.
2024-08-09 14:38:14.010 [info] [auth] Successfully authenticated
2024-08-09 14:38:16.964 [error] [default] Error sending telemetry FetchError:
at fetch (c:Usersuser.vscodeextensionsgithub.copilot-1.221.0node_modules@adobehelix-fetchsrcfetchindex.js:99:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at cachingFetch (c:Usersuser.vscodeextensionsgithub.copilot-1.221.0node_modules@adobehelix-fetchsrcfetchindex.js:288:16)
at OO.fetch (c:Usersuser.vscodeextensionsgithub.copilot-1.221.0libsrcnetworkhelix.ts:96:22) {
type: 'system',
_name: 'FetchError',
code: 'ETIMEDOUT',
errno: undefined,
erroredSysCall: undefined
}
`
VS Code version:1.92.1
GitHub Copilot version: v1.221.0
OS:WINDOWS 11
Has anyone else encountered this issue, and are there any workarounds or fixes?
What I’ve Tried:
Restarting VS Code
Reinstalling the Copilot extension
Checking network connectivity
Environment: