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 puppeteer-cluster, I've discovered that errors thrown within the Worker class, specifically the throw new Error('Unable to get browser page') error, are not being caught. This appears to be due to a lack of proper error handling in the worker.handle method.
The text was updated successfully, but these errors were encountered:
When using puppeteer-cluster, I've discovered that errors thrown within the Worker class, specifically the
throw new Error('Unable to get browser page')
error, are not being caught. This appears to be due to a lack of proper error handling in theworker.handle
method.The text was updated successfully, but these errors were encountered: