You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: custom_components.google_home
Source: custom_components/google_home/api.py:479
Integration: Google Home (documentation, issues)
First occurred: 09:30:47 (30 occurrences)
Last logged: 09:30:47
Describe the bug
The integration seems to fail while connecting to my Google mines. It doesn't seem to form the URLs properly when encountering IPv6 addresses.
A manual CURLing with
curl -kv https://[2001:9b1:35f8:3700:4607:bff:feab:9091]:8443/setup/assistant/alarms/volume
seems to connect fine. So the bug is probably in the URL handling where it needs to add [ and ] around the IPv6 address and before the port number.
Version of the integration
If you are unsure about the version check the github release here.
Logs
Logger: custom_components.google_home
Source: custom_components/google_home/api.py:479
Integration: Google Home (documentation, issues)
First occurred: 09:30:47 (30 occurrences)
Last logged: 09:30:47
Request from Kök Mini device error: https://2001:9b1:35f8:3700:4607:bff:feab:9091:8443/setup/assistant/alarms/volume
Request from Kök Mini device error: https://2001:9b1:35f8:3700:4607:bff:feab:9091:8443/setup/assistant/notifications
Request from Husvagn Mini device error: https://2001:9b1:35f8:3700:2f6:20ff:fe46:8f16:8443/setup/assistant/alarms
Request from Husvagn Mini device error: https://2001:9b1:35f8:3700:2f6:20ff:fe46:8f16:8443/setup/assistant/alarms/volume
Request from Husvagn Mini device error: https://2001:9b1:35f8:3700:2f6:20ff:fe46:8f16:8443/setup/assistant/notifications
The text was updated successfully, but these errors were encountered: