Home Assistant builtin integration doesnt work (PhilipsTV)

Use latest HA in VMWare and cannot use builtin Philips TV integration with my 42PUS7809 (API v1)
Its added, but cant manage it and see status:

Logger: homeassistant.components.philips_js
Source: components/philips_js/__init__.py:180
Integration: Philips TV (documentation, issues)
First occurred: 13:51:51 (1 occurrences)
Last logged: 13:51:51

Unexpected error fetching philips_js data:
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/httpx/_transports/default.py", line 61, in map_httpcore_exceptions
    yield
  File "/usr/local/lib/python3.9/site-packages/httpx/_transports/default.py", line 281, in handle_async_request
    ) = await self._pool.handle_async_request(
  File "/usr/local/lib/python3.9/site-packages/httpcore/_async/connection_pool.py", line 234, in handle_async_request
    response = await connection.handle_async_request(
  File "/usr/local/lib/python3.9/site-packages/httpcore/_async/connection.py", line 148, in handle_async_request
    return await self.connection.handle_async_request(
  File "/usr/local/lib/python3.9/site-packages/httpcore/_async/http11.py", line 128, in handle_async_request
    ) = await self._receive_response(timeout)
  File "/usr/local/lib/python3.9/site-packages/httpcore/_async/http11.py", line 189, in _receive_response
    event = await self._receive_event(timeout)
  File "/usr/local/lib/python3.9/site-packages/httpcore/_async/http11.py", line 225, in _receive_event
    data = await self.socket.read(self.READ_NUM_BYTES, timeout)
  File "/usr/local/lib/python3.9/site-packages/httpcore/_backends/anyio.py", line 63, in read
    raise ReadTimeout from None
httpcore.ReadTimeout

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/haphilipsjs/__init__.py", line 494, in getReq
    resp = await self.session.get(self._url(path))
  File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1740, in get
    return await self.request(
  File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1494, in request
    response = await self.send(
  File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1586, in send
    response = await self._send_handling_auth(
  File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1616, in _send_handling_auth
    response = await self._send_handling_redirects(
  File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1655, in _send_handling_redirects
    response = await self._send_single_request(request, timeout)
  File "/usr/local/lib/python3.9/site-packages/httpx/_client.py", line 1699, in _send_single_request
    ) = await transport.handle_async_request(
  File "/usr/local/lib/python3.9/site-packages/httpx/_transports/default.py", line 276, in handle_async_request
    (
  File "/usr/local/lib/python3.9/contextlib.py", line 137, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/usr/local/lib/python3.9/site-packages/httpx/_transports/default.py", line 78, in map_httpcore_exceptions
    raise mapped_exc(message) from exc
httpx.ReadTimeout

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh
    self.data = await self._async_update_data()
  File "/usr/src/homeassistant/homeassistant/components/philips_js/__init__.py", line 180, in _async_update_data
    await self.api.update()
  File "/usr/local/lib/python3.9/site-packages/haphilipsjs/__init__.py", line 640, in update
    await self.getChannels()
  File "/usr/local/lib/python3.9/site-packages/haphilipsjs/__init__.py", line 700, in getChannels
    r = cast(Optional[ChannelsType], await self.getReq("channels"))
  File "/usr/local/lib/python3.9/site-packages/haphilipsjs/__init__.py", line 507, in getReq
    raise GeneralFailure(err) from err
haphilipsjs.GeneralFailure

Статус системы

Версия core-2021.10.6
Тип установки Home Assistant OS
Среда разработки false
Supervisor true
Docker true
Пользователь root
Виртуальное окружение false
Версия Python 3.9.7
Семейство операционных систем Linux
Версия операционной системы 5.10.75
Архитектура ЦП x86_64
Часовой пояс Europe/Moscow

what cen i do for make it working? How can I in HA OS check python packages version?
Is i saw, thats httpcore bug