Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PermissionError #49

Closed
notKamui opened this issue Sep 7, 2020 · 7 comments
Closed

PermissionError #49

notKamui opened this issue Sep 7, 2020 · 7 comments

Comments

@notKamui
Copy link

notKamui commented Sep 7, 2020

Hi ! When starting neovim, and going into Insert mode, I get the following error.
I tried to find the right permissions, to no avail.

I'm on Arch Linux, if that may help.

2020 09 07-19 55 33 screenshot

Sorry for the inconvenience :(

@Shougo
Copy link
Contributor

Shougo commented Sep 7, 2020

Really?
I don't think it has the right permission.

@Shougo
Copy link
Contributor

Shougo commented Sep 7, 2020

Please upload the permission.
And execute it from shell.

@notKamui
Copy link
Author

notKamui commented Sep 7, 2020

$ lart .local/share/nvim/plugged/deoplete-tabnine/binaries/3.0.7/x86_64-unknown-linux-gnu/
total 14772
drwxr-x--- 3 notkamui notkamui     4096 Sep  7 21:41 ..
drwxr-x--- 2 notkamui notkamui     4096 Sep  7 21:41 .
-rw-r--r-- 1 notkamui notkamui 15118282 Sep  7 21:49 TabNine

@notKamui
Copy link
Author

notKamui commented Sep 7, 2020

btw, i tried reinstalling it, and it made me remember that at the end of it, there was a post process hook error.

@Shougo
Copy link
Contributor

Shougo commented Sep 8, 2020

btw, i tried reinstalling it, and it made me remember that at the end of it, there was a post process hook error.

I don't understand. Please explain it more clearly.

-rw-r--r-- 1 notkamui notkamui 15118282 Sep 7 21:49 TabNine

Ah...

You need to add execute permission to the TabNine binary.
Please look my result.

$ ls -la binaries/3.0.7/x86_64-unknown-linux-gnu
total 15180
drwxr-xr-x 2 shougo users     4096 Sep  4 19:33 ./
drwxr-xr-x 3 shougo users     4096 Sep  4 19:33 ../
-rw-r--r-- 1 shougo users       64 Sep  4 19:33 auth
-rwxr-xr-x 1 shougo users 15529960 Sep  4 19:33 TabNine*

@Shougo
Copy link
Contributor

Shougo commented Sep 8, 2020

The issue should be closed.

@tbodt
Copy link
Owner

tbodt commented Sep 8, 2020

Whatever the problem is most likely happened during the installation process. Please open a new issue if you can reproduce that.

@tbodt tbodt closed this as completed Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants