Hello guys!
Today i got the error system unhealthy
out of nowhere, so i decided to do a complete wipe and restore with my home assistant, but i can’t!
Only the config folder gets restored, addons and other folder won’t get restored.
With the media folder for example i get the following error:
22-03-10 19:07:07 WARNING (MainThread) [supervisor.backups.backup] Can't restore folder media: _restore() takes 0 positional arguments but 1 was given
and when i try to restore an addon this error:
22-03-10 18:22:15 INFO (MainThread) [supervisor.addons.addon] Restore config for addon core_duckdns
22-03-10 18:22:15 ERROR (MainThread) [supervisor.jobs] Unhandled exception: 'core_duckdns'
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 106, in wrapper
return await self._method(*args, **kwargs)
File "/usr/src/supervisor/supervisor/addons/__init__.py", line 367, in restore
await addon.restore(tar_file)
File "/usr/src/supervisor/supervisor/addons/addon.py", line 832, in restore
restore_image = self._image(data[ATTR_SYSTEM])
File "/usr/src/supervisor/supervisor/addons/model.py", line 629, in _image
return config[ATTR_IMAGE].format(arch=self.arch)
File "/usr/src/supervisor/supervisor/addons/model.py", line 509, in arch
if ATTR_IMAGE in self.data:
File "/usr/src/supervisor/supervisor/addons/addon.py", line 157, in data
return self.sys_addons.data.system[self.slug]
KeyError: 'core_duckdns'
22-03-10 18:22:15 WARNING (MainThread) [supervisor.backups.backup] Can't restore Add-on core_duckdns
And i don’t know why, i’m doing backups every day, did a restore multiple times without problems, but out of nowhere i got this strange system unhealthy
error and now i just can’t do a restore.
I’m also getting this error:
I know why, because the MariaDB addon is not there, but as i said i can’t restore it.
Does anyone has a solution for me?
Greetings