core: Upnp error with AVM Fritz Box
The problem
upnp
integration is reporting error in lovelace (and there actually is an error in the log) but everything seems to be working properly
What is version of Home Assistant Core has the issue?
core-2021.7.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
upnp
Link to integration documentation on our website
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
2021-07-17 17:22:29 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry FRITZ!Box 7530 for upnp
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 293, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/upnp/__init__.py", line 141, in async_setup_entry
await device.async_start()
File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 118, in async_start
await self._device_updater.async_start()
File "/usr/local/lib/python3.9/site-packages/async_upnp_client/device_updater.py", line 41, in async_start
await self._listener.async_start()
File "/usr/local/lib/python3.9/site-packages/async_upnp_client/advertisement.py", line 77, in async_start
sock.bind(target)
OSError: [Errno 98] Address in use
### Additional information
_No response_
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 28 (27 by maintainers)
Please create a new issue.
@maxcanna