roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Warning on startup, regarding `on_core_channel_error` #176

Closed victorz closed 6 years ago

victorz commented 6 years ago

image

I get the above warning when opening a python file. Transcription below.

Error detected while processing function <SNR>84_on_core_channel_error:
line    1:
/usr/lib/python3.6/site-packages/neovim/msgpack_rpc/msgpack_stream.py:23: FutureWarnin
g: use_bin_type option is not specified. Default value of the option will be changed i
n future version.^@  self._packer = Packer(unicode_errors=unicode_errors_default)^@

I am using neovim version 0.2.2.

Shougo commented 6 years ago

It is neovim/python-client warning. It should be reported here.

https://github.com/neovim/python-client

https://github.com/neovim/python-client/blob/master/neovim/msgpack_rpc/msgpack_stream.py#L23