clojure - Vim Fireplace can't connect to nRepl -
i have vim setup fireplace, when tries connect throws error:
*error detected while processing function 18_leiningen_init..18_leiningen_connect.. nrepl#fireplace_connection#open..35_nrepl_process..35_nrepl_call: line 16: e605: exception not caught: nrepl: no connection made because target machine actively refused it. - connect(2)*
"lein repl" running in powershell instance , says running on port 63051.
i believe caused firewall, can't sure don't quite what's happening behind scenes. tried add firewall rules lein.bat , java.exe. couldnt stop firewall i'm running company laptop disabled functionality. keep trying , post here if works.
in meantime... know if what's causing ? protocol fireplace use connect repl ?
thanks
information out of box nrepl protocols here:
https://github.com/clojure/tools.nrepl#transports
so seems can test out basic connectivity (and interact repl) attempting connect port using telnet.
Comments
Post a Comment