Skip to content

Edit Predictions: Copilot cannot sign-in or sign-out #30330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wuaierugnia opened this issue May 9, 2025 · 4 comments
Open

Edit Predictions: Copilot cannot sign-in or sign-out #30330

wuaierugnia opened this issue May 9, 2025 · 4 comments
Labels
ai Improvement related to Assistant, Copilot, or other AI features inline completion Umbrella label for Copilot, Supermaven, etc. completions zeta

Comments

@wuaierugnia
Copy link

Summary

On my Mac-M1, clicking on Copilot sign-in fails despite the log showing I am already signed in. As a result, I am currently stuck in a state where I can't sign out or sign in again.

Image

Logs:

2025-05-09T11:36:22+08:00 INFO  [lsp] starting language server process. binary path: "/Users/admin/Library/Application Support/Zed/node/node-v22.5.1-darwin-arm64/bin/node", working directory: "/", args: ["/Users/admin/Library/Application Support/Zed/copilot/node_modules/@github/copilot-language-server/dist/language-server.js", "--stdio"]
2025-05-09T11:36:22+08:00 INFO  [extension_host] rebuilt extension index in 1.079958ms
2025-05-09T11:36:22+08:00 INFO  [extension_host] extensions updated. loading 1, reloading 0, unloading 0
2025-05-09T11:36:22+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[lsp] GitHub Copilot Language Server 1.317.0 initialized"
}
2025-05-09T11:36:22+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification workspace/configuration:
{
  "items": [
    {
      "section": "github.copilot"
    },
    {
      "section": "github-enterprise"
    },
    {
      "section": "http"
    },
    {
      "section": "telemetry"
    }
  ]
}
2025-05-09T11:36:22+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[certificates] Removed 7 expired certificates"
}
2025-05-09T11:36:23+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Normal"
}
2025-05-09T11:36:23+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 2,
  "message": "[sdk] setEditorInfo is deprecated. Use initializationOptions for editorInfo and editorPluginInfo and workspace/didChangeConfiguration for editorConfiguration."
}
2025-05-09T11:36:23+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification conversation/preconditionsNotification:
{
  "results": [
    {
      "type": "token",
      "status": "failed"
    },
    {
      "type": "chat_enabled",
      "status": "ok"
    }
  ],
  "status": "failed"
}
2025-05-09T11:36:24+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": true,
  "sn": false,
  "chat": true,
  "ic": true,
  "pc": true,
  "cea": false,
  "ae": {}
}
2025-05-09T11:36:28+08:00 ERROR [lsp] failed to deserialize response from language server: missing field `user`. response from language server: "{\"status\":\"AlreadySignedIn\"}"

Zed Version and System Specs

Image
743f75f

@wuaierugnia wuaierugnia added ai Improvement related to Assistant, Copilot, or other AI features inline completion Umbrella label for Copilot, Supermaven, etc. completions zeta labels May 9, 2025
@imumesh18
Copy link
Contributor

Can you try to sign out from agent settings and then sign back again from the copilot icon below?

@SomeoneToIgnore SomeoneToIgnore marked this as a duplicate of #30343 May 9, 2025
@ckruse
Copy link

ckruse commented May 9, 2025

You can do this, but the icon in the bottom still says it's signed out.

@tt67wq
Copy link

tt67wq commented May 9, 2025

Can you try to sign out from agent settings and then sign back again from the copilot icon below?

I'v tried this, even reinstall zed, not working

@douglas
Copy link

douglas commented May 9, 2025

I can confirm I'm facing the same problem and I tried a bunch of things, like reinstalling and cleaning Github Copilot information.

@SomeoneToIgnore SomeoneToIgnore marked this as a duplicate of #30412 May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ai Improvement related to Assistant, Copilot, or other AI features inline completion Umbrella label for Copilot, Supermaven, etc. completions zeta
Projects
None yet
Development

No branches or pull requests

5 participants