[Solved] Problem upgrading past 0.68.1

Hi,

I’ve been using Hass.io for a while now without issue, but have been having issues ever since the 0.69 beta releases.

Hoping that a future release would fix this, I tried 0.70.0b7 this morning and got the following:

2018-05-27 09:35:41 WARNING (SyncWorker_18) [homeassistant.components.sensor.apcupsd] Sensor type: outputv does not appear in the APCUPSd status output
2018-05-27 09:35:44 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds.
2018-05-27 09:35:48 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform arlo is taking over 10 seconds.
2018-05-27 09:36:12 ERROR (MainThread) [homeassistant.components.media_player] onkyo: Error on device update!
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 244, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 327, in async_device_update
    yield from self.hass.async_add_job(self.update)
  File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/lib/python3.6/site-packages/homeassistant/components/media_player/onkyo.py", line 310, in update
    self._volume = volume_raw[1] / 80.0
TypeError: unsupported operand type(s) for /: 'str' and 'float'
2018-05-27 09:36:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.mi_flora_conductivity is taking over 10 seconds
2018-05-27 09:36:48 ERROR (MainThread) [homeassistant.components.sabnzbd] Connection to SABnzbd API failed
2018-05-27 09:36:57 ERROR (SyncWorker_1) [homeassistant.core] Error doing job: Task was destroyed but it is pending!
2018-05-27 09:37:08 WARNING (MainThread) [homeassistant.components.sensor] Updating miflora sensor took longer than the scheduled update interval 0:00:30
2018-05-27 09:37:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.last_yard is taking over 10 seconds
2018-05-27 09:37:31 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.last_drive is taking over 10 seconds
2018-05-27 09:37:38 WARNING (MainThread) [homeassistant.components.sensor] Updating miflora sensor took longer than the scheduled update interval 0:00:30
2018-05-27 09:38:07 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.mi_flora_battery is taking over 10 seconds
2018-05-27 09:38:09 WARNING (MainThread) [homeassistant.components.sensor] Updating miflora sensor took longer than the scheduled update interval 0:00:30
2018-05-27 09:38:40 WARNING (MainThread) [homeassistant.components.sensor] Updating miflora sensor took longer than the scheduled update interval 0:00:30

When this happens, the UI will not load at all.

If I then run:

curl -d '{"version": "0.68.1"}' http://hassio/homeassistant/update

The system will come back up as it was before.

Any ideas or tips on how to debug this further?

I have looked at https://github.com/home-assistant/home-assistant/compare/0.68.1...0.69.0 to see the changes between the versions in an attempt to try and figure out what to look at, but nothing has jumped out to me (though I could be over looking something). My full configs are available on github at https://github.com/m14t/home-assistant-config

It appears that I was either too impatient or the pixie gods are just looking more favorably at me today. This does not appear to be an issue any longer.