Components not loading after restart

when i restart hassio, my google calendar is not loading, same as the custom component life 360, i restart several times, what could it be?hope someone help. this are the logs, my setup is a nuc running ubuntu with docker, and hassio 0.87

this is the log for life 360

Traceback (most recent call last): File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 221, in async_update_ha_state await self.async_device_update() File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 349, in async_device_update await self.hass.async_add_executor_job(self.update) File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run result = self.fn(*self.args, **self.kwargs) File “/usr/local/lib/python3.6/site-packages/homeassistant/util/init.py”, line 315, in wrapper result = method(*args, **kwargs) File “/config/custom_components/sensor/places.py”, line 417, in update self.do_update(“Scan Interval”) File “/config/custom_components/sensor/places.py”, line 447, in do_update distance_m = distance(float(new_latitude), float(new_longitude), float(home_latitude), float(home_longitude)) ValueError: could not convert string to float: ‘None’

and this is for google calendar

Error while setting up platform googleTraceback (most recent call last): File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 128, in _async_setup_platform SLOW_SETUP_MAX_WAIT, loop=hass.loop) File “/usr/local/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for return fut.result() File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run result = self.fn(*self.args, **self.kwargs) File “/usr/local/lib/python3.6/site-packages/homeassistant/components/calendar/google.py”, line 39, in setup_platform for data in disc_info[CONF_ENTITIES] if data[CONF_TRACK]]) File “/usr/local/lib/python3.6/site-packages/homeassistant/components/calendar/google.py”, line 39, in <listcomp> for data in disc_info[CONF_ENTITIES] if data[CONF_TRACK]]) File “/usr/local/lib/python3.6/site-packages/homeassistant/components/calendar/google.py”, line 51, in init super().init(hass, data) File “/usr/local/lib/python3.6/site-packages/homeassistant/components/calendar/init.py”, line 89, in init self.update() File “/usr/local/lib/python3.6/site-packages/homeassistant/components/calendar/init.py”, line 155, in update if not self.data or not self.data.update(): File “/usr/local/lib/python3.6/site-packages/homeassistant/util/init.py”, line 315, in wrapper result = method(*args, **kwargs) File “/usr/local/lib/python3.6/site-packages/homeassistant/components/calendar/google.py”, line 109, in update service, params = self._prepare_query() TypeError: ‘bool’ object is not iterable