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

fix(🐛): upgrade puppeteer to try fixing page crashes #539

Merged
merged 2 commits into from
Aug 3, 2020

Conversation

wwilsman
Copy link
Contributor

@wwilsman wwilsman commented Jul 31, 2020

There have been a few reports of Puppeteer page crashes that might possibly be related to a recent Puppeteer upgrade. Rather than downgrade back to 2.x again, let's first try upgrading to 5.x 🤞

Update: The revisions of Chromium included with puppeteer since 5.0.0 seem to have issues with woff2 requests. Need to investigate further before upgrading to the latest version to see if it's a breaking change or a bug. For now, puppeteer has been pinned to 5.0.0.

It isn't gauranteed that this will prevent page crashes, but it's worth a shot. If this doesn't fix
the issue, then we might need to consider downgrading back to Puppeteer 2.x
@wwilsman wwilsman requested a review from Robdel12 July 31, 2020 15:47
Copy link
Contributor

@Robdel12 Robdel12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏁 I'm hopeful, but skeptical. I have a feeling the memory issues are coming with the version of Chrome rather than the version of Puppeteer API (probably not a CDP issue, but an issue with the browser).

ANYWAYS, 🤞

Related issue/comment: puppeteer/puppeteer#1321 (comment)

The revisions of Chromium included with puppeteer since 5.0.0 seem to have issues with woff2
requests. Need to investegate further before upgrading to the latest version to see if it's a
breaking change or a bug.
@wwilsman wwilsman merged commit cf33170 into master Aug 3, 2020
@delete-merged-branch delete-merged-branch bot deleted the ww/upgrade-puppeteer branch August 3, 2020 16:01
djones pushed a commit that referenced this pull request Aug 3, 2020
# [1.0.0](v0.27.2...v1.0.0) (2020-08-03)

### Bug Fixes

* **🐛:** upgrade puppeteer to try fixing page crashes ([#539](#539)) ([cf33170](cf33170))

### BREAKING CHANGES

* **🐛:** or a bug.
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

Successfully merging this pull request may close these issues.

2 participants