Home assistant cannot start after upgrading 0.83.2
Home Assistant release with the issue:
0.83.2
Last working Home Assistant release (if known):
0.81.1
Operating environment (Hass.io/Docker/Windows/etc.):
Hass.io
Component/platform:
Not sure
Description of problem:
Home assistant not starting and I have only one log entry.
Traceback (if applicable):
2018-12-01 22:02:16 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=6 from 2018-12-01 21:50:17.069288)
Getting the same with a FreeNAS jail manual install. I've also tried removing the database and I get the same. Database gets recreated at 65536 bytes and then the log has the recorder warning then nothing. Home assistant service is still running.
I left over night but still nothing the next day. Restarting the service just gets stuck at the same place. Restarting the jail also has the same issue.
I have checked every single component for any broken issues after upgrading and I've also ran "hass --script check_config" which does not return any errors.
Going to try rolling back to 0.83.1.
Using Owntracks?
Figured my issue out. It wasn't 0.83.2. I went back to 0.78.3 and found that each version worked up to 0.83.0 which then broke the GUI. It turned out for me to just be Owntracks :). xbmcnut - I was typing as your comment popped up :)
Yep, mine wouldn't start with my 'old' Owntracks config. Would have been nice to see an Owntracks error in the log report as that would have made figuring it out a whole lot faster.
Suggest closing this then?
Wouldn't it? lol.
For me, yes. Don't know about artomka
Hi. I have the same issue, homeassistant 0.83.2 won't restart unless onwtracks is removed from the config, had to revert to 0.82.1
Can you detail your solution? reverting to 0.78.3 then upgrading progressively?
Thanks for the help
I finally fixed it. I had to change Owntracks configuration.
From:
device_tracker:
- platform: owntrack
max_gps_accuracy: 150
to:
owntracks:
max_gps_accuracy: 150
ok thanks, working for me too. For reference I can confirm homeassistant will not start if device_tracker.owntrack is set in the config, it must be moved to its own section
not working config (hangs at restart after upgrade):
device_tracker:
- platform: owntracks
working config :
owntracks:
device_tracker:
Thank you very much!! My system was down due to this issue. I changed as you described and finally I am back and running again!!