Good evening ,
Someone could you help me, understand why I have this error when I restart home assistant?
I’m attaching the error:
Logger: homeassistant
Source: requirements.py:275
First occurred: 5 settembre 2023 alle ore 21:32:55 (4352 occurrences)
Last logged: 20:13:18
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py”, line 95, in async_start
await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async.py", line 185, in gather_with_concurrency
return await gather(
^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/util/async_.py”, line 183, in sem_task
return await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 847, in async_init
flow, result = await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 865, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 967, in async_create_flow
await _load_integration(self.hass, handler_key, self._hass_config)
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 2034, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File “/usr/src/homeassistant/homeassistant/setup.py”, line 420, in async_process_deps_reqs
await requirements.async_get_integration_with_requirements(
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 52, in async_get_integration_with_requirements
return await manager.async_get_integration_with_requirements(domain)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 171, in async_get_integration_with_requirements
await self._async_process_integration(integration, done)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 186, in _async_process_integration
await self.async_process_requirements(
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 246, in async_process_requirements
self._raise_for_failed_requirements(name, missing)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 275, in _raise_for_failed_requirements
raise RequirementsNotFound(integration, [req])
homeassistant.requirements.RequirementsNotFound: Requirements for apple_tv not found: [‘pyatv==0.9.6’].
Thank in advance
Vincenzo