stock-checker icon indicating copy to clipboard operation
stock-checker copied to clipboard

Not sure if error is something I can ignore or should address...

Open EYEBB opened this issue 5 years ago • 0 comments

(Fresh micro centos 7 GCP server, docker installed, docker running as non-root user)

After populating config.json, and site.json (copied usa rtx3080 template) built the docker container ran the contain and get the following output:

[rtx_hunter@rtx-hunting stock-checker]$ docker run stock-checker (node:1) UnhandledPromiseRejectionWarning: TimeoutError: Navigation timeout of 30000 ms exceeded at /app/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:106:111 (Use node --trace-warnings ...to show where the warning was created) (node:1) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag--unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:1) [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.

Not sure if this isn't just a bad url I need to update in sites.json or something else. Apologies if I'm not providing something else that's needed, or if I'm missing something obvious as while I'm so-so with centos/docker/linux but my node.js is infantile. I also attempted to fire it up as non-headless (headless = false) thinking that I'd see more details however a different error pops up for that, I can retrace those steps if interested in that issue.

And awesome work! If/when I get an FE '80, I'm sending you 100 bucks!

EYEBB avatar Mar 05 '21 01:03 EYEBB