Replies: 9 comments
-
These are not errors rust-analyzer emits, so it's likely a problem with your client. |
Beta Was this translation helpful? Give feedback.
-
Which client? I reached out to Nvim LSP (the client?) they say its RA's fault... |
Beta Was this translation helpful? Give feedback.
-
I reached out to rustaceanvim a while back and they also said it's RA's fault |
Beta Was this translation helpful? Give feedback.
-
@ethanuppal the discussion you opened in the rustaceanvim repo does not seem related to this. @dr-kernel you are using the rustaceanvim client. |
Beta Was this translation helpful? Give feedback.
-
@mrcjkb yes, I neglected to mention it in that issue because I didn't think that was the root of the issue (I still can only say it is correlated). I also tried reverting to Neovim 10 and that didn't solve the issue. I think I might need to both revert to Neovim 10 and use an older version of rustaceanvim/rust-analyzer. |
Beta Was this translation helpful? Give feedback.
-
Note that the Neovim log entry,
|
Beta Was this translation helpful? Give feedback.
-
Experiencing this as well, using rustaceannvim and nvim 0.11.3. Lots of |
Beta Was this translation helpful? Give feedback.
-
Same here! Facing the exact same issue. |
Beta Was this translation helpful? Give feedback.
-
To rustaceanvim users:Please follow the troubleshooting guide and if you can reproduce it with the minimal config, file a bug report in the rustaceanvim repo. If you are using a Neovim distro like AstroNvim or LazyVim, please ask there if you can't reproduce with plain Neovim and the minimal config.Please don't open issues in rustaceanvim if you're not willing to bisect your plugins and config! I cannot do that for you.rustaceanvim doesn't try to cancel LSP client requests (which is what is happening according to the log). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I start up the server, I get these errors sometimes (haven't found a consistent root cause), as time goes on it will eventually fail entirely with this error. Trying to "restart" the server fails with this error. If i restart the editor SOMETIMES it will work but then eventually fail.
rust-analyzer version: latest and currently trying 0.3.2291
rustc version: 1.86 and 1.83
editor or extension: VScode and Nvim (0.11)
relevant settings: VScode (default),
Nvim:
code snippet to reproduce:
n/a
Posted on LSP prabirshrestha/vim-lsp#1599 too
Beta Was this translation helpful? Give feedback.
All reactions