Protokolldetails ( ERROR )
Wed Jan 08 2020 18:52:01 GMT+0100 (Mitteleuropäische Normalzeit)
Error during setup of component ps4
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 172, in _async_setup_component
hass, processed_config
File "/usr/src/homeassistant/homeassistant/components/ps4/__init__.py", line 56, in async_setup
transport, protocol = await async_create_ddp_endpoint()
File "/usr/local/lib/python3.7/site-packages/pyps4_2ndscreen/ddp.py", line 130, in async_create_ddp_endpoint
transport, protocol = await loop.create_task(connect)
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1211, in create_datagram_endpoint
raise ValueError("Passing `reuse_address=True` is no "
ValueError: Passing `reuse_address=True` is no longer supported, as the usage of SO_REUSEPORT in UDP poses a significant security concern
This change has not been made in the main release branch yet, so you can either hold on or update the pyps4-2ndscreen package yourself if your setup allows.