microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
340 stars 36 forks source link

claude sonnet 3.5 problem #2338

Open lbaranyay opened 1 week ago

lbaranyay commented 1 week ago

Type: Performance Issue

For claude sonnet 3.5 it continuously returns the error "Sorry, no reponse was returned", even opening a new chat does not help. I've been experiencing this problem since the beginning of the week, it's unusable and frustrating, despite the fact that it's only a preview version.

Extension version: 0.22.1 VS Code version: Code 1.95.1 (65edc4939843c90c34d61f4ce11704f09d3e5cb6, 2024-10-31T05:14:54.222Z) OS version: Linux x64 5.15.0-119-generic Modes:

lramos15 commented 1 week ago

Can you include your logs via CTRL + SHIFT + U -> GitHub Copilot Chat

lbaranyay commented 1 week ago

Hi, without any change on my side it works the second day, thanks

andredewaard commented 1 week ago

I also have this problem, One day it works perfect, the other day it responds with "Sorry, no reponse was returned"

2024-11-08 11:40:15.012 [info] Successfully activated the vscode.git extension.
2024-11-08 11:40:15.012 [info] Enablement state of the vscode.git extension: true.
2024-11-08 11:40:15.012 [info] Successfully registered Git commit message provider.
2024-11-08 11:40:17.552 [info] Got Copilot token for andredewaard
2024-11-08 11:40:18.305 [info] Fetched model metadata in 747ms ...
2024-11-08 11:40:19.032 [info] activationBlocker from 'languageModelAccess' took for 4246ms
2024-11-08 11:40:19.448 [info] copilot token chat_enabled: true, sku: monthly_subscriber
2024-11-08 11:40:19.457 [info] Registering default platform agent...
2024-11-08 11:40:19.460 [info] Successfully activated the GitHub.vscode-pull-request-github extension.
2024-11-08 11:40:19.460 [info] [githubTitleAndDescriptionProvider] Initializing GitHub PR title and description provider provider.
2024-11-08 11:40:19.460 [info] Successfully registered GitHub PR title and description provider.
2024-11-08 11:45:26.551 [info] request done: requestId: [...] model deployment ID: []

This is what i see when it throws the error

lramos15 commented 1 week ago

@andredewaard The request id is important for us to determine the error.

Is it just saying sorry no response is returned without any LLM output or does it output and finish with sorry no response was returned?

andredewaard commented 1 week ago

Sorry I removed them because I thought maybe there is some private info in there. I will test again tomorrow and provide you the ID’s. I think the request just times out and it only show me the no response message.

sfirke commented 1 week ago

In my case, I was getting "no response returned" from Claude 3.5 Sonnet and suddenly less-helpful replies from o1-mini. In the Copilot Chat Logs I see in both cases it's encountering errors due to two files that have been moved:

2024-11-09 21:52:29.873 [info] Registering default platform agent...
2024-11-09 21:52:29.970 [info] Fetched model metadata in 151ms f2b862fd-9ebd-4eee-bd34-6ee3eb709bab
2024-11-09 21:52:30.266 [info] activationBlocker from 'languageModelAccess' took for 1693ms
2024-11-09 21:52:43.867 [error] CodeExpectedError: cannot open file:///home/<...>routes_bak.py. Detail: Unable to read file '/home/<...>routes_bak.py' (Error: Unable to resolve nonexistent file '/home/<...>routes_bak.py')

At that point Claude will say "no response returned". o1-mini would give answers that were a little off, maybe reflecting a stale codebase.

I went to File -> Duplicate Workspace and that seems to have cleaned up the situation. Hope this helps someone & sorry if this is a separate issue.