Freeze on "generating..." with code-supernova on 0.10.2 #1769

Closed
opened 2026-02-16 17:32:33 -05:00 by yindo · 13 comments
Owner

Originally created by @alexeypolitov on GitHub (Sep 19, 2025).

Originally assigned to: @thdxr on GitHub.

https://opencode.ai/s/ZBE5agos

https://github.com/user-attachments/assets/945e6883-8d54-4323-a2af-b2bb1acd2184

Originally created by @alexeypolitov on GitHub (Sep 19, 2025). Originally assigned to: @thdxr on GitHub. https://opencode.ai/s/ZBE5agos https://github.com/user-attachments/assets/945e6883-8d54-4323-a2af-b2bb1acd2184
yindo closed this issue 2026-02-16 17:32:33 -05:00
Author
Owner

@rekram1-node commented on GitHub (Sep 19, 2025):

@alexeypolitov consider doing /thinking so you can see thinking chunks

could you show last log file?

@rekram1-node commented on GitHub (Sep 19, 2025): @alexeypolitov consider doing /thinking so you can see thinking chunks could you show last log file?
Author
Owner

@teak421 commented on GitHub (Sep 20, 2025):

I am also getting freezes when using Grok-Code-Fast-1. It will stop working, and the generation animation (text color changes) will freeze when generating.

@teak421 commented on GitHub (Sep 20, 2025): I am also getting freezes when using Grok-Code-Fast-1. It will stop working, and the generation animation (text color changes) will freeze when generating.
Author
Owner

@rekram1-node commented on GitHub (Sep 20, 2025):

what’s the frequency? Can you provide the logs when this happened?

@rekram1-node commented on GitHub (Sep 20, 2025): what’s the frequency? Can you provide the logs when this happened?
Author
Owner

@teak421 commented on GitHub (Sep 20, 2025):

what’s the frequency? Can you provide the logs when this happened?

It happens to me at least once every time I use Opencode for a session of a few hours. I'm digging around to find where the log files are.

@teak421 commented on GitHub (Sep 20, 2025): > what’s the frequency? Can you provide the logs when this happened? It happens to me at least once every time I use Opencode for a session of a few hours. I'm digging around to find where the log files are.
Author
Owner

@teak421 commented on GitHub (Sep 20, 2025):

ERROR 2025-09-20T18:24:36 +445ms service=lsp.client serverID=pyright error=Operation timed out after 5000ms initialize error
ERROR 2025-09-20T18:24:36 +1ms service=lsp error=LSPInitializeError Caused by: Operation timed out after 5000ms Failed to initialize LSP client pyright
ERROR 2025-09-20T18:24:38 +254ms service=lsp.client serverID=pyright error=Operation timed out after 5000ms initialize error
ERROR 2025-09-20T18:24:38 +0ms service=lsp error=LSPInitializeError Caused by: Operation timed out after 5000ms Failed to initialize LSP client pyright

@teak421 commented on GitHub (Sep 20, 2025): ERROR 2025-09-20T18:24:36 +445ms service=lsp.client serverID=pyright error=Operation timed out after 5000ms initialize error ERROR 2025-09-20T18:24:36 +1ms service=lsp error=LSPInitializeError Caused by: Operation timed out after 5000ms Failed to initialize LSP client pyright ERROR 2025-09-20T18:24:38 +254ms service=lsp.client serverID=pyright error=Operation timed out after 5000ms initialize error ERROR 2025-09-20T18:24:38 +0ms service=lsp error=LSPInitializeError Caused by: Operation timed out after 5000ms Failed to initialize LSP client pyright
Author
Owner

@rekram1-node commented on GitHub (Sep 20, 2025):

oo that is good to know actually ty

@rekram1-node commented on GitHub (Sep 20, 2025): oo that is good to know actually ty
Author
Owner

@AVGVSTVS96 commented on GitHub (Sep 20, 2025):

i've experienced this with several models, grok-4-fast, grok-code-fast-1, kimi-k2

Haven't been using other models in opencode, idk if this is model dependent.

EDIT: seems like this happens when the responses are complete. So likely something going on with response completed state

@AVGVSTVS96 commented on GitHub (Sep 20, 2025): i've experienced this with several models, grok-4-fast, grok-code-fast-1, kimi-k2 Haven't been using other models in opencode, idk if this is model dependent. EDIT: seems like this happens when the responses are complete. So likely something going on with response completed state
Author
Owner

@rekram1-node commented on GitHub (Sep 20, 2025):

@teak421 you should try putting this in your opencode.json

{
  "lsp": {
     "pyright": {
        "disabled": true
      }
  }
}
@rekram1-node commented on GitHub (Sep 20, 2025): @teak421 you should try putting this in your opencode.json ``` { "lsp": { "pyright": { "disabled": true } } } ```
Author
Owner

@teak421 commented on GitHub (Sep 25, 2025):

@teak421 you should try putting this in your opencode.json

{
  "lsp": {
     "pyright": {
        "disabled": true
      }
  }
}

Do you think this issue will be fixed, since the above is simply a workaround? Thx.

@teak421 commented on GitHub (Sep 25, 2025): > [@teak421](https://github.com/teak421) you should try putting this in your opencode.json > > ``` > { > "lsp": { > "pyright": { > "disabled": true > } > } > } > ``` Do you think this issue will be fixed, since the above is simply a workaround? Thx.
Author
Owner

@rekram1-node commented on GitHub (Sep 25, 2025):

@teak421 I think I may have fixed part of the issue in one of the more recent releases actually but need to verify

@rekram1-node commented on GitHub (Sep 25, 2025): @teak421 I think I may have fixed part of the issue in one of the more recent releases actually but need to verify
Author
Owner

@teak421 commented on GitHub (Sep 25, 2025):

It just happened to me about an hour ago, which is why I thought about it. (on my Mac at work). I was on 0.11.3. Thx.

@teak421 commented on GitHub (Sep 25, 2025): It just happened to me about an hour ago, which is why I thought about it. (on my Mac at work). I was on 0.11.3. Thx.
Author
Owner

@rekram1-node commented on GitHub (Sep 25, 2025):

but was that with the lsp disabled? there are times generating could possibly hang for a while

if u could provide any logs thatd be amazing

@rekram1-node commented on GitHub (Sep 25, 2025): but was that with the lsp disabled? there are times generating could possibly hang for a while if u could provide any logs thatd be amazing
Author
Owner

@rekram1-node commented on GitHub (Dec 27, 2025):

[automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!

@rekram1-node commented on GitHub (Dec 27, 2025): [automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1769