- 
  Notifications
 You must be signed in to change notification settings 
- Fork 6.3k
-
Hello Code-server community,
I'm facing difficulties with using Copilot and Copilot-Chat plugins on code-server version 4.95.1 and above. Despite installing multiple versions of these plugins, I'm unable to log in and use them, encountering an error message that reads
 Invalid copilot token: missing token: 404
and
rejected with FetchError: No credentials were supplied, or the credentials were unavailable or inaccessible: No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_3000) after 64.5982630001381ms
2025年08月03日 04:59:28.375 [error] [ghostText] Error on ghost text request: FetchError: No credentials were supplied, or the credentials were unavailable or inaccessible: No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_3000)
 at fetch (/home/ray/.local/share/code-server/extensions/github.copilot-1.350.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:99:11)
 at cachingFetch (/home/ray/.local/share/code-server/extensions/github.copilot-1.350.0/node_modules/@adobe/helix-fetch/src/fetch/index.js:288:16)
 at MT.fetch (/home/ray/.local/share/code-server/extensions/github.copilot-1.350.0/lib/src/network/helix.ts:79:22)
 at tS.fetchWithParameters (/home/ray/.local/share/code-server/extensions/github.copilot-1.350.0/lib/src/openai/fetch.ts:871:26)
 at tS.fetchAndStreamCompletions (/home/ray/.local/share/code-server/extensions/github.copilot-1.350.0/lib/src/openai/fetch.ts:583:26)
 at genericGetCompletionsFromNetwork (/home/ray/.local/share/code-server/extensions/github.copilot-1.350.0/lib/src/ghostText/ghostText.ts:172:21) {
 type: 'system',
 _name: 'FetchError',
 code: undefined,
 errno: undefined,
 erroredSysCall: undefined
}
Are there any known solutions to address these login issues?
Or could someone recommend any specific versions of Copilot and Copilot-Chat plugins that have been verified to work with code-server 4.95.1 and above?
I would greatly appreciate any guidance or recommendations from those who have successfully navigated similar challenges.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
 
 Sign up for free
 to join this conversation on GitHub.
 Already have an account?
 Sign in to comment