Hi, with Dirac 1.2.4 and Chrome 60.0.3076.0 I am getting Internal Dirac Error: TypeError: target.renderingAgent is not a function, should I create issue, or is it some problem on my side?
@pepe open an issue, and include full call stack if possible
btw. @onetom just reported something here: https://github.com/binaryage/dirac-sample/issues/3
yeah, sounds like the same issue
btw, it's possible to report issues on slack automatically. who has access to such config on this slack team?
btw. tests passed for .3076: https://travis-ci.org/binaryage/dirac/builds/223805724
is canary still a requirement? can't we use a beta channel version? or is it possible to manually controll the canary update frequency?
betas are several weeks behind chromium master, that would be a problem for me to track
you can download chromium for your platform from “Rolling DevTools” section
but I’m going to investigate it right now, if it is reproducible here, there is a good chance I will fix it and release a new version right away
ok, it is reproducible here - this looks like a major change in the debugger protocol api
Yeah, same thing as @onetom
Great @darwin, thank you very much
for now you can work around it by disabling “Use backend-supported API & CSS” in Dirac Extension Options
<chrome://extensions/?options=kbkdngfljkchidcjpnfcgcokkbhlkogi>
it will still spit some error, but it seems to work, at least REPL
Yes it works. Thank you
interesting enough this problem is only reproducible on 60.0.3076.0/Mac on Linux it works
this is some kind of mis-match of the debugger protocol API, Mac version does not provide some functions which should be there
ok, for some reason they renamed “Rendering” group of protocol APIs to “Overlay”, but this is not reflected in latest devtools sources and even not in chromium master. It smells like some private changes which got into 3076/Mac.
might be reverted by tomorrow or the day after then.