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
We have received some reports about the error thrown Target.setDiscoverTargets by Puppeteer. We can try to improve making connection to the spawned Chrome.
Possible workarounds
If failed making connection with Chrome in pipe: true option, we can try to launch Chrome again with pipe: false for making connection through WebSocket instead of pipe.
The text was updated successfully, but these errors were encountered:
yhatt
changed the title
Improve reliability to connect to Chrome process
Improve reliability of connection to Chrome process
Oct 25, 2021
It would be included in the next patch release that will be shipped in a month a week. A monthly patch for Marp CLI is just delayed now because I'm currently working on Marpit v3 and Marp Core v3.
Related: marp-team/marp#165, marp-team/marp#198, puppeteer/puppeteer#6258
We have received some reports about the error thrown
Target.setDiscoverTargets
by Puppeteer. We can try to improve making connection to the spawned Chrome.Possible workarounds
pipe: true
option, we can try to launch Chrome again withpipe: false
for making connection through WebSocket instead of pipe.The text was updated successfully, but these errors were encountered: