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

puppeteer crashes take down the app #161

Open
josephfrazier opened this issue Mar 1, 2019 · 2 comments
Open

puppeteer crashes take down the app #161

josephfrazier opened this issue Mar 1, 2019 · 2 comments

Comments

@josephfrazier
Copy link
Owner

See puppeteer/puppeteer#1401
and https://reportedcab.slack.com/messages/C85007FUY/p1551452654024100

@josephfrazier
Copy link
Owner Author

I'm hoping #165 fixed this, closing until there's another report

@josephfrazier
Copy link
Owner Author

josephfrazier commented Jul 2, 2019

Seems like this isn't working, see https://reportedcab.slack.com/archives/C85007FUY/p1562046474123700?thread_ts=1562036020.122300&cid=C85007FUY

2019-07-02T02:36:22.711567+00:00 app[web.1]: { error:
2019-07-02T02:36:22.711579+00:00 app[web.1]: Error: Evaluation failed: TypeError: Cannot read property 'click' of null
2019-07-02T02:36:22.711581+00:00 app[web.1]: at __puppeteer_evaluation_script__:1:48
2019-07-02T02:36:22.711584+00:00 app[web.1]: at ExecutionContext.evaluateHandle (/app/node_modules/puppeteer/lib/ExecutionContext.js:98:13)
2019-07-02T02:36:22.711585+00:00 app[web.1]: at process._tickCallback (internal/process/next_tick.js:68:7) }
2019-07-02T02:36:22.759879+00:00 app[web.1]: Unhandled Rejection at: Promise {
2019-07-02T02:36:22.759884+00:00 app[web.1]: <rejected> Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
2019-07-02T02:36:22.759887+00:00 app[web.1]: at ServerResponse.setHeader (_http_outgoing.js:470:11)
2019-07-02T02:36:22.759889+00:00 app[web.1]: at ServerResponse.header (/app/node_modules/express/lib/response.js:767:10)
2019-07-02T02:36:22.759891+00:00 app[web.1]: at ServerResponse.send (/app/node_modules/express/lib/response.js:170:12)
2019-07-02T02:36:22.759893+00:00 app[web.1]: at ServerResponse.json (/app/node_modules/express/lib/response.js:267:15)
2019-07-02T02:36:22.759895+00:00 app[web.1]: at /tmp/build_1ede1ec6750aea9c1e09c1d539e16949/src/server.js:113:32
2019-07-02T02:36:22.759907+00:00 app[web.1]: at process._tickCallback (internal/process/next_tick.js:68:7) } reason: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
2019-07-02T02:36:22.759909+00:00 app[web.1]: at ServerResponse.setHeader (_http_outgoing.js:470:11)
2019-07-02T02:36:22.759911+00:00 app[web.1]: at ServerResponse.header (/app/node_modules/express/lib/response.js:767:10)
2019-07-02T02:36:22.759913+00:00 app[web.1]: at ServerResponse.send (/app/node_modules/express/lib/response.js:170:12)
2019-07-02T02:36:22.759915+00:00 app[web.1]: at ServerResponse.json (/app/node_modules/express/lib/response.js:267:15)
2019-07-02T02:36:22.759917+00:00 app[web.1]: at /tmp/build_1ede1ec6750aea9c1e09c1d539e16949/src/server.js:113:32
2019-07-02T02:36:22.759919+00:00 app[web.1]: at process._tickCallback (internal/process/next_tick.js:68:7)
2019-07-02T02:36:22.845795+00:00 heroku[web.1]: State changed from up to crashed

@josephfrazier josephfrazier reopened this Jul 2, 2019
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

1 participant