-
Notifications
You must be signed in to change notification settings - Fork 537
4.26.0 broken in Ubuntu + Vim #622
Description
please complete the following information:
- OS version: Ubuntu 22.04
- Editor: Vim (foreveeeer!!!!)
- Editor version: 8.2
- Programming language: python
- TabNine extension version: codota/deoplete-tabnine and tbodt/deoplete-tabnine
- Engine version: 4.26.0
Issue Details:
Getting OS error 13: PermissionDenied on cache/config/model folder /home/user/.config/TabNine/model_api .
I know Vim is no longer supported, but everyhing seems to be working fine with binary version 4.24.0 .
Installed using codota deoplete-tabnine using vim-Plug.
Can force older version 4.24.0 by altering install.sh to use hardcoded version rather than fetching laters,
or copying/linking ~/.vim/plugged/deoplete-tabnine/binaries/4.24.0/ to ~/.vim/plugged/deoplete-tabnine/binaries/4.26.0/.
Doing so TabNine works as always in Vim - getting completions and can open config using TabNine:config in buffer.
This holds for only a few moments though until the binary detects newer version and forces an update.
Checked all permissions on .config/Tabnine and .vim/plugged/deoplete-tabnine - all files owned by user.
Binaries are set as executable in .vim/plugged/deoplete-tabnine.
Any idea why this happens in 4.26 and not 4.24?
Suggestion on how to pin to version 4.24 or disable auto-update perhaps?
Thanks! huge fan.
gz#27255
(related to Zendesk ticket #27255)