Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
4.05k stars 145 forks source link

E903: Process failed to start: Unknown system error -8 #231

Closed alandotcom closed 11 months ago

alandotcom commented 11 months ago

Seeing this in my error logs. I'm running neovim 0.9 on macos 13 (M1)

Error detected while processing function codeium#server#Start[36]..38_ActuallyStart: line 16: E903: Process failed to start: Unknown system error -8: "/Users/alancohen/.codeium/bin/7b00044fee859ddf8cf5e6501e648af5c6587c22/language_server_wind ows_x64.exe"

pqn commented 11 months ago

What does uname and uname -m return for you in terminal? Seems the OS detection is failing on your machine for some reason: https://github.com/Exafunction/codeium.vim/blob/9827cbe4a6e2f74076c16d6f7bfd056fe7d46148/autoload/codeium/server.vim#L123-L124

alandotcom commented 11 months ago

Looks like I may have been running an older version, as the error just cleared up on its own after reloading all my extensions