Github copilot chat in VS is not working #151748
Replies: 2 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
Hi,
I have valid Github copilot chat subscription and was using it in VS. It suddenly stopped working with below logs in output. There is no change in the subscription or the proxy recently.
I have tried logging out of github account, added again in VS , restarted. Nothing worked.
What could be the issue?
Failed to get available models from Copilot
Issue with setting up the connection to 'https://api.githubcopilot.com/models', if you are using a proxy, check if HTTPS_PROXY is set correctly. https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient#http-proxy
Failed to resolve models
Unhandled exception in AskInConversationAsync: System.Net.Http.HttpRequestException
at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.GetModelsAsync(CancellationToken cancellationToken) in D:\a_work\1\s\src\CopilotClient\CopilotAPIClient.cs:line 717
11:47:00:644 at Conversations.Kernel.CopilotModelResolver.ResolveModelsAsync() in D:\a_work\1\s\src\Copilot.Service.Kernel\CopilotModelResolver.cs:line 185
Beta Was this translation helpful? Give feedback.
All reactions