Fork me on GitHub
#dirac
<
2016-02-08
>
danielgrosse08:02:32

Hello, just trying to get to run. Actually the dirac tools show me this error: VM1571:1 Unable to resolve backend-url for Dirac DevTools. target-url=, tab-url=

darwin12:02:04

@danielgrosse: did you manage to fix it? are you running latest chrome canary with --remote-debugging-port=9222 enabled?

danielgrosse13:02:55

Yeah, I used a new Workspace. The error occured in my existing workspace. So maybe a conflict with another plugin. I didn't had the time to dig deeper.

danielgrosse13:02:07

Unfortunately, im not able to use the repl in the dev tools. When I try (+ 1 1) the error

Uncaught SyntaxError: Unexpected number
    at Object.InjectedScript._evaluateOn (<anonymous>:871:140)
    at Object.InjectedScript._evaluateAndWrap (<anonymous>:811:34)
    at Object.InjectedScript.evaluate (<anonymous>:667:21)
occurs

darwin14:02:39

@danielgrosse: you didn’t switch to CLSJ REPL prompt, you entered (+ 1 1) into normal JS console prompt

darwin14:02:55

use page-up or page-down to switch between those two

darwin14:02:27

also I think your previous problem was caused by having internal chrome devtools opened in the page

darwin14:02:49

there can be only one debugging protocol connection

darwin14:02:06

I have to test that scenario and maybe provide a better error message

danielgrosse14:02:13

Okay. thank you. Maybe I should read the description more carefully.