-
-
Notifications
You must be signed in to change notification settings - Fork 308
Mason intermittently fails to set cached_features on mason-core.platform #1897
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
Comments
I'm having exactly the same issue here. |
Having this issue as well. In my case, this happens much more often within tmux than without |
@carter2099 now that you point it out, I only started having the issue after I started using tmux. Maybe it's tmux related I'm not sure but thought was worth noting. |
I'm also using tmux. |
I've searched open issues for similar requests
I've recently downloaded the latest plugin version of mason.nvim
Problem description
Some of the time when opening neovim I get an error message coming from what I believe to be the
init.lua
frommason.nvim/lua/mason-core/package
(installed with Lazy.nvim) saying that it failed to index field 'cached_features' because it is a nil value.Note: I'm running Ubuntu 22.04 on WSL, if that's important.
The error message points to a file which is part of mason.nvim.
Expected behavior
Mason should successfully set the
cached_features
table every single time.Steps to reproduce
Since it is intermittent:
I'd say that in 20 attempts I would get this error at least 5 times.
Neovim version (>= 0.7)
NVIM v0.10.4
Build type: Release
LuaJIT 2.1.1741730670
Note: Neovim was installed through linuxbrew.
Operating system/version
Linux wslhost 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Healthcheck output
Screenshots
The text was updated successfully, but these errors were encountered: