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

Codeium Auth does not open a browser #261

Open
twilwa opened this issue Nov 9, 2024 · 3 comments
Open

Codeium Auth does not open a browser #261

twilwa opened this issue Nov 9, 2024 · 3 comments

Comments

@twilwa
Copy link

twilwa commented Nov 9, 2024

image
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.

@patelharsh9797
Copy link

Same here.

Any solution>?

@githorse
Copy link

githorse commented Dec 9, 2024

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.

@rv-mtoohig
Copy link

@githorse just incase you are making a typo the command is ":Codeium Auth" with a capital 'A'.

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

4 participants