I’ve been fighting this one for a few days, but no matter what I try the error seems to persist. Has anyone ever come across this or something similar? Pro tips?
Logger: homeassistant.config_entries
Source: custom_components/openmediavault/omv_controller.py:171
Integration: OpenMediaVault (documentation, issues)
First occurred: 3:32:30 PM (1 occurrences)
Last logged: 3:32:30 PM
Error setting up entry OMV for openmediavault
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/config/custom_components/openmediavault/__init__.py", line 23, in async_setup_entry
await controller.async_hwinfo_update()
File "/config/custom_components/openmediavault/omv_controller.py", line 112, in async_hwinfo_update
await self.hass.async_add_executor_job(self.get_hwinfo)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/openmediavault/omv_controller.py", line 171, in get_hwinfo
tmp = self.data["hwinfo"]["uptime"].split(" ")
AttributeError: 'float' object has no attribute 'split'
I see. I’ve got the software installed on a raspi 4 4gb, using some leftover external drives I had to run the server. Any (relatively) painless ways to downgrade?