Found it. Someone had left an old reference to `figwheel/watch-and-reload` lying around.... Doh!
(figwheel/watch-and-reload ; #todo #awt needed? :websocket-url "ws://localhost:3449/figwheel-ws" :on-jsload mount-components) On Fri, May 3, 2019 at 4:00 PM Alan Thompson <[email protected]> wrote: > Also getting this error: > > repl.cljc:372 REPL eval error RangeError: Maximum call stack size exceeded > at cljs$core$_EQ_ (core.cljs:1258) > at Object.figwheel$repl$figwheel_require (repl.cljc:90) > at Object.figwheel$repl$figwheel_require (repl.cljc:94) > at Object.figwheel$repl$figwheel_require (repl.cljc:94) > at Object.figwheel$repl$figwheel_require (repl.cljc:94) > at Object.figwheel$repl$figwheel_require (repl.cljc:94) > at Object.figwheel$repl$figwheel_require (repl.cljc:94) > at Object.figwheel$repl$figwheel_require (repl.cljc:94) > at Object.figwheel$repl$figwheel_require (repl.cljc:94) > at Object.figwheel$repl$figwheel_require (repl.cljc:94) > figwheel$repl$eval_javascript_STAR__STAR_ @ repl.cljc:372 > (anonymous) @ repl.cljc:384 > G__12572__2 @ core.cljs:10857 > G__12572 @ core.cljs:10843 > (anonymous) @ repl.cljc:474 > goog.events.EventTarget.fireListeners @ eventtarget.js:284 > goog.events.EventTarget.dispatchEventInternal_ @ eventtarget.js:381 > goog.events.EventTarget.dispatchEvent @ eventtarget.js:196 > goog.net.WebSocket.onMessage_ @ websocket.js:426 > > > > > > On Fri, May 3, 2019 at 3:49 PM Alan Thompson <[email protected]> wrote: > >> Using figwheel-main, I am getting a strange error: >> >> Figwheel: trying to open cljs reload socket >> socket.cljs:71 >> WebSocket connection to 'ws://localhost:3449/figwheel-ws' failed: >> Error in connection establishment: net::ERR_CONNECTION_REFUSED >> >> >> As the error message implies, hot reloading doesn't work w/o the socket. >> Any clues on what could be causing this? >> >> Alan >> >> -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
