@Ktnrg45
I have tried to setup this integration but I get this error in log:
Logger: aiohttp.server
Source: components/ps4/config_flow.py:71
First occurred: 11:49:02 PM (1 occurrences)
Last logged: 11:49:02 PM
Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
return await handler(request)
File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 123, in handle
result = await result
File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 163, in post
return await super().post(request, flow_id)
File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 50, in wrapper
result = await method(view, request, *args, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 92, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 130, in async_configure
result = await self._async_handle_step(flow, cur_step["step_id"], user_input)
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 172, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File "/usr/src/homeassistant/homeassistant/components/ps4/config_flow.py", line 71, in async_step_creds
self.helper.get_creds, DEFAULT_ALIAS
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/pyps4_2ndscreen/helpers.py", line 81, in get_creds
return credentials.listen()
File "/usr/local/lib/python3.7/site-packages/pyps4_2ndscreen/credential.py", line 102, in listen
socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
OSError: [Errno 9] Bad file descriptor
Iām running latest version 0.107.7 and hassio on rpi. I donāt see anything in PS4 2nd screen app (i can control PS4 from app). Can you help me please?
EDIT: also one more thing, I canāt seem to have that refresh devices button in 2nd screen app, when I tap on three dots there is only help and settings buttons. there is no refresh button in none of those two either.
Thanks