You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing i ran into this error.
I tried to remove the entry and retry but sadly the same outcome.
I also tried to remove the addon, then reinstall it, but... sadly, no luck here either.
Software versions
All fields in this sections are required.
Home Assistant version: core-2024.12.5
TrueNAS integration version: LATEST
TrueNAS version: 13.0-U6.4
Traceback/Error logs
2024-12-30 23:10:33.711 DEBUG (MainThread) [custom_components.truenas.coordinator] Finished fetching TrueNAS data in 54.435 seconds (success: True)
2024-12-30 23:10:33.711 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry TrueNAS for truenas
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/truenas/__init__.py", line 30, in async_setup_entry
await coordinator.async_config_entry_first_refresh()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 306, in async_config_entry_first_refresh
await self._async_refresh(
log_failures=False, raise_on_auth_failed=True, raise_on_entry_error=True
)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 379, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/truenas/coordinator.py", line 97, in _async_update_data
await self.hass.async_add_executor_job(self.get_systemstats)
asyncio.exceptions.CancelledError
The text was updated successfully, but these errors were encountered:
Describe the issue
When installing i ran into this error.
I tried to remove the entry and retry but sadly the same outcome.
I also tried to remove the addon, then reinstall it, but... sadly, no luck here either.
Software versions
All fields in this sections are required.
Traceback/Error logs
The text was updated successfully, but these errors were encountered: