The Wayback Machine - https://web.archive.org/web/20200831080748/https://github.com/neovim/neovim/issues/12633
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: Method not found: didClose #12633

Open
Shatur95 opened this issue Jul 13, 2020 · 7 comments
Open

LSP: Method not found: didClose #12633

Shatur95 opened this issue Jul 13, 2020 · 7 comments

Comments

@Shatur95
Copy link
Contributor

@Shatur95 Shatur95 commented Jul 13, 2020

  • nvim --version: NVIM v0.5.0-593-g1ca67a73c
  • language server name/version: Godot 3.2.2
  • Operating system/version: Arch Linux
nvim -c ":checkhealth nvim nvim_lsp"

health#nvim#check

Configuration

  • OK: no issues found

Performance

  • OK: Build type: RelWithDebInfo

Remote Plugins

  • OK: Up to date

terminal

  • INFO: key_backspace (kbs) terminfo entry: key_backspace=^H
  • INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
  • INFO: $COLORTERM='truecolor'

health#nvim_lsp#check

Checking language server protocol configuration

  • INFO: gdscript: configuration checked.

lsp.log (Godot produces very verbose log, so I uploaded to pastebin)

Steps to reproduce

nvim
# Open any gdscript file
:bd

Actual behaviour

I got errors:

Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:417: attempt to concatenate local 'result_id' (a nil value)
LSP[gdscript]: Error NO_RESULT_CALLBACK_FOUND: {
  error = {
    code = -32601,
    message = "Method not found: didClose"
  },
  id = vim.NIL,
  jsonrpc = "2.0

изображение

Expected behaviour

Buffer closed without errors.

@jivthesh
Copy link

@jivthesh jivthesh commented Jul 22, 2020

@Shatur95 can i work in this issue . will i get guidance i am a beginner

@Shatur95
Copy link
Contributor Author

@Shatur95 Shatur95 commented Jul 22, 2020

@jivthesh, yes, of course!

@jivthesh
Copy link

@jivthesh jivthesh commented Jul 22, 2020

@Shatur95 can u tell me hw to start working in this .do we have any sort of communication like slack or discord?

@Shatur95
Copy link
Contributor Author

@Shatur95 Shatur95 commented Jul 22, 2020

There is a wiki page for it.

@tjdevries
Copy link
Contributor

@tjdevries tjdevries commented Jul 22, 2020

Hi @jivthesh 😄 Thanks for wanting to work on the issue.

We primarily use https://gitter.im/neovim/neovim to communicate outside of issues & PRs.

I can help you with getting started. Do you have any particular questions?

@jivthesh
Copy link

@jivthesh jivthesh commented Jul 25, 2020

@tjdevries okay

@tjdevries
Copy link
Contributor

@tjdevries tjdevries commented Jul 26, 2020

(Just so you know -- I'm out of town this weekend so I'm not really responding to anything. Ping me again on Tuesday or Wednesday this week and I can help)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.