This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-12
Channels
- # aleph (6)
- # announcements (11)
- # babashka (24)
- # beginners (127)
- # calva (33)
- # chlorine-clover (5)
- # cider (7)
- # clara (9)
- # cljs-dev (54)
- # cljsrn (5)
- # clojure (61)
- # clojure-australia (8)
- # clojure-bay-area (11)
- # clojure-europe (36)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-spec (6)
- # clojure-taiwan (1)
- # clojure-uk (8)
- # clojurescript (94)
- # code-reviews (2)
- # community-development (6)
- # conjure (26)
- # core-typed (1)
- # cursive (3)
- # datahike (4)
- # datomic (14)
- # events (1)
- # graphql (1)
- # honeysql (49)
- # introduce-yourself (5)
- # jobs-discuss (15)
- # kaocha (6)
- # lsp (8)
- # malli (1)
- # meander (5)
- # nrepl (1)
- # off-topic (21)
- # other-languages (1)
- # pathom (13)
- # podcasts-discuss (1)
- # polylith (1)
- # reitit (16)
- # shadow-cljs (50)
- # spacemacs (11)
- # sql (11)
- # tools-deps (21)
- # unrepl (1)
- # vim (9)
#vim-iced connecting to repl locally works flawlessly but connecting to remote repls is almost impossible; Is there a read up or setup that I might be missing for connecting to remote repls with vim-iced. Fails with below error and after a while crashes VIM. I verified I’m able to connect to the remote repl from Conjure, Calva & Spacemacs without any issue….any pointers would be appreciated ✌️
You said you can connect with other repls, so this is probably a waste of time, but can you connect to that host/port using e.g. netcat? if it’s not that, then my guess is that you’re entering the host/port in a way that iced isn’t understanding
for example, how are you specifying the host? looks like you have to set g:iced#nrepl#host
alright 🙂 I just had to do a sanity test. is it a socket repl or a prepl?
actually, connection refused is a strange one. I don’t know viml but if I were debugging this I would try to dump the host and port that iced is trying to make sure it’s correct
good luck