opencode stuck in infinite spinner after reboot until package reinstall + exec bash #5845
Unanswered
AndrijaSkontra
asked this question in
Support
Replies: 1 comment
-
|
Opencode checks if there's a new version available. That's the spinner. Seems like there's a network issue preventing that from happening. Please do open a PR if you find what. It's using npx under the hood. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
System details
Omarchy 3.8.
What's wrong?
Every time I reboot my PC and try to launch
opencodefrom the terminal, it gets stuck in an infinite loading spinner and never opens.Temporary workaround:
pacman -S opencode
Even though
opencodeis already installed, reinstalling it is required.exec bash
Only after these two steps does
opencodestart working normally again.Steps to reproduce:
opencode
Expected behavior:
opencodeshould launch normally after boot without requiring reinstall or restarting the shell.Actual behavior:
opencodehangs indefinitely until reinstalling the package and runningexec bash.Beta Was this translation helpful? Give feedback.
All reactions