analytics.home-assistant.io
analytics.home-assistant.io copied to clipboard
analytics.home-assistant.io is down
I hope this is the correct place, but for me analytics.home-assistant.io is down.
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Connection: keep-alive
Host: analytics.home-assistant.io
User-Agent: HTTPie/3.2.4
http: error: ConnectionError: HTTPConnectionPool(host='analytics.home-assistant.io', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x102386f90>: Failed to establish a new connection: [Errno 61] Connection refused')) while doing a GET request to URL: http://analytics.home-assistant.io/
You need to use HTTPS not HTTP.
Thanks for the hint. I am using HTTPS (updated the TS to show this), in the browser it is also down.
Does the HTTPS link work for you then? https://analytics.home-assistant.io/
Interestingly https://home-assistant-analytics.netlify.app/ works. Is a redirect misconfigured maybe? Or should the documentation be updated to reflect this other URL?
The page is working. If you have issues, it is locally in your setup. Could potentially be your adblocker, this hostname is in a few popular block lists.
Doh. You're right. My DNS-adblocker is blocking the domain (by returning localhost):
> nslookup analytics.home-assistant.io
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: analytics.home-assistant.io
Address: 127.0.0.1
I'll add it to the whitelist. Thanks a lot!
Edit: Solved. It works now for me.