This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-08
Channels
- # aws (3)
- # bangalore-clj (1)
- # beginners (47)
- # boot (137)
- # cider (1)
- # cljs-dev (67)
- # cljsrn (7)
- # clojure (122)
- # clojure-argentina (5)
- # clojure-berlin (4)
- # clojure-czech (12)
- # clojure-france (27)
- # clojure-italy (9)
- # clojure-russia (88)
- # clojure-spec (44)
- # clojure-uk (157)
- # clojurebridge (2)
- # clojurescript (236)
- # datomic (5)
- # devcards (3)
- # dirac (23)
- # emacs (13)
- # hoplon (29)
- # incanter (1)
- # leiningen (41)
- # microservices (1)
- # off-topic (78)
- # om (145)
- # onyx (13)
- # parinfer (8)
- # pedestal (4)
- # planck (15)
- # protorepl (1)
- # re-frame (72)
- # reagent (25)
- # ring (2)
- # specter (23)
- # test-check (9)
- # untangled (106)
- # vim (8)
- # yada (1)
I’m getting pretty far in setting up Dirac, my Agent is up an accepting connections, but I just hit the warning Cannot attach Dirac DevTools. Likely cause: another instance of DevTools is already attached.
Any hints for that warning?
I just tried the dirac-sample repo and I get the same warning. Even after a laptop restart (just to make sure I don’t have any stray processes hanging around)
Yes. I did just notice I'm getting this error in my canary chrome output:
"Uncaught TypeError: Cannot read property 'addExtensions' of undefined", source: (67)
that might be related to my problemlooks like I broke it with this commit: https://github.com/binaryage/dirac/commit/5f42201e31dae736faa7aef21bbf0ef9931331eb
hmm, does not work for me too, but looks like a different reason "Uncaught TypeError: target.pageAgent(...).setBlockedEventsWarningThreshold is not a function"
just curious, do you have clean canary profile, or do you use any other devtools extensions? e.g. react devtools extension?
that addExtensions
, where do you exactly see it? when you open internal devtools on your page?