Hi following this matter, I´ve noticed my cloud is also broken as my spotfy component, found this:
Logs from supervisor:
-01-16 13:19:44 WARNING (MainThread) [hassio.updater] Can't fetch versions from https://s3.amazonaws.com/hassio-version/stable.json: Cannot connect to host s3.amazonaws.com:443 ssl:None [Try again]
19-01-16 13:24:51 ERROR (MainThread) [hassio.api.proxy] Client error on WebSocket API Cannot connect to host 172.30.32.1:8123 ssl:False [Connection refused].
19-01-16 13:21:58 WARNING (MainThread) [hassio.updater] Can't fetch versions from https://s3.amazonaws.com/hassio-version/stable.json: Cannot connect to host s3.amazonaws.com:443 ssl:None [Try again]
my hassio logs:
Unexpected error
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/cloud/iot.py", line 97, in connect
yield from self._handle_connection()
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/cloud/iot.py", line 153, in _handle_connection
yield from hass.async_add_job(auth_api.check_token, self.cloud)
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/cloud/auth_api.py", line 108, in check_token
if cognito.check_token():
File "/usr/local/lib/python3.6/site-packages/warrant/__init__.py", line 260, in check_token
self.renew_access_token()
File "/usr/local/lib/python3.6/site-packages/warrant/__init__.py", line 555, in renew_access_token
AuthParameters=auth_params,
File "/usr/local/lib/python3.6/site-packages/botocore/client.py", line 312, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/usr/local/lib/python3.6/site-packages/botocore/client.py", line 592, in _make_api_call
operation_model, request_dict)
File "/usr/local/lib/python3.6/site-packages/botocore/endpoint.py", line 141, in make_request
Unable to connect to Dark Sky: HTTPSConnectionPool(host='api.darksky.net', port=443): Max retries exceeded with url: /forecast/b5dadd6836074028261ee0e4c44eb2fe/-23.5733,-46.6417?units=si&lang=en (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x728170d0>: Failed to establish a new connection: [Errno -3] Try again',))
Well I see the same here for dark sky, google travel and arlo using duckdns and ssl.
But on another installation, not using duckdns and ssl I dont get the error.
I don´t quite get it it seems some problem with the netwrok comunication, I´ll try to disable duck dns and see if I can get it to work, but in the meantime I realized also that I not receiving any update to make for the 0.85 I´m stuck in the 0.84.6. I´ll really apreciate if someone with more knowledge could help
I´m asking the same thing since I updated to 0.84.6, I´ve tried to return to 0.83 but didn´t work as well, google api, dark sky, spotfy all went down here
Hey this is maybe a coincidence, but since my last HA update to 0.84.6 I have no more web access for components BOM sensor or BOM weather, Pushbullet, and YR.No weather. Sounds very similar as all require web access…
I use both the Dark Sky Sensor and Weather components and I’ve been on 0.84.6 for a while. I also use duckdns and ssl. Dark Sky has been working fine for me. FWIW, I don’t use hass.io; my HA is installed in a Python venv on Raspbian.
I’m wonder if anyone fixed this? I have been experiencing this issue for months now. Google maps, Darksky, etc all fail intermittently. Anything that goes outside of my network, it seems. I even moved Hassio from a RPi to a PC running VirtualBox and it didn’t make a difference.
Did anyone get anywhere with this? My Hassio install has started doing the same (0.96.5). Yesterday it was all external components (Nest, Alpha Stocks, Tuya etc). Today its the stock that doesnt work and I have a bunch of life360 max retries errors (but it seems to be working). Thanks
used to work for me, and not sure why it does work anymore, log shows
2021-08-23 11:22:22 ERROR (SyncWorker_3) [homeassistant.components.darksky.weather] Unable to connect to Dark Sky. HTTPSConnectionPool(host='api.darksky.net', port=443): Max retries exceeded with url: /forecast/**myapikey**/41.5583774,-74.3832916?units=us&lang=en (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5cf1058dc0>: Failed to establish a new connection: [Errno -3] Try again'))
i logged into darksky api and ran the sample worked fine, copied the url from error log and ran it on the browser and it works and gets results,