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

Can't authenticate codeium on windows #73

Closed
sbstratos79 opened this issue Jun 28, 2023 · 1 comment
Closed

Can't authenticate codeium on windows #73

sbstratos79 opened this issue Jun 28, 2023 · 1 comment

Comments

@sbstratos79
Copy link

sbstratos79 commented Jun 28, 2023

I have put the uuidgen.exe file in my path and can open the codeium authentication page. But when I input the generated token in neovim input box I get this error:
image

This error is very similar to #44 but it occurs during authentication instead of during download. The culprit seems to be the --compressed flag.

I am on commit b1ff0d6 because apparently inputsecret is not supported in neovim and prior to this commit, input was used.

@pqn
Copy link
Collaborator

pqn commented Oct 5, 2023

Seems to me that the compressed flag shouldn't be included because of

ed50d5e

and:
https://github.com/nvim-lua/plenary.nvim/blob/9ce85b0f7dcfe5358c0be937ad23e456907d410b/lua/plenary/curl.lua#L207-L209

I will close this for now since ed50d5e was supposed to address this, but feel free to comment if that's not the case.

@pqn pqn closed this as completed Oct 5, 2023
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