Luarocks fails to resolve manifest #329
Replies: 1 comment 6 replies
-
Hey 👋 From the logs, it looks like it's searching for dev manifests (see the Most luarocks servers (including The The reason luarocks doesn't look at luafr.org when used by rocks.nvim, is likely because we pass in a luarocks config, so it will ignore any home or system luarocks config. |
Beta Was this translation helpful? Give feedback.
-
I'm facing an issue today where luarocks just can't seem to find some plugins. I keep seeing these
temporary failure in name resolution
errors.Curiously, when I use the luarocks from the one that rocks.nvim installer has set up (version name dev), then it doesn't look at
https://luafr.org
. When I use the luarocks packaged in debian on the command, it fails to resolve the urls above, but it does look atluafr
and resolves some of the manifests successfully. That's how I managed to install rocks.nvim.The issue seems to be localised to luarocks. The URLs are reachable on all browsers, through ping and wget/curl in the terminal.
Anyone got a clue?
Edit: I should add that in my infinite wisdom, I decided to rm my .local/share/nvim directory. So, atm I'm stuck without any plugins unless I install each one-by-one using luarocks on the commandline (instead of through rocks). I really don't want to move back to lazy... :(
Beta Was this translation helpful? Give feedback.
All reactions