core: UPnP: continious errors in logs
The problem
I have these errors every minute:
2022-06-25 19:59:04 ERROR (MainThread) [async_upnp_client.ssdp] Received error: [Errno 101] Network unreachable, transport: <_SelectorDatagramTransport fd=16 read=polling write=<idle, bufsize=0>>
2022-06-25 20:01:04 ERROR (MainThread) [async_upnp_client.ssdp] Received error: [Errno 101] Network unreachable, transport: <_SelectorDatagramTransport fd=16 read=polling write=<idle, bufsize=0>>
2022-06-25 20:03:04 ERROR (MainThread) [async_upnp_client.ssdp] Received error: [Errno 101] Network unreachable, transport: <_SelectorDatagramTransport fd=16 read=polling write=<idle, bufsize=0>>
2022-06-25 20:05:04 ERROR (MainThread) [async_upnp_client.ssdp] Received error: [Errno 101] Network unreachable, transport: <_SelectorDatagramTransport fd=16 read=polling write=<idle, bufsize=0>>
2022-06-25 20:07:04 ERROR (MainThread) [async_upnp_client.ssdp] Received error: [Errno 101] Network unreachable, transport: <_SelectorDatagramTransport fd=16 read=polling write=<idle, bufsize=0>>
2022-06-25 20:09:04 ERROR (MainThread) [async_upnp_client.ssdp] Received error: [Errno 101] Network unreachable, transport: <_SelectorDatagramTransport fd=16 read=polling write=<idle, bufsize=0>>
2022-06-25 20:11:04 ERROR (MainThread) [async_upnp_client.ssdp] Received error: [Errno 101] Network unreachable, transport: <_SelectorDatagramTransport fd=16 read=polling write=<idle, bufsize=0>>
Internet connection is OK. UPnP itself seems to be working fine. So the issue is only in the logs?
What version of Home Assistant Core has the issue?
core-2022.6.7
What was the last working version of Home Assistant Core?
core-2022.5.5
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
UPnP
Link to integration documentation on our website
https://www.home-assistant.io/integrations/upnp
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 22 (8 by maintainers)
Yikes! I have not read the current macOS installation instructions for HA in quite a while, but those are much different than what used to be there.
The installation instructions located here are what I have been using with great success:
https://siytek.com/install-home-assistant-on-mac/
Will get back to you soon with some more info on the IPv6 behavior.