Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Failed to complete setup #197

Open
iriks-it opened this issue Dec 30, 2024 · 5 comments
Open

[Bug] Failed to complete setup #197

iriks-it opened this issue Dec 30, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@iriks-it
Copy link

iriks-it commented Dec 30, 2024

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.

  • 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
@iriks-it iriks-it added the bug Something isn't working label Dec 30, 2024
@jacobohpea
Copy link

I believe this is realted to #191

@iriks-it
Copy link
Author

iriks-it commented Jan 6, 2025

@jacobohpea

I believe this is realted to #191

My install of hoas is not in docker, but in a proxmox env, i used : https://community-scripts.github.io/ProxmoxVE/scripts?id=haos-vm

Copy link
Owner

tomaae commented Jan 6, 2025

I will need to see debugs.

@iriks-it
Copy link
Author

iriks-it commented Jan 6, 2025

@tomaae

I will need to see debugs.

Where should i get them ? Let me know what to do and i'll get the logs

Copy link
Owner

tomaae commented Jan 7, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants