Today I had got npx upgraded as part of node package via Homebrew so that npx version now is 11.12.1.
And copilot.vim started to throw the below error log on initialization:
init log
[2026-05-08 21:43:29] <-! npm warn exec The following package was not found and will be installed: @github/copilot-language-server@1.483.0
[2026-05-08 21:43:31] [INFO] [ripgrep] Set GITHUB_COPILOT_RIPGREP_PATH_OVERRIDE=/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/bin/linux/x64/rg
[2026-05-08 21:43:31] [INFO] [lsp] GitHub Copilot Language Server 1.483.0 initialized
[2026-05-08 21:43:31] [INFO] [UndiciFetcher] HTTP settings changed; resetting Undici dispatchers. {
proxy: 'none',
noProxyCount: 0,
proxyStrictSSL: true,
hasProxyAuthorization: false,
hasProxyKerberosServicePrincipal: false
}
[2026-05-08 21:43:31] [WARN] [default] Policy watcher not available - continuing without policy watching: Unsupported platform
[2026-05-08 21:43:31] [INFO] [certificates] Removed 2 expired certificates
[2026-05-08 21:43:31] [INFO] [UndiciFetcher] Root certificate set changed; resetting Undici dispatchers. { certificateCount: 289 }
[2026-05-08 21:43:31] [INFO] [certificates] Removed 2 expired certificates
[2026-05-08 21:43:31] [INFO] [certificates] Removed 2 expired certificates
[2026-05-08 21:43:31] [ERROR] [GithubAvailableEmbeddingTypes] Error fetching available embedding types ProxiedResponseError [FetchResponseError]: HTTP 200 response does not appear to originate from GitHub. Is a proxy or firewall intercepting this request? https://gh.io/copilot-firewall
at apiFetch (/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:1523:8592)
at processTicksAndRejections (node:internal/process/task_queues:104:5)
at GithubAvailableEmbeddingTypesManager.doGetAvailableTypes (/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:2582:21243)
at GithubAvailableEmbeddingTypesManager.getAllAvailableTypes (/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:2582:20923)
at GithubAvailableEmbeddingTypesManager.getPreferredType (/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:2582:21752)
at WorkspaceChunkSearchService.tryInit (/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:2615:38351) {
code: 'HTTP200'
}
[2026-05-08 21:43:32] [ERROR] [GithubAvailableEmbeddingTypes] Error fetching available embedding types ProxiedResponseError [FetchResponseError]: HTTP 200 response does not appear to originate from GitHub. Is a proxy or firewall intercepting this request? https://gh.io/copilot-firewall
at apiFetch (/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:1523:8592)
at processTicksAndRejections (node:internal/process/task_queues:104:5)
at GithubAvailableEmbeddingTypesManager.doGetAvailableTypes (/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:2582:21243)
at /home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:2582:21101
at GithubAvailableEmbeddingTypesManager.getPreferredType (/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:2582:21752)
at WorkspaceChunkSearchService.tryInit (/home/georgii/.npm/_npx/e9e522e871635100/node_modules/@github/copilot-language-server/dist/main.js:2615:38351) {
code: 'HTTP200'
}
[2026-05-08 21:43:32] [INFO] [GithubAvailableEmbeddingTypes] Could not find any available embedding types. Error: requestFailed
I've checked this on another server with npx version 11.3.0 and copilot.vim inits with no issues.
Installing 11.12.1 version of npx there results in copilot.vim throwing the same errors.
Is this something copilot.vim (or copilot-language-server) can resolve or this is something npx/node side of things?
Today I had got
npxupgraded as part ofnodepackage via Homebrew so thatnpxversion now is11.12.1.And
copilot.vimstarted to throw the below error log on initialization:init log
I've checked this on another server with
npxversion11.3.0andcopilot.viminits with no issues.Installing
11.12.1version ofnpxthere results incopilot.vimthrowing the same errors.Is this something
copilot.vim(orcopilot-language-server) can resolve or this is somethingnpx/nodeside of things?