-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Describe the bug
Sometimes when I open the Chat window and send a message, Copilot doesn't respond and the UI does not show any indication that something is happening. Even if I type the message multiple times.
Versions
- Copilot for Xcode: 0.46.0
- Xcode: 26.2 (17C52)
- macOS: Tahoe 26.1
Steps to reproduce
- Click the Copilot for Xcode status bar button
- Select Open Chat menu bar option
- Type a message and click the Send button
- Notice that there is no response or any loading indicators telling me that something is happening or Copilot is thinking or processing a response.
Logs
Bellow is a the log from my last attempt to send a message from ~/Library/Logs/GitHubCopilot/github-copilot-for-xcode.log:
[2025-12-30T10:33:45.865Z] [info] [GitHubCopilot] [22876] window/logMessage: {
"type" : 1,
"message" : "[lsp] Request conversation\/create: FetchError: unable to get local issuer certificate\n at fetch (\/snapshot\/copilot-client\/node_modules\/@adobe\/helix-fetch\/src\/fetch\/index.js:99:11)\n at processTicksAndRejections (node:internal\/process\/task_queues:105:5)\n at cachingFetch (\/snapshot\/copilot-client\/node_modules\/@adobe\/helix-fetch\/src\/fetch\/index.js:288:16)\n at pte.fetch (\/snapshot\/copilot-client\/lib\/src\/network\/helix.ts:160:22)\n at fetchCapiUrl (\/snapshot\/copilot-client\/lib\/src\/conversation\/capiFetchUtilities.ts:140:12)\n at X4e.fetchAgents (\/snapshot\/copilot-client\/lib\/src\/conversation\/extensibility\/remoteAgentRegistry.ts:63:26)\n at X4e.agents (\/snapshot\/copilot-client\/lib\/src\/conversation\/extensibility\/remoteAgentRegistry.ts:40:28)\n at getAgents (\/snapshot\/copilot-client\/lib\/src\/conversation\/agents\/agents.ts:38:21)\n at $4.createProcessor (\/snapshot\/copilot-client\/agent\/src\/conversation\/turnProcessorFactory.ts:25:24)\n at handleConversationCreateChecked (\/snapshot\/copilot-client\/agent\/src\/methods\/conversation\/conversationCreate.ts:134:27) {\n type: 'system',\n _name: 'FetchError',\n code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY',\n errno: undefined,\n erroredSysCall: undefined\n}"
}
[2025-12-30T10:33:45.865Z] [error] [GitHubCopilot] [22876] Failed to send request conversation/create. Error: Language server error: Server error: -32603 Request conversation/create failed with message: unable to get local issuer certificate nil
Additional context
I'm using the enterprise plan, from my work MacBook Pro, and connected by Ethernet to the company network which as far as I know allows communicating with the service.
In the same machine and environment, I tried sending messages to GitHub Copilot plugin in Android Studio and it's working perfectly without any issues.
The issue with Copilot for Xcode seems to happen randomly (sometimes it works and other times it doesn't).
Let me know if there's any additional info you need.
Thanks!
