Getting the following error after upgrade to Home Assistant Core 2024.7.0
Logger: homeassistant.components.media_player
Source: helpers/entity_platform.py:364
integration: Media player (documentation, issues)
First occurred: 1:22:25 PM (2 occurrences)
Last logged: 1:22:25 PM
Error while setting up linkplay platform for media_player
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 364, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/linkplay/media_player.py", line 276, in async_setup_platform
linkplay = LinkPlayDevice(name,
^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/linkplay/media_player.py", line 314, in init
self._factory = UpnpFactory(requester, disable_unknown_out_argument_error=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: UpnpFactory.init() got an unexpected keyword argument 'disable_unknown_out_argument_error'
Getting the following error after upgrade to Home Assistant Core 2024.7.0
Logger: homeassistant.components.media_player Source: helpers/entity_platform.py:364 integration: Media player (documentation, issues) First occurred: 1:22:25 PM (2 occurrences) Last logged: 1:22:25 PM
Error while setting up linkplay platform for media_player Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 364, in _async_setup_platform await asyncio.shield(awaitable) File "/config/custom_components/linkplay/media_player.py", line 276, in async_setup_platform linkplay = LinkPlayDevice(name, ^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/linkplay/media_player.py", line 314, in init self._factory = UpnpFactory(requester, disable_unknown_out_argument_error=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: UpnpFactory.init() got an unexpected keyword argument 'disable_unknown_out_argument_error'
Rolling back to 2024.6.4 resolves the issue