analytics.home-assistant.io icon indicating copy to clipboard operation
analytics.home-assistant.io copied to clipboard

analytics.home-assistant.io is down

Open TimSoethout opened this issue 8 months ago • 1 comments
trafficstars

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/

TimSoethout avatar Mar 24 '25 19:03 TimSoethout

You need to use HTTPS not HTTP.

ludeeus avatar Mar 26 '25 08:03 ludeeus

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/

TimSoethout avatar Apr 13 '25 18:04 TimSoethout

Interestingly https://home-assistant-analytics.netlify.app/ works. Is a redirect misconfigured maybe? Or should the documentation be updated to reflect this other URL?

TimSoethout avatar Apr 13 '25 18:04 TimSoethout

image

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.

ludeeus avatar Apr 13 '25 18:04 ludeeus

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.

TimSoethout avatar Apr 13 '25 19:04 TimSoethout