Description | Value
------------------------------- | ------------------------------
HACS version | 1.0.0
Home Assistant version | 0.110.1
Installation method for HA | host_os: HassOS 3.13 / installation_type: Home Assistant
HACS upgrades as expected and asks to Restart Home Assistant.
Upon restart HACS is present in Integrations and can be configured/modified but is not available on the Sidebar or via direct URL.
Log (see below) report that a restore failed because [time data '' does not match format '%Y-%m-%dT%H:%M:%S']
Logs
2020-05-22 09:32:28 INFO (MainThread) [hacs]
-------------------------------------------------------------------
HACS (Home Assistant Community Store)
Version: 1.0.0
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------
2020-05-22 09:32:30 DEBUG (MainThread) [hacs] Can update 487 repositories
2020-05-22 09:32:30 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Checking repository.
2020-05-22 09:32:31 DEBUG (MainThread) [hacs.repository.integration.hacs.integration] Running checks against 1.0.0
2020-05-22 09:32:32 INFO (MainThread) [hacs.repository.integration.hacs.integration] Registration complete
2020-05-22 09:32:32 INFO (MainThread) [hacs.data] Restore started
2020-05-22 09:32:32 CRITICAL (MainThread) [hacs.data] [time data '' does not match format '%Y-%m-%dT%H:%M:%S'] Restore Failed!
2020-05-22 09:32:32 INFO (MainThread) [hacs] Disabling HACS
2020-05-22 09:32:32 INFO (MainThread) [hacs] Removing recuring tasks
2020-05-22 09:32:32 INFO (MainThread) [hacs] Removing sensor
2020-05-22 09:32:32 INFO (MainThread) [hacs] Removing sidepanel
2020-05-22 09:32:32 INFO (MainThread) [hacs] HACS is now disabled
Make sure you have read the issue guidelines and that you filled out the entire template.
Can you upload the /config/.storage/hacs.repositories file?
I have the same issue. When I put the old files from 24.5 back everything works again
@yniezink When you have the same issue, just add a 馃憤 to the issue, there is no need to flood issues with comments that do not add to the context, thanks 馃憤
here you go (had to zip it to upload)
Can copy the content instead if you want
That's fine, thanks馃憤
taking a clue from the file you have asked for.......if I remove/rename this file HACS starts fine (without restarting HA) and is now running through it's startup process.
Sure, but that will make it lose track of everything
Sure, but that will make it lose track of everything
what do you mean with "everything"? it displayed all the already installed repositories and update states just fine... just had to "hide all new" again.
but after a HA restart the error is back.
it displayed all the already installed repositories and update.
It should not do that if you remove/rename hacs.repositories
okay.... for my install these infos are in a file called "hacs.installed".
I have the following files: hacs.(critical|installed|removed|repositories|hacs)
In my other HA install where I installed hacs quite recently (but before 1.0.0) I only have hacs.(critical|hacs|repositories)
(but I have stuff installed there via hacs)
hacs.installed has not been used since v 0.15.0
should I delete .installed and .removed?
no
Thanks for this
I've manually edited the file you modified in #1206 and all seems to be working fine now....cheers
yes thanks. it works now even after HA restart.