-
Notifications
You must be signed in to change notification settings - Fork 371
Running in Travis #60
Comments
Maybe chromium is hanged. Example: Details please see Puppeteer's troubleshooting. I will update readme document later and try to show better error message. |
Thank you, that made the trick: So to summarize: No need for the Travis chrome addon, for xvfb or the libnss3 package. It may be useful to passenv the TRAVIS os environment variable in tox so to change the launch parameters only when testing in Travis. |
Thank you for information. |
I have the same error running it in docker, |
seems like the issue with the chrome binary, adding extra libs in the container seems fix this issue. Add this in the dockerfile:
|
Good day, thanks for the awesome project!
I'm having some problem running it in Travis, and it seems that you succeeded, could you help documenting how to do it?
I've tried several options both from the travis doc and checking other puppeteer configurations but after
[W:pyppeteer.chromium_downloader] chromium extracted to: /home/travis/.pyppeteer/local-chromium/543305
I get a
pyppeteer.errors.BrowserError: Failed to connect to browser port: http://127.0.0.1:39289/json/version
and I'm not sure how to debug it.Do you have any suggestion?
The text was updated successfully, but these errors were encountered: