I updated HA from version 0.95 to 0.115.2, so quite a huge jump. Update reason was I wanted to integrate Playstation 4 into HA, and I was getting an error during configuration at last step.
After upragde configuration went smoothly and I got Home_Assistant as connected device on my PS4, however I’m still getting an another error in HA.
Home assistant version: 0.115.2
Operating system: Windows 10
Python version: 3.7.3
Log with error:
2020-09-23 14:13:55 ERROR (MainThread) [homeassistant.setup] Error during setup of component ps4
Traceback (most recent call last):
File "C:\Program Files\Python37\lib\site-packages\homeassistant\setup.py", line 213, in _async_setup_component
result = await task
File "C:\Program Files\Python37\lib\site-packages\homeassistant\components\ps4\__init__.py", line 56, in async_setup
transport, protocol = await async_create_ddp_endpoint()
File "C:\Users\sybej\AppData\Roaming\.homeassistant\deps\Python37\site-packages\pyps4_2ndscreen\ddp.py", line 208, in async_create_ddp_endpoint
transport, protocol = await loop.create_task(connect)
File "C:\Program Files\Python37\lib\asyncio\base_events.py", line 1250, in create_datagram_endpoint
sock, protocol, r_addr, waiter)
File "C:\Program Files\Python37\lib\asyncio\base_events.py", line 447, in _make_datagram_transport
raise NotImplementedError
NotImplementedError