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 issue #410

Open
componhead opened this issue Jul 4, 2024 · 1 comment
Open

Codeium auth issue #410

componhead opened this issue Jul 4, 2024 · 1 comment

Comments

@componhead
Copy link

Hi. I've this error in nvim, when trying to authenticate (with :Codeium Auth) pasting the token:

Error detected while processing function codeium#server#Start[58]..<SNR>77_ActuallyStart:
line   19:
E903: Process failed to start: Unknown system error -8: "/Users/emiliano/.local/share/.codeium/bin/--40-lenght-hash--/language_server_windows_x64.exe"`

I'm in a macos environment and I tried several times to delete /Users/emiliano/.local/share/.codeium/ folder.

Plugin cfg:

return {
  'Exafunction/codeium.vim',
  event = 'InsertEnter',
  -- stylua: ignore
  config = function()
    vim.keymap.set("i", "<End>", function() return vim.fn["codeium#Accept"]() end, { expr = true })
    vim.keymap.set("i", "<PageUp>", function() return vim.fn["codeium#CycleCompletions"](1) end, { expr = true })
    vim.keymap.set("i", "<PageDown>", function() return vim.fn["codeium#CycleCompletions"](-1) end, { expr = true })
    vim.keymap.set("i", "<Home>", function() return vim.fn["codeium#Clear"]() end, { expr = true })
  end,
}

Of a kickstart "distro"

Have you some hint? Thank you.

@componhead
Copy link
Author

componhead commented Jul 9, 2024

Now error is changed:

E474: Unidentified byte: Now using Node v20.12.2 (npm 10.5.0) ~/.local/share/nvm/v20.12.2/bin/node
{"api_key":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","name":"xxxxxxxxx"}
E474: Failed to parse Now using Node v20.12.2 (npm 10.5.0) ~/.local/share/nvm/v20.12.2/bin/node
{"api_key":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","name":"xxxxxxxxx"}

P.S. I have a fish shell and my .zshenv is empty.

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

1 participant