dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
adamfrey 2016-11-09T15:16:29.002611Z

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

2016-11-09T15:17:12.002612Z

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

adamfrey 2016-11-09T15:17:31.002613Z

no in my terminal when I run canary command

2016-11-09T15:18:00.002614Z

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

adamfrey 2016-11-09T15:18:38.002615Z

ok just a sec.

adamfrey 2016-11-09T15:19:03.002616Z

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

2016-11-09T15:19:18.002618Z

good

adamfrey 2016-11-09T15:20:22.002619Z

when I disable the Dirac extension the error is NOT there

adamfrey 2016-11-09T15:20:29.002621Z

sorry edit

adamfrey 2016-11-09T15:20:45.002622Z

not there

2016-11-09T15:21:13.002623Z

do you use any “devtools extensions”?

2016-11-09T15:21:43.002624Z

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

2016-11-09T15:21:55.002625Z

is there any file/line info?

adamfrey 2016-11-09T15:22:25.002626Z

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

"Uncaught TypeError: Cannot read property 'addExtensions' of undefined", source: <chrome-devtools://devtools/bundled/devtools_compatibility.js> (67)

2016-11-09T15:25:39.002628Z

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

2016-11-09T15:25:53.002629Z

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

2016-11-09T15:26:15.002630Z

will look if I can reproduce it with dirac-sample

2016-11-09T15:26:41.002631Z

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

2016-11-09T15:27:51.002632Z

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

adamfrey 2016-11-09T16:46:43.002641Z

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

2016-11-09T16:46:51.002642Z

thanks