@Ktnrg45 i have added all files and change the config_entries.py, the PlayStation 4 integration is available in dashboard but when i click it, only what i see is ācolorā circle spinning.
I have HA in docker (Synology NAS).
Any suggestion?
OK, i have error log:
2019-02-12 19:33:26 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File ā/config/deps/lib/python3.6/site-packages/pyps4_homeassistant/helpers.pyā, line 51, in port_bind
sock.bind((ā0.0.0.0ā, port))
OSError: [Errno 98] Address already in use
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
File "/usr/src/app/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware
return await handler(request)
File "/usr/src/app/homeassistant/components/http/ban.py", line 67, in ban_middleware
return await handler(request)
File "/usr/src/app/homeassistant/components/http/auth.py", line 99, in auth_middleware
return await handler(request)
File "/usr/src/app/homeassistant/components/http/view.py", line 118, in handle
result = await result
File "/usr/src/app/homeassistant/components/config/config_entries.py", line 111, in post
return await super().post(request)
File "/usr/src/app/homeassistant/components/http/data_validator.py", line 47, in wrapper
result = await method(view, request, *args, **kwargs)
File "/usr/src/app/homeassistant/helpers/data_entry_flow.py", line 57, in post
handler, context={'source': config_entries.SOURCE_USER})
File "/usr/src/app/homeassistant/data_entry_flow.py", line 64, in async_init
return await self._async_handle_step(flow, flow.init_step, data)
File "/usr/src/app/homeassistant/data_entry_flow.py", line 98, in _async_handle_step
result = await getattr(flow, method)(user_input) # type: Dict
File "/usr/src/app/homeassistant/components/ps4/config_flow.py", line 41, in async_step_user
failed = await self.hass.async_add_executor_job(helper.port_bind)
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/deps/lib/python3.6/site-packages/pyps4_homeassistant/helpers.py", line 54, in port_bind
raise pyps4.errors.PortBindError
pyps4_homeassistant.errors.PortBindError