Just updated to 0.103.6 and now can’t connect to the Playstation 4 integration. The log is showing the following;
Tue Jan 07 2020 12:46:01 GMT+0000 (Greenwich Mean Time)
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.
Was working fine before upgrade. I’m running Hass.io on a Pi.