hassio-addons / addon-glances

Glances - Home Assistant Community Add-ons
https://addons.community
MIT License
153 stars 23 forks source link

Glances not starting on HA Yellow #463

Closed adamzeis closed 6 months ago

adamzeis commented 6 months ago

Problem/Motivation

Addon is not starting, even after reinstalling or restarting HA.

Expected behavior

Addon was expected to start however it never does, seemingly quitting before starting.

Actual behavior

From what I can make out in logs, it does start, however I cannot access the webUI and have no confirmation it has started.

Steps to reproduce

Installing on HA Yellow and trying to start manually or on HA startup.

Log files:

-----------------------------------------------------------
 Add-on: Glances
 A cross-platform system monitoring tool
-----------------------------------------------------------
 Add-on version: 0.21.0
 You are running the latest version of this add-on.
 System: Home Assistant OS 12.1  (aarch64 / yellow)
 Home Assistant Core: 2024.3.1
 Home Assistant Supervisor: 2024.03.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
INFO: Starting Glances...
2024-03-20 16:21:48,414 -- INFO -- Start Glances 3.4.0.3
2024-03-20 16:21:48,415 -- INFO -- CPython 3.11.6 (/usr/bin/python3) and psutil 5.9.7 detected
2024-03-20 16:21:48,429 -- INFO -- Read configuration file '/etc/glances.conf'
2024-03-20 16:21:48,464 -- INFO -- Start GlancesWebServer mode
2024-03-20 16:21:48,487 -- WARNING -- Missing Python Lib (No module named 'py3nvml'), Nvidia GPU plugin is disabled
2024-03-20 16:21:48,495 -- WARNING -- Missing Python Lib (No module named 'pymdstat'), Raid plugin is disabled
2024-03-20 16:21:48,784 -- WARNING -- Error loading Podman deps Lib. Podman feature in the Containers plugin is disabled (No module named 'podman')
2024-03-20 16:21:48,825 -- WARNING -- Missing Python Lib (No module named 'pySMART'), HDD Smart plugin is disabled
2024-03-20 16:21:48,851 -- WARNING -- Sparklines module not found (No module named 'sparklines')
2024-03-20 16:21:48,872 -- WARNING -- Missing Python Lib (No module named 'wifi'), Wifi plugin is disabled
2024-03-20 16:21:48,873 -- WARNING -- Wifi lib is not compliant with Python 3, Wifi plugin is disabled
2024-03-20 16:21:50,183 -- INFO -- Glances RESTful API Server started on http://127.0.0.1:61209/api/3/
2024-03-20 16:21:50,191 -- INFO -- Glances Web User Interface started on http://127.0.0.1:61209/
Glances Web User Interface started on http://127.0.0.1:61209/
INFO: Starting NGinx...
sinclairpaul commented 6 months ago

Looks like it's an issue with the HA UI/supervisor as the addon states it is started, try a full system reboot. It really isn't anything the addon can fix.

adamzeis commented 6 months ago

Rookie move on my part. That did the trick, thanks.

sinclairpaul commented 6 months ago

Rookie move on my part.

Not at all, the cliched response of please reboot pains me too :)