This repository has been archived by the owner on May 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 371
[SEVERE] The communication with Chromium are disconnected after 20 seconds. #159
Comments
PCXDME
added a commit
to PCXDME/pyppeteer
that referenced
this issue
Nov 6, 2018
…d after 20 seconds. miyakogi#159
Related to #158 I think |
Confirming issue and fix, thanks for that! |
Will this be part of a release? |
Hi, Is this going to be addressed in future releases? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The connection/communication with Chromium are disconnected after 20 seconds.
So if you do something after 20 seconds, app will crash.
This will fail.
Solution:
https://github.com/miyakogi/pyppeteer/blob/master/pyppeteer/connection.py#L43
The websockets.client.connect should be called with these parameters.
ping_interval=None
ping_timeout=None
This is fixed in https://github.com/pyppeteer/pyppeteer2
See #160 (comment)
The text was updated successfully, but these errors were encountered: