You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
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