This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-30
Channels
- # beginners (32)
- # boot (15)
- # cljs-dev (200)
- # cljsjs (1)
- # cljsrn (18)
- # clojure (4)
- # clojure-austin (2)
- # clojure-spec (6)
- # clojure-uk (8)
- # clojurescript (69)
- # cloverage (1)
- # cursive (12)
- # datomic (1)
- # dirac (37)
- # emacs (1)
- # hoplon (38)
- # off-topic (3)
- # om (19)
- # om-next (1)
- # onyx (4)
- # parinfer (2)
- # perun (27)
- # protorepl (4)
- # re-frame (5)
- # rum (9)
- # spacemacs (8)
- # untangled (2)
I've started Chrome Canary with the --remote-debugging-port=9222
option per the wiki page
that is correct, remote debuggin port is something different than port where dirac agent is listening, long read: https://github.com/binaryage/dirac/blob/master/docs/about-repls.md
the error I'm getting now when I attempt to start dirac is Cannot attach Dirac DevTools. Likely cause: another instance of DevTools is already attached. target-url=
if I take out the asset-path option from compiler-options though, the js itself can't be served properly
I’ve also seen this first time running after Dirac 0.8.0 upgrade:
12:47:53.599 [async-dispatch-2] ERROR dirac.lib.nrepl-tunnel-server - [NREPLTunnelServer#1 of [NREPLTunnel#1]] Received a bootstrap timeout from client [WebSocketServerClient#1] :
{:op :bootstrap-timeout}
Refreshed the page and now it is working fine.