Fork me on GitHub
#figwheel-main
<
2018-07-26
>
neilfigg21:07:48

Hi, I've cloned flappy-bird-demo-new.git and when I run $ clj -A:build Figwheel logs Opening URL loads flappy bird in Chrome, then appears to hang. There is no logging of the ClojureScript version or a REPL prompt. I get the same behaviour with $ lein fig:build. Running $ clj starts a working REPL. My statck is .. Ubuntu, Clojure 1.9, and Java 1.8.0_181. Thanks!

bhauman21:07:12

hmmm good to know

bhauman21:07:32

let me check it real quick

bhauman21:07:33

@neilfigg hmmm did you try to refresh the flappybird page?

bhauman21:07:41

are you in docker?

bhauman21:07:12

I just checked it and it booted up fine.

bhauman21:07:39

@neilfigg I would look at the devtools console and see what's happening

neilfigg21:07:21

@bhauman devtools console shows warnings about each child in an array having a unique key prop, and avoid using document.write(). Not running in docker or a vm. Tried refreshing the flappybird page with no change in behaviour. Google chrome is Version 68.0.3440.75 (Official Build) (64-bit).

bhauman21:07:45

yeah those errors are normal

bhauman21:07:09

@neilfigg is there a message from the websocket saying it's opened a connection?

neilfigg21:07:05

@bhauman yep Opening the WebSocket on ? then logging of the Figwheel REPL Session Id and name

bhauman21:07:17

hmmm thanks well this is confusing, I wonder if there is some strange caching going on.