tzachar / cmp-tabnine

TabNine plugin for hrsh7th/nvim-cmp
MIT License
286 stars 27 forks source link

attempt to index field 'message' (a nil value) #60

Closed equal-l2 closed 2 years ago

equal-l2 commented 2 years ago

The plugin stopped working after updating, with the following error message:

_tabnine/source.lua:273: attempt to index field 'message' (a nil value)
stack traceback:
^I...pack/packer/start/cmp-tabnine/lua/cmp_tabnine/source.lua:273: in function <...pack/packer/start/cmp-tabnine/lua/cmp_tabnine/source.lua:249>

The source line pointed: https://github.com/tzachar/cmp-tabnine/blob/29402a2786b82b07ffdb118c55c974ab592e4b95/lua/cmp_tabnine/source.lua#L272-L273

AGou-ops commented 2 years ago

same here.