vscode-copilot-release icon indicating copy to clipboard operation
vscode-copilot-release copied to clipboard

Error Sending Telemetry in GitHub Copilot v1.221.0

Open kimutaieddy opened this issue 1 year ago • 2 comments

I'm experiencing issues with GitHub Copilot in Visual Studio Code. The version I'm using is v1.221.0. The extension fails to send telemetry data, and the error log repeatedly shows FetchError: ETIMEDOUT.

`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:\Users\user.vscode\extensions\github.copilot-1.221.0\node_modules@adobe\helix-fetch\src\fetch\index.js:99:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at cachingFetch ##(c:\Users\user.vscode\extensions\github.copilot-1.221.0\node_modules@adobe\helix-fetch\src\fetch\index.js:288:16) at OO.fetch (c:\Users\user.vscode\extensions\github.copilot-1.221.0\lib\src\network\helix.ts:96:22) { type: 'system', _name: 'FetchError', code: 'ETIMEDOUT', errno: undefined, erroredSysCall: undefined } 2024-08-09 14:38:29.409 [error] [default] Error sending telemetry FetchError: at fetch (c:\Users\user.vscode\extensions\github.copilot-1.221.0\node_modules@adobe\helix-fetch\src\fetch\index.js:99:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at cachingFetch (c:\Users\user.vscode\extensions\github.copilot-1.221.0\node_modules@adobe\helix-fetch\src\fetch\index.js:288:16) at OO.fetch (c:\Users\user.vscode\extensions\github.copilot-1.221.0\lib\src\network\helix.ts:96:22) { type: 'system', _name: 'FetchError', code: 'ETIMEDOUT', errno: undefined, erroredSysCall: undefined } `

_**

I've tried restarting VS Code and reinstalling the Copilot extension, but the issue persists. Any guidance on resolving this would be appreciated.

Environment:

VS Code version: 1.92.1 GitHub Copilot version: v1.221.0 OS: Windows 11

kimutaieddy avatar Aug 09 '24 11:08 kimutaieddy

+1 to this and on a completely different OS; works perfectly fine in IntelliJ on same machine.

Environment:

VS Code version: 1.92.1 GitHub Copilot version: v1.221.1040 OS: macOS Sonoma 14.3

panayao avatar Aug 09 '24 18:08 panayao

@lramos15 looks like this is completions but moving to you anyway in case there's some overlap

TylerLeonhardt avatar Aug 09 '24 18:08 TylerLeonhardt

This repository is for tracking just the chat experience. This appears to be the normal Copilot extension which provides the ghost text. Those issues should be filed at https://github.com/community/community/discussions/categories/copilot

You may try turning off telemetry to see if that resolves your issue.

lramos15 avatar Aug 12 '24 14:08 lramos15