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

where is the agent cache of codeium? #286

Open
cxwx opened this issue Feb 26, 2025 · 0 comments
Open

where is the agent cache of codeium? #286

cxwx opened this issue Feb 26, 2025 · 0 comments

Comments

@cxwx
Copy link

cxwx commented Feb 26, 2025

I've install all my lazy.nvim plugins in another place by codeium in

require("lazy").setup({
  root = vim.fn.expand("~/software/nvim/plugins")
})

all the plugins mv to another place,
after that codeium cannot worked

[ERROR Wed Feb 26 22:43:17 2025] /Users/cx/software/nvim/lazy/plugins/codeium.nvim/lua/codeium/notify.lua:14: completion request failed:  {
  code = 0,
  out = '{"code":"unknown","message":"invalid_argument: an internal error occurred"}',
  response = {
    body = '{"code":"unknown","message":"invalid_argument: an internal error occurred"}',
    exit = 0,
    headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Wed, 26 Feb 2025 14:43:17 GMT", "Content-Length: 75" },
    status = 500
  },
  status = 500
}
[ERROR Wed Feb 26 22:49:08 2025] /Users/cx/software/nvim/lazy/plugins/codeium.nvim/lua/codeium/notify.lua:14: completion request failed:  {
  code = 0,
  out = '{"code":"deadline_exceeded","message":"deadline_exceeded: context deadline exceeded"}',
  response = {
    body = '{"code":"deadline_exceeded","message":"deadline_exceeded: context deadline exceeded"}',
    exit = 0,
    headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Wed, 26 Feb 2025 14:49:08 GMT", "Content-Length: 85" },
    status = 504
  },
  status = 504
}
[ERROR Wed Feb 26 23:43:01 2025] /Users/cx/software/nvim/lazy/plugins/codeium.nvim/lua/codeium/notify.lua:14: completion request failed:  {
  code = 0,
  out = '{"code":"deadline_exceeded","message":"deadline_exceeded: context deadline exceeded"}',
  response = {
    body = '{"code":"deadline_exceeded","message":"deadline_exceeded: context deadline exceeded"}',
    exit = 0,
    headers = { "Accept-Encoding: gzip", "Content-Type: application/json", "Vary: Origin", "Date: Wed, 26 Feb 2025 15:43:01 GMT", "Content-Length: 85" },
    status = 504
  },
  status = 504

however if I link the plugin

 ls -s ~/software/nvim/plugins/codeium.nvim ~/.local/share/nvim/lazy/

it worked.
I've tried to remove all the ~/.codeium/

where is the cache agent for codeium?

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