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
When using the puppeteer option headless=chrome (This is needed to be able to run extensions headlessly) puppeteer cluster fails to launch the browser process. This happens when the browser needs to respawned.
I get the exception:
Error: Unable to launch browser for worker, error message: Failed to launch the browser process!
Failed to create SingletonLock: File exists (17)
If I remove the SingletonLock file the browser will launch but fails again whenever the browser needs to be respawned. Please can you help? How do I run puppeteer cluster with headless=chrome?
The text was updated successfully, but these errors were encountered:
When using the puppeteer option headless=chrome (This is needed to be able to run extensions headlessly) puppeteer cluster fails to launch the browser process. This happens when the browser needs to respawned.
I get the exception:
Error: Unable to launch browser for worker, error message: Failed to launch the browser process!
Failed to create SingletonLock: File exists (17)
If I remove the SingletonLock file the browser will launch but fails again whenever the browser needs to be respawned. Please can you help? How do I run puppeteer cluster with headless=chrome?
The text was updated successfully, but these errors were encountered: