-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[BUG] statusCheck on specific URL returns ENOTFOUND error #251
Comments
Heya, So part of this is my fault, I just realized that there's an error I made in the docs (fixed it now in 8d8a362) - I recently renamed the Do you think you could try manually checking the status again, and share the output for a known online site (like Google), and then also for your local site, e.g: Is it only this one app that's not working, or everything? Do you have any custom authentication service sitting in front of your Home Assistant? And is it a self-signed certificate, or non-SSL? |
Possibly try adding a trailing slash? Browsers are pretty good at resolving websites in any format, but Node.js is less so. I've tried everything to recreate this on my home assistant service, but with no luck. If the endpoint is working with Postman, then it's not an issue with the server, and most likely something in your config. So I'm not sure that there's much more I can do to help with this. |
|
Nice, glad you got it working :) |
I have the same problem. I put direct address in status check url, but it is the same error |
Environment
Self-Hosted (Docker)
Version
1.8.3
Describe the problem
statusCheckUrl: http://homeassistant.local:4357/
returns
Service Unavailable: homeassistant.local resulted in ENOTFOUND (-3008)
I was unable to manually check the ping command using my local dashy instance
http://192.168.1.190:8080/ping?url=https%3A%2F%2Fgoogle.com
returns
Cannot GET /ping
Not sure if it's not parsing my URL correctly and/or I'm not manually testing the ping command properly to see the problem.
Additional info
Please tick the boxes
The text was updated successfully, but these errors were encountered: