segmentio / daydream

A chrome extension to record your actions into a nightmare or puppeteer script
https://open.segment.com
2.77k stars 174 forks source link

why can't i see the code being gnereated inside the day dream icon while its working ? #38

Open PManager1 opened 7 years ago

PManager1 commented 7 years ago

First of all, I really really really really really appreciate for building such an awesome tool.

sometimes I don't see the results so question - why can't i see the code being generated inside the day dream icon while its working ? This will help me make sure that the button is clicked , or any other event ?

aghreed commented 7 years ago

I'm seeing an error occurring every time the daydream recording doesn't show the script results.

"Invocation of form runtime.connect(null, ) doesn't match definition runtime.connect(optional string extensionId, optional object connectInfo)" at Object.normalizeArgumentsAndValidate (VM1559 extensions::schemaUtils:112) at Object. (VM1554 extensions::binding:411) at Object. (VM1553 extensions::runtime:56) at Object.handleRequest (VM1554 extensions::binding:63) at Object. (VM1554 extensions::binding:422) at handle (content-script.js:90) at HTMLBodyElement. (content-script.js:70)

I haven't been able to pin down exactly what action I'm taking that is causing the error. Digging into that now.