This happens until the server dies from a timeout:
Error types: (1) *withstack.withStack (2) *withstack.withStack (3) *withstack.withStack (4) *withstack.withStack (5) *fs.PathError (6) syscall.Errno
2024-06-07 12:21:57.191 [ERROR]: Language server port file not found in /tmp/f3a23039-c3b8-44e8-a2cb-edad157d41f2/codeium/manager after 60s
2024-06-07 12:21:57.719 [INFO]: [Language Server (stderr)]:
I0607 12:21:57.717962 3255972 main.go:279] Failed to get random ports within 15 seconds
2024-06-07 12:21:57.723 [INFO]: [Language Server (stderr)]:
I0607 12:21:57.718628 3255972 cmd_wrapper.go:267] LanguageServer exited with: exit code: 1
F0607 12:21:57.718778 3255972 main.go:172] Exceeded maximum number of connection failures 4
2024-06-07 12:21:57.751 [INFO]: Language server exited with code 1
If someone happens to encounter this bug you'll just have to log-out of your codeium credentials and delete the directory under ~/.codeium and reload VsCodium.
As of why the LSP dies in such way or why is it whining about Config being a totally separate directory idk (might be something to do with Deno lsp). I might as well chmod those correctly so codeium can't even see those directories.
Multiple days since the extension just times out. No login screen. Looking at extension logs I found something rather funny:
Which I don't know why is it happening since:
This happens until the server dies from a timeout:
If someone happens to encounter this bug you'll just have to log-out of your codeium credentials and delete the directory under
~/.codeium
and reload VsCodium.As of why the LSP dies in such way or why is it whining about
Config
being a totally separate directory idk (might be something to do with Deno lsp). I might as wellchmod
those correctly so codeium can't even see those directories.