-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to resolve host for Conjure connection (IPV6?) #612
Comments
Well that's odd, you can override the host with this config conjure/doc/conjure-client-clojure-nrepl.txt Lines 151 to 155 in 6d2bc7f
So maybe setting that to a specific IP for now might help? Need to have a think about how to solve this and reproduce it without Windows though 🤔 I think there are other Windows users that I assume haven't run into this, so it could also be a specific version or configuration of Windows too I guess. Thanks for the useful context and output of |
Hmm, hitting
more windows being weird? |
Hm that error to me looks like the built in Neovim man page lookup which is the default for So I suspect it's trying to run |
On windows, opening a .clj file errors out with this:
I believe this is caused by this check:
conjure/lua/conjure/net.lua
Line 24 in 6d2bc7f
because when I run
lua vim.print(vim.loop.getaddrinfo("localhost"))
it returns
where the only family returned is
inet6
The text was updated successfully, but these errors were encountered: