Auth error: Invalid copilot token #148501
Unanswered
raidel-a
asked this question in
GitHub Education
Replies: 1 comment 1 reply
-
You've probably read the Copilot section on our GitHub Education SDP FAQ but I'll list it anyway: I’m a verified student/teacher, but my Copilot is not working. What do I do?. Can I ask what fixes have you already tried? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
Hi, I have complimentary access to Copilot via the student dev pack,
only really use it for writing commit messages but I started getting auth errors recently first in Vim then in VSCode when I opened it to check. Tried looking around and tried a myriad of "fixes" and still getting the following:
2025-01-05 10:38:17.821 [info] [auth] Invalid copilot token: missing token: 403
2025-01-05 10:38:18.815 [error] [auth] auth: CopilotAuthError: Contact Support. You are currently logged in as user.
at authShowWarnings (/Users/user/.vscode/extensions/github.copilot-1.254.0/extension/src/auth.ts:104:15)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Vae.getCopilotToken (/Users/user/.vscode/extensions/github.copilot-1.254.0/extension/src/auth.ts:134:33) {
cause: undefined,
vslsStack: [ CallSite {}, CallSite {}, CallSite {} ]
}
2025-01-05 10:38:28.173 [info] [auth] GitHub login failed
2025-01-05 10:38:32.223 [error] [default] Error sending telemetry FetchError: getaddrinfo ENOTFOUND copilot-telemetry.githubusercontent.com
at fetch (/Users/rai/.vscode/extensions/github.copilot-1.254.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:99:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at cachingFetch (/Users/rai/.vscode/extensions/github.copilot-1.254.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:288:16)
at tme.fetch (/Users/rai/.vscode/extensions/github.copilot-1.254.0/lib/src/network/helix.ts:93:22) {
type: 'system',
_name: 'FetchError',
code: 'ENOTFOUND',
errno: -3008,
erroredSysCall: 'getaddrinfo',
vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}
Beta Was this translation helpful? Give feedback.
All reactions