Deoplete.nvim: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte

Created on 22 Jun 2016  路  9Comments  路  Source: Shougo/deoplete.nvim

Problems summary

I just updated this plugin with PlugUpdate (using vim-plug). When I go into insert mode, this plugin basically explodes with errors.

I've narrowed this down to this commit: https://github.com/Shougo/deoplete.nvim/commit/0b84100ae775a6a1d1436c81a71bbeaeba241ab6

If I use this plugin with the commit before the one mentioned above, it works fine.

Expected

Not have it blow up in my face when I go into insert mode, haha.

Environment Information

  • OS: Mac OS X El Capitan v10.11.5

    Provide a minimal init.vim with less than 50 lines (Required!)

" Your minimal init.vim
call plug#begin()

Plug 'Shougo/deoplete.nvim'

call plug#end()
let g:deoplete#enable_at_startup = 1

The reproduce ways from neovim starting (Required!)

  1. open neovim buffer
  2. go into insert mode

    Screen shot (if possible)

screen shot 2016-06-21 at 4 02 41 pm

Most helpful comment

Also, can you give a pip3 install -U neovim? I also encounter this by updating. A reinstall of python3's neovim module might help.

All 9 comments

Same issue here, since the last upgrade

I don't think this is the problem of deoplete. Can you show your neovim version?

NVIM 0.1.4

Also, can you give a pip3 install -U neovim? I also encounter this by updating. A reinstall of python3's neovim module might help.

Thanks @herringtonDarkholme `pip3 install -U nevoid' seems to work.

Seems that updating python's neovim module solves this issue. Thanks for everyone's help.

deoplete requires neovim-python ver.0.18+.

I have added FAQ.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marcus picture marcus  路  6Comments

pr4th4m picture pr4th4m  路  4Comments

iscekic picture iscekic  路  6Comments

tomspeak picture tomspeak  路  5Comments

firedev picture firedev  路  4Comments