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

Error message #54

Open
WGrav01 opened this issue May 9, 2022 · 1 comment
Open

Error message #54

WGrav01 opened this issue May 9, 2022 · 1 comment

Comments

@WGrav01
Copy link

WGrav01 commented May 9, 2022

(node:11416) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use node-x64 --trace-warnings ... to show where the warning was created)
{"code":400,"error":"Poorly formatted request","location":"NOT LEAKING MY LOCATION"}

@jetblackrx89
Copy link

I think this can be fixed either in the Widget or in Uebersicht itself. I posted about this here:

felixhageloh/uebersicht#478

The fix is to just change line 4 of get-weather.js to:

process.env.NODE_TLS_REJECT_UNAUTHORIZED = 1;

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