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

LSP "response id must be a number" error in neovim (regression?) #1466

Open
nickjer opened this issue Jan 13, 2025 · 0 comments
Open

LSP "response id must be a number" error in neovim (regression?) #1466

nickjer opened this issue Jan 13, 2025 · 0 comments

Comments

@nickjer
Copy link

nickjer commented Jan 13, 2025

It seems with the introduction of 1.9.0 that issue #1246 has regressed and shown back up again.

Following the steps outlined in neovim/neovim#30638 I managed to capture the problematic event again...

...squashfs-root/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:442: response id must be a number: {                                                                                                          
  id = "8ddc2dda-1c6c-4cfc-b2fd-56334064738c",                                                                                                                                                            
  jsonrpc = "2.0",                                                                                                                                                                                        
  result = {                                                                                                                                                                                              
    completed = true,                                                                                                                                                                                     
    duration = 5,                                                                                                                                                                                         
    finished_at = "2025-01-13T09:06:45-05:00",                                                                                                                                                            
    guid = "8ddc2dda-1c6c-4cfc-b2fd-56334064738c",                                                                                                                                                        
    started_at = "2025-01-13T09:06:39-05:00"                                                                                                                                                              
  }                                                                                                                                                                                                       
}

Let me know if there is anything I can do to help with this.

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