You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the option "ignoreDefaultArgs: ['--disable-extensions']," does not appear to resolve the problem. Is this issue being addressed or are there any other short term work around?
Adding the option "ignoreDefaultArgs: ['--disable-extensions']," does not appear to resolve the problem. Is this issue being addressed or are there any other short term work around?
The option shoud put into the source of carlo where carlo init the pptr, not the code of yours where init carlo.Carlo doesn't have this option at the moment.
Accoding to some bug/feature in puppeteer, carlo/puppeteer will not launch on win10 sometimes. see: puppeteer/puppeteer#3186
here is how to fix I found:
when launch puppeteer, add an option
ignoreDefaultArgs: ['--disable-extensions'],
topuppeteer.launch
in this linehttps://github.com/GoogleChromeLabs/carlo/blob/master/lib/carlo.js#L619
The text was updated successfully, but these errors were encountered: