-
Notifications
You must be signed in to change notification settings - Fork 11
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
Copilot chat hangs #28
Comments
Could you try with bafdb51 ? I had the same issue -- in the end it was caused by the API returning an error payload that was not handled / displayed to the user (in my case, I was reaching the token limit). @chep has recently merged a change I've proposed to handle this situation. If the API is returning some error code, latest version will help you to see what's happening ;) Alternatively, you can update |
It's not the answer you expect but for your information, you can use |
Did you try killing the buffer and calling |
Thanks! This was the immediate command that I was looking for! :-) Now I can at least restart the chat shell when I get stuck! I'll try the other remedies as well. |
Are you using last revision as @kassick said ? |
Every now and then copilot-chat hangs on me. When this happens, when I press enter, I will never get an answer. Unfortunately, I don't have a reproducible scenario.
I have looked for a emacs buffer that may contain a clue what happened, and the only buffer that matches "chat" that may contain something is copilot-chat-curl-stderr which contains:
When this happens, the only way back into chat that I have found is to restart Emacs. After restarting emacs and rerunning
(copilot-chat-shell-maker-display)
, I'm back to into the chat again. Is there a less disruptive way of restarting the chat?I'm running commit 3516109 from master.
The text was updated successfully, but these errors were encountered: