failed to fetch latest registry version from Github API. #1688
Unanswered
milodepilo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just installed ubuntu on one of my hard-drives, and now running into issues with mason. Using kickstart.nvim.
have all requirements installed. But somehow almost everyting except tar is giving errors.
[ERROR wo 24 apr 2024 21:45:46 CEST] ...im/lazy/mason.nvim/lua/mason-registry/sources/github.lua:146: Failed to install registry GitHubRegistrySource(repo=mason-org/mason-registry). "vim/_editor.lua:0: E5560: Vimscript function must not be called in a lua loop callback"
[ERROR wo 24 apr 2024 21:45:46 CEST] ...l/share/nvim/lazy/mason.nvim/lua/mason-registry/init.lua:79: Cannot find package ""lua-language-server"".
[ERROR wo 24 apr 2024 21:48:40 CEST] ...e/nvim/lazy/mason.nvim/lua/mason-core/providers/init.lua:82: Provider "github" "get_latest_release" errored: "vim/_editor.lua:0: E5560: Vimscript function must not be called in a lua loop callback"
[ERROR wo 24 apr 2024 21:48:40 CEST] ...e/nvim/lazy/mason.nvim/lua/mason-core/providers/init.lua:82: Provider "github" "get_latest_release" errored: "vim/_editor.lua:0: E5560: Vimscript function must not be called in a lua loop callback"
[ERROR wo 24 apr 2024 21:48:40 CEST] ...e/nvim/lazy/mason.nvim/lua/mason-core/providers/init.lua:91: No provider implementation succeeded for github.get_latest_release
GitHubRegistrySource(repo=mason-org/mason-registry) failed to install: Failed to fetch latest registry version from GitHub API.
==============================================================================
mason: require("mason.health").check()
mason.nvim ~
mason.providers.registry-api
mason.providers.client
mason.nvim [Registries] ~
github.com/mason-org/mason-registry [uninstalled]
is not installed.mason.nvim [Core utils] ~
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
tar (GNU tar) 1.34
mason.nvim [Languages] ~
On Debian/Ubuntu systems, you need to install the python3-venv package using the following command:
mason.nvim [GitHub] ~
...o/.local/share/nvim/lazy/mason.nvim/lua/mason/health.lua:315: vim/_editor.lua:0: E5560: Vimscript function must not be called in a lua loop callback
Beta Was this translation helpful? Give feedback.
All reactions