tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

nREPL: [Errno -2] Name does not resolve^@ #305

Closed skopciewski closed 6 years ago

skopciewski commented 6 years ago

Hi, when I try to do something with repl in vim I get:

:Connect                                                                                                                                                                                  
Protocol> nrepl                                                                                                                                                                           
Host> localhost                                                                                                                                                                           
Port> 44383                                                                                                                                                                               
nREPL: [Errno -2] Name does not resolve^@                                                                                                                                                 
Press ENTER or type command to continue  

or when calling for examplecpp

Error detected while processing function <SNR>92_printop[1]..<SNR>92_opfunc[35]..fireplace#client[2]..fireplace#platform[9]..fireplace#register_port_file[9]..fireplace#nrepl_connection#o
pen[13]..fireplace#nrepl#for[3]..<SNR>143_nrepl_process[1]..<SNR>143_nrepl_message[3]..<SNR>143_nrepl_call[3]..<SNR>142_nrepl_transport_call[2]..<SNR>142_nrepl_transport_dispatch:       
line    6:                                                                                                                                                                                
E605: Exception not caught: nREPL: [Errno -2] Name does not resolve^@                                                                                                                     
Press ENTER or type command to continue  
vim --help
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Nov 30 2017 08:19:26)
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.8.0
OpenJDK 64-Bit Server VM 1.8.0_151-b12

Could you give me any suggestion where the problem might be?

skopciewski commented 6 years ago

Nevermind, the error disappeared after some update...