Fork me on GitHub
#dirac
<
2016-11-09
>
adamfrey15:11:29

my chrome canary version is now 56.0.2914.0 on macOS and my dirac extension version is 0.8.2 and I’m still getting:

Uncaught TypeError: Cannot read property 'addExtensions' of undefined

darwin15:11:12

@adamfrey where do you see that error? in internal devtools console when you open it on your page?

adamfrey15:11:31

no in my terminal when I run canary command

darwin15:11:00

can you confirm this message is not there when you disable dirac extension and try to open your page

adamfrey15:11:38

ok just a sec.

adamfrey15:11:03

Also even with that error, I do have a CLJS repl through dirac working for the first time

adamfrey15:11:22

when I disable the Dirac extension the error is NOT there

darwin15:11:13

do you use any “devtools extensions”?

darwin15:11:43

not sure if that addExtension is related to general chrome extension or devtools extensions (like react devtools)

darwin15:11:55

is there any file/line info?

adamfrey15:11:25

no, I’m using a bare user-data-dir, so there are no other extensions.

"Uncaught TypeError: Cannot read property 'addExtensions' of undefined", source:  (67)

darwin15:11:39

I think we can safely ignore that, maybe I should create an empty window.WebInspector in dirac devtools

darwin15:11:53

maybe this exists for some reason in embedded devtools, but not in dirac devtools fork

darwin15:11:15

will look if I can reproduce it with dirac-sample

darwin15:11:41

yes, I have the same error in my dirac-sample chrome canary log

darwin15:11:51

at this point, I have no idea how is this devtools_compatibility.js used and what is its role

adamfrey16:11:43

Just starting out, but dirac’s working great for me now. Thanks for all your work on it.