You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
specs included here. i tried to manually create the config.json file in the config.json as a workaround:
{
"api_key": "key-here"
}
which, a checkhealth indicates is loading correctly, but completions don't work and complain about a missing jwt:
[ERROR Sat 09 Nov 2024 03:31:07 PM PST] /home/anon/.local/share/lazyvim/lazy/codeium.nvim/lua/codeium/notify.lua:14: completion request failed: {
code = 0,
out = '{"code":"unknown","message":"unknown: missing user JWT for inference API server"}',
response = {
body = '{"code":"unknown","message":"unknown: missing user JWT for inference API server"}',
exit = 0,
headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Sat, 09 Nov 2024 23:31:07 GMT", "Content-Length: 81", "", "" },
status = 500
},
status = 500
}
ideally I could get it to open a browser -- running 'google-chrome' from terminal works fine, but doesn't seem to function correctly in this case.
Note that I recently switched to Wayland 24.04 with Cosmic from 22.04 with pop's x11 DE. Haven't tested on an x11 env yet, but i'd ideally like to get this working for Wayland.
The text was updated successfully, but these errors were encountered:
I'm not sure if we're talking about the same thing here, but I just added Codeium to my Lunarvim configuration. Everything seems to install fine and I get prompted to "please log in with :Codeium auth", but nothing happens when I type :Codeium auth.
specs included here. i tried to manually create the config.json file in the config.json as a workaround:
{
"api_key": "key-here"
}
which, a checkhealth indicates is loading correctly, but completions don't work and complain about a missing jwt:
[ERROR Sat 09 Nov 2024 03:31:07 PM PST] /home/anon/.local/share/lazyvim/lazy/codeium.nvim/lua/codeium/notify.lua:14: completion request failed: {
code = 0,
out = '{"code":"unknown","message":"unknown: missing user JWT for inference API server"}',
response = {
body = '{"code":"unknown","message":"unknown: missing user JWT for inference API server"}',
exit = 0,
headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Sat, 09 Nov 2024 23:31:07 GMT", "Content-Length: 81", "", "" },
status = 500
},
status = 500
}
ideally I could get it to open a browser -- running 'google-chrome' from terminal works fine, but doesn't seem to function correctly in this case.
Note that I recently switched to Wayland 24.04 with Cosmic from 22.04 with pop's x11 DE. Haven't tested on an x11 env yet, but i'd ideally like to get this working for Wayland.
The text was updated successfully, but these errors were encountered: