roxma / vim-hug-neovim-rpc

EXPERIMENTAL
MIT License
218 stars 28 forks source link

[nvim_set_client_info] no...m_rpc_methods.py #61

Closed grininmonkey closed 4 years ago

grininmonkey commented 4 years ago

I am on Arch, and a few days ago after a huge list of python-[X] packages popped up in an update I started receiving the following error in vim when going into insert mode .. ( no errors on launch )

[vim-hug-neovim-rpc] rpc method [nvim_set_client_info] no...m_rpc_methods.py. Please send PR or contact the mantainer

I have re-performed the install/setup process I originally did but has no impact... figure I would try and ask here while I continue to scratch my head and figure it out ;-)

Shougo commented 4 years ago

I think you need to rebuild your Vim.

grininmonkey commented 4 years ago

I install vim via my package manager... but I noticed it seems to actually be working.. just has the error message on initial insert .... quick peek

zhmars commented 4 years ago

I had the same issue today on Arch Linux after updating to python-pynvim 0.4.0.

A simple workaround is downgrading python-pynvim to 0.3.2.

FatBoyXPC commented 4 years ago

I have the same issue.

vp1981 commented 4 years ago

Hello, same here, but this is expected: https://github.com/neovim/pynvim/commit/a5ee340d10f8d574ddb45537a2cc1491badd3b89

  • 6310063 session: set client info (not only for host)
grininmonkey commented 4 years ago

Yeah... that seemed to work for me... (for arch).. I uninstalled pynvim greenlet... pacman'ed python-greenlet and then pip'ed pynvim==0.3.2 ...... no errors now ;-)

Shougo commented 4 years ago

Reproduced for me. I get the reason. I will fix it later. Please wait.

Shougo commented 4 years ago

I have created the PR. Please test until it is merged.