This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-06
Channels
- # announcements (3)
- # beginners (83)
- # calva (11)
- # cider (24)
- # cljdoc (2)
- # cljs-dev (1)
- # clojure (216)
- # clojure-berlin (1)
- # clojure-dev (18)
- # clojure-europe (8)
- # clojure-italy (5)
- # clojure-losangeles (2)
- # clojure-nl (4)
- # clojure-spec (34)
- # clojure-uk (75)
- # clojuredesign-podcast (12)
- # clojurescript (33)
- # clojutre (13)
- # community-development (1)
- # core-async (38)
- # cursive (19)
- # datomic (28)
- # duct (3)
- # emacs (1)
- # events (5)
- # figwheel-main (3)
- # fulcro (93)
- # kaocha (20)
- # lambdaisland (2)
- # off-topic (40)
- # pathom (17)
- # pedestal (8)
- # quil (1)
- # re-frame (14)
- # reitit (19)
- # shadow-cljs (34)
- # sql (8)
- # tools-deps (6)
- # vim (1)
- # xtdb (8)
- # yada (18)
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.@U050CT4HR, this is a shot in the dark, but are you running the latest clojurescript? https://clojure.atlassian.net/browse/CLJS-3043#icft=CLJS-3043
@UE21H2HHD I appreciate the shot! I'm on 1.10.520
, yeah.
@U050CT4HR can you try running latest master?
@U07FP7QJ0 Sure thing.
@U07FP7QJ0 Same issue, seemingly.
I bumped the version of ws
but that didn't seem to help. could find any other outdated dependencies.
@U07FP7QJ0 Correction: This was user error! @UE21H2HHD was correct. There was an outdated version of 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! ❤️
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.
@U050CT4HR that's useful info though, something people can check for when they run into this error
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