williamboman / nvim-lsp-installer

Further development has moved to https://github.com/williamboman/mason.nvim!
https://github.com/williamboman/mason.nvim
Apache License 2.0
2k stars 123 forks source link

Cannot install taplo-lsp #389

Closed zmtq05 closed 2 years ago

zmtq05 commented 2 years ago

Describe the installation issue :LspInstall taplo cannot install taplo on linux.

The github-release link seems to be wrong.

System info (please complete the following information):

Checkhealth output (:checkhealth nvim-lsp-installer):

nvim-lsp-installer: require("nvim-lsp-installer.health").check()
========================================================================
## nvim-lsp-installer report
  - OK: neovim version >= 0.6.0
  - WARNING: **Ruby**: not available
  - WARNING: **RubyGem**: not available
  - WARNING: **Composer**: not available
  - WARNING: **PHP**: not available
  - WARNING: **javac**: not available
  - OK: **tar**: `tar (GNU tar) 1.34`
  - OK: **gzip**: `gzip 1.11`
  - OK: **curl**: `curl 7.80.0 (x86_64-pc-linux-gnu) libcurl/7.80.0 OpenSSL/1.1.1m zlib/1.2.11 brotli/1.0.9 zstd/1.5.1 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.0) libssh2/1.10.0 nghttp2/1.46.0`
  - OK: **wget**: `GNU Wget 1.21.2 built on linux-gnu.`
  - OK: **python3**: `Python 3.10.1`
  - OK: **node**: `v17.3.0`
  - OK: **Go**: `go version go1.17.5 linux/amd64`
  - OK: **bash**: `GNU bash, version 5.1.12(1)-release (x86_64-pc-linux-gnu)`
  - OK: **sh**: `Ok`
  - OK: **java**: `Ok`
  - OK: **npm**: `8.3.0`
  - OK: **pip3**: `pip 20.3.4 from /usr/lib/python3.10/site-packages/pip (python 3.10)`

Installation log

[DEBUG Wed 05 Jan 2022 01:29:32 PM KST] ...-installer/lua/nvim-lsp-installer/ui/status-win/init.lua:679: Queuing server="taplo", version="" for installation
[INFO  Wed 05 Jan 2022 01:29:32 PM KST] ...-installer/lua/nvim-lsp-installer/ui/status-win/init.lua:612: Starting install server_name="taplo", requested_version=""
[DEBUG Wed 05 Jan 2022 01:29:32 PM KST] ...r/start/nvim-lsp-installer/lua/nvim-lsp-installer/fs.lua:41: fs: mkdirp /home/sloth/.local/share/nvim/lsp_servers/taplo.tmp
[DEBUG Wed 05 Jan 2022 01:29:32 PM KST] ...nvim-lsp-installer/lua/nvim-lsp-installer/core/fetch.lua:9: Fetching URL "https://api.github.com/repos/tamasfe/taplo/releases"
[DEBUG Wed 05 Jan 2022 01:29:32 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:117: Spawning cmd="wget", spawn_opts={
  args = { "-nv", "-O", "-", "https://api.github.com/repos/tamasfe/taplo/releases" }
}
[DEBUG Wed 05 Jan 2022 01:29:32 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:163: Spawned with pid 51022
[DEBUG Wed 05 Jan 2022 01:29:32 PM KST] ...nvim-lsp-installer/lua/nvim-lsp-installer/ui/display.lua:401: Opening window
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:149: Job pid=51022 exited with exit_code=0, signal=0
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...nvim-lsp-installer/lua/nvim-lsp-installer/core/fetch.lua:12: Successfully fetched URL "https://api.github.com/repos/tamasfe/taplo/releases"
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...-installer/lua/nvim-lsp-installer/installers/context.lua:89: Resolved latest version taplo tamasfe/taplo release-lsp-0.2.6
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:117: Spawning cmd="wget", spawn_opts={
  args = { "-nv", "-O", "archive.tar.gz", "https://github.com/tamasfe/taplo/releases/download/release-lsp-0.2.6/taplo-lsp-x86_64-unknown-linux.tar.gz" },
  cwd = "/home/sloth/.local/share/nvim/lsp_servers/taplo.tmp"
}
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:163: Spawned with pid 51023
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:149: Job pid=51023 exited with exit_code=8, signal=0
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:293: Previous job failed, attempting next.
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:117: Spawning cmd="curl", spawn_opts={
  args = { "-fsSL", "-o", "archive.tar.gz", "https://github.com/tamasfe/taplo/releases/download/release-lsp-0.2.6/taplo-lsp-x86_64-unknown-linux.tar.gz" },
  cwd = "/home/sloth/.local/share/nvim/lsp_servers/taplo.tmp"
}
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:163: Spawned with pid 51024
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:149: Job pid=51024 exited with exit_code=22, signal=0
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...rt/nvim-lsp-installer/lua/nvim-lsp-installer/process.lua:297: All jobs failed.
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...r/start/nvim-lsp-installer/lua/nvim-lsp-installer/fs.lua:22: fs: rmrf /home/sloth/.local/share/nvim/lsp_servers/taplo.tmp
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...r/start/nvim-lsp-installer/lua/nvim-lsp-installer/fs.lua:22: fs: rmrf /home/sloth/.local/share/nvim/lsp_servers/taplo.tmp
[DEBUG Wed 05 Jan 2022 01:29:33 PM KST] ...r/start/nvim-lsp-installer/lua/nvim-lsp-installer/fs.lua:25: fs: rmrf failed
[INFO  Wed 05 Jan 2022 01:29:33 PM KST] ...-installer/lua/nvim-lsp-installer/ui/status-win/init.lua:631: Installation completed server_name="taplo", success=false
[DEBUG Wed 05 Jan 2022 01:29:34 PM KST] ...nvim-lsp-installer/lua/nvim-lsp-installer/ui/display.lua:204: Deleting window
williamboman commented 2 years ago

Thanks!