figwheel-main

figwheel-main http://figwheel.org
2019-04-03T15:41:04.004600Z

Hello! I'm coming from the old lein-figwheel. When I try to connect to figwheel (figwheel main) with CIDER :

[nREPL] Establishing direct connection to localhost:9500 ...
[nREPL] Direct connection to localhost:9500 established
[nREPL] Connection closed unexpectedly (connection broken by remote peer)
There is no ElDoc support in this buffer [7 times]
nrepl-send-sync-request: Sync nREPL request timed out (op clone id 1 time-stamp 2019-04-03 11:38:30.270349244)

2019-04-03T15:41:13.004900Z

Any ideas what I could be doing wrong?

dpsutton 2019-04-03T15:52:29.005200Z

try doing everything manually from the command line

dpsutton 2019-04-03T15:52:45.005600Z

might be missing feedback. figwheel and lein are both good about telling about problems

2019-04-03T15:54:45.006100Z

@dpsutton Trying, thanks

2019-04-03T15:55:05.006700Z

Now that I look at it, 9500 appears to be an http port, not an nrepl one. 😕

2019-04-03T15:57:48.007100Z

:nrepl-port no longer exists? 😮

2019-04-03T16:20:39.008500Z

It seems I can get most of things working with cider-jack-in-cljs. It's still a little weird coming from 'starting my own figwheel server separately'.

dpsutton 2019-04-03T16:23:10.008900Z

ah yeah. i use that exclusively 🙂 I've actually forgotten how to do stuff manually 🙂

2019-04-03T20:58:49.009700Z

When I do :cljs/quit to return into the clj repl, how an I then go back into the cljs one?