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

Help to debug needed #4

Closed
rklueber opened this issue Jan 2, 2021 · 2 comments
Closed

Help to debug needed #4

rklueber opened this issue Jan 2, 2021 · 2 comments

Comments

@rklueber
Copy link

rklueber commented Jan 2, 2021

Hello,

thanks for this work. I was able to jailbrake my kindle which was a long way. No I am strugglong with what I thought will be a walk in the park. I get the following error message.

Can someone point me into the right direction for trouble shooting ...

> hass-lovelace-kindle-screensaver@1.0.0 start /app
> node index.js

Starting browser...
Adding authentication entry to browser's local storage...
(node:285) UnhandledPromiseRejectionWarning: Error: net::ERR_SSL_PROTOCOL_ERROR at https://10.0.10.8:8123
    at navigate (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:115:23)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async FrameManager.navigateFrame (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:90:21)
    at async Frame.goto (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:417:16)
    at async Page.goto (/app/node_modules/puppeteer/lib/cjs/puppeteer/common/Page.js:784:16)
    at async /app/index.js:31:3
(node:285) 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:285) [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.
@rklueber rklueber closed this as completed Jan 2, 2021
@sibbl
Copy link
Owner

sibbl commented Jan 2, 2021

You probably want to configure http instead of https in front of your 10.0.10.8 IP.

@rklueber
Copy link
Author

rklueber commented Jan 3, 2021

Hi, thanks for coming back. That's what I found out yesterday and thus closed the topic. Sorry to bother you.

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

2 participants