alekzonder / docker-puppeteer

docker image with Google Puppeteer installed
https://hub.docker.com/r/alekzonder/puppeteer/
MIT License
485 stars 138 forks source link

Error: net::ERR_FAILED at https://www.google.com/ #45

Open sxiii opened 4 years ago

sxiii commented 4 years ago

root@test:~/test# node index.js
(node:10397) UnhandledPromiseRejectionWarning: Error: net::ERR_FAILED at https://www.google.com/ at navigate (/home/s/node_modules/puppeteer/lib/FrameManager.js:120:37) at process._tickCallback (internal/process/next_tick.js:68:7) -- ASYNC -- at Frame. (/home/s/node_modules/puppeteer/lib/helper.js:111:15) at Page.goto (/home/s/node_modules/puppeteer/lib/Page.js:670:49) at Page. (/home/s/node_modules/puppeteer/lib/helper.js:112:23) at /home/s/test/index.js:14:16 at process._tickCallback (internal/process/next_tick.js:68:7) (node:10397) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:10397) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.