-
Notifications
You must be signed in to change notification settings - Fork 35
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
Tabnine does not show error if unzip is not installed #112
Comments
What's your package manager? Does it forward error messages from the build step to the user? |
Unzip is required to install it though, so you will have to install that yourself |
I guess you right. But if it is has to be done manually then maybe it makes sense to extend installation instructions? Because now it says that you don't have to call binaries by yourself (just sync packer and add setup), and I solved problem and managed to call binaries only by searching similar problems in GitHub issues |
Didn't catch that you were using packer. PackerSync will run it, but only when it has been updated. If it ran once and failed, it won't run again until it's been updated. I believe packer should show you the error message from the script, but if not, then the real bug here is that the editor doesn't tell you, which is what the above PR looks to fix. |
Guys what's the status here? |
I think this issue is resolved, right @golden-expiriensu ? |
Yep, I will track issue in the mentioned pr |
Describe the bug
If unzip is not installed then Tabnine is not able to run dl_binaries.sh, but no error thrown, just endless loading
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Show an error that unzip is not found - try to install it with your package manager
Version Info:
cat /etc/os-release
):NAME="Ubuntu"
VERSION="20.04.5 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.5 LTS"
VERSION_ID="20.04"
nvim -v
):NVIM v0.9.1
Build type: Release
LuaJIT 2.1.0-beta3
ls -A /path/to/plugin/binaries
):4.5.28
Additional context
WSL
The text was updated successfully, but these errors were encountered: