Exafunction / codeium.vim

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

Error detected while processing function codeium#server#Start #308

Closed Fissium closed 5 months ago

Fissium commented 5 months ago

Since the last commit (36721243b0e937217bd843fa21c5b285a7e68ae2) I've been getting the following error:

Error detected while processing function codeium#server#Start:
line   33:
E121: Undefined variable: config

line   33:
E116: Invalid arguments for function has_key
matarina commented 5 months ago

same error today

Lattay commented 5 months ago

https://github.com/Exafunction/codeium.vim/blob/36721243b0e937217bd843fa21c5b285a7e68ae2/autoload/codeium/server.vim#L157

config is only declared inside ActuallyStart.

lucathehun commented 5 months ago

same issue after lazy update

ramneeksokhi commented 5 months ago

same

hornyjailfish commented 5 months ago

hardcoded sha here not equals new one after lsp update https://github.com/Exafunction/codeium/releases/latest three days ago

vitorf7 commented 5 months ago

Having same issue

fortenforge commented 5 months ago

Sorry about this everyone; still not 100% sure what went wrong here, but I've reverted the last commit. Let me know if that fixes things.

cleong14 commented 5 months ago

Sorry about this everyone; still not 100% sure what went wrong here, but I've reverted the last commit. Let me know if that fixes things.

I can confirm this fixes the codeium#server#Start error for me.

However, it appears accepting completions are not updating/incrementing the Total Completions count on my Codeium profile correctly. This is likely something separate and outside of this issue's scope though.

fortenforge commented 5 months ago

Thanks; closing this. I can create another issue to track the telemetry issue.