I'm returning to a project that uses kaocha-cljs and am getting the following error:
Exception: clojure.lang.ExceptionInfo: Kaocha ClojureScript client failed connecting back.
Does anyone have advice for debugging this error? More detail in-thread.@plexus Sure thing.
@plexus Same issue, seemingly.
I bumped the version of ws
but that didn't seem to help. could find any other outdated dependencies.
@plexus Correction: This was user error! @lee was correct. There was an outdated version of :cljs: being pulled in via an alias that I missed. :man-facepalming::skin-tone-2: Using the latest version of kaocha-cljs works fine. Sorry for the trouble, and thanks for your work on Kaocha! ❤️
Congrats! Glad you are up and running!
Thanks. I'm not sure how this broke in the first place. I had been using Kaocha happily for a while.
I’m sure you are not the only one hitting this problem and your question and answer will help others in the future.
The benefits of learning in public.
Yup!
@zane that's useful info though, something people can check for when they run into this error
To be clear: Using the latest release version works fine. No need to be on HEAD
.
Enabling --no-capture-output
shows this.
It only appears to happen with cljs.repl.node/repl-env
.
Browser seems to work fine.
@zane, this is a shot in the dark, but are you running the latest clojurescript? https://clojure.atlassian.net/browse/CLJS-3043#icft=CLJS-3043
For those with an interest, I added a little more to the “tweaking colors” git issue: https://github.com/lambdaisland/deep-diff/issues/14#issuecomment-528997557
@lee I appreciate the shot! I'm on 1.10.520
, yeah.