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

Page crashed #5

Open
roccomuso opened this issue Oct 5, 2017 · 3 comments
Open

Page crashed #5

roccomuso opened this issue Oct 5, 2017 · 3 comments

Comments

@roccomuso
Copy link

I'm having this error while trying to execute the example:

Error running your code. Error: Page crashed!

@ebidel
Copy link
Owner

ebidel commented Oct 6, 2017

Can you post the code you were running? Sometimes the VMs also get in a bad state (run out of memory). I need to come up with a solution to automatically restart them if mem usage gets to high.

@roccomuso
Copy link
Author

It was the default code on the demo website:

const browser = await puppeteer.launch();

const page = await browser.newPage();
await page.goto('https://example.com');

console.log(await page.content());
await page.screenshot({path: 'screenshot.png'});

await browser.close();

@entrptaher
Copy link

Same here. Either crashed, or timeout.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants