Home Assistent Update 103.6 PS4 Problem

Here is my Log

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

Same issue here after updating Hassio to 0.103.6.
My PS4 component cannot be setup. Here is the notification I receive at startup:

Invalid config

The following components and platforms could not be set up:

Please check your config.

The log gives the same error as reported by Johann.
Is it possible to fix it without resetuping the PS4 in Hass.io ?

Looks like this issue has been fixed in Dev: https://github.com/home-assistant/home-assistant/pull/30327

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.

1 Like

It should be fixed in 0.104, which will be officially released on January 15.
https://rc--home-assistant-docs.netlify.com/blog/2020/01/08/release-104/
For now, I downgraded to 0.103.5 with the following command:
hassio homeassistant update --version=0.103.5

thanks, i have override the files from github in pyps4_2ndscreen folder, and it works! :wink: