Skip to content

Instantly share code, notes, and snippets.

@olejech
Last active June 3, 2024 09:39
Show Gist options
  • Save olejech/ce6e183f68efbe6cd4b09da3dac0e337 to your computer and use it in GitHub Desktop.
Save olejech/ce6e183f68efbe6cd4b09da3dac0e337 to your computer and use it in GitHub Desktop.
Codeium auth confict with fish

When I try to auth codeium I got next error: Error detected while processing function codeium#command#Command[6]..4: line 48: E474: Attempt to decode a blank string E474: Failed to parse E903: Process failed to start: unknown error: "C:\Users\[USERNAME]/.codeium/bin/84ec5f0e149bb382127d0625f179a49fed435091/language_server_windows_x64.exe"

How to resolve this error

  1. Temporally disable .bashrc mv .bashrc .bashrc.bak
  2. Temporally disable config.fish mv config.fish config.fish.bak
  3. Then open neovim (or any neovim distro) and run :Codeium Auth.
  4. Copy/paste the key and hit enter.
  5. Enable your Fish or Bash config (or both) again by mv .bashrc.bak .bashrc and mv config.fish.bak config.fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment