Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnhandledPromiseRejectionWarning: Error: Page crashed! #39

Open
DesignyourCode opened this issue Nov 11, 2019 · 0 comments
Open

UnhandledPromiseRejectionWarning: Error: Page crashed! #39

DesignyourCode opened this issue Nov 11, 2019 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@DesignyourCode
Copy link

Hi,

Thank you for the awesome package. This has been great so far.

I have encountered an issue on a production server: UnhandledPromiseRejectionWarning: Error: Page crashed! which is coming from Puppeteer.

From what I have read, the code below would help mitigate the issue, but I am not sure how to implement this with capture-website:

page.on('error', error => reject(error));

Could you point me in the right direction please?

@sindresorhus sindresorhus added bug Something isn't working help wanted Extra attention is needed labels Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants