Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmp: "completion request failed" on new buffer #276

Closed
seangenabe opened this issue Dec 24, 2024 · 2 comments
Closed

cmp: "completion request failed" on new buffer #276

seangenabe opened this issue Dec 24, 2024 · 2 comments

Comments

@seangenabe
Copy link

This plugin always logs a message when starting a new word in a new buffer.

[codeium/codeium] [ERROR 19:49:46] /home/sean/.local/share/nvim/lazy/codeium.nvim/lua/codeium
/notify.lua:14: completion request failed:  {                                                
[codeium/codeium]   code = 0,                                                                
[codeium/codeium]   out = '{"code":"unknown","message":"invalid_argument: path is empty"}',  
[codeium/codeium]   response = {                                                             
[codeium/codeium]     body = '{"code":"unknown","message":"invalid_argument: path is empty"}'
,                                                                                            
[codeium/codeium]     exit = 0,                                                              
[codeium/codeium]     headers = { "Accept-Encoding: gzip", "Content-Type: application/json", 
"Vary: Origin", "Date: Tue, 24 Dec 2024 11:49:46 GMT", "Content-Length: 62", "", "" },       
[codeium/codeium]     status = 500                                                           
[codeium/codeium]   },                                                                       
[codeium/codeium]   status = 500                                                             
[codeium/codeium] }

I'm using cmp.

@aliaksandr-trush
Copy link
Contributor

The same issue as #262

@seangenabe
Copy link
Author

oops didn't see that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants