I did a force-reinstall of my Hassio 0.89.1 But still my GoogleMaps sharing device does not work. Anyone an idea?
The cookie file is created:
mrt 10 13:33 [email protected]
The configuration is:
device_tracker:
- platform: google_maps
username: '[email protected]'
password: 'secret'
max_gps_accuracy: 200
The errror message:
2019-03-10 13:36:30 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform google_maps Traceback (most recent call last): File "/mnt/disk1/homeassistant/lib/python3.6/site-packages/homeassistant/components/device_tracker/__init__.py", line 184, in async_setup_platform disc_info) File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) File "/mnt/disk1/homeassistant/lib/python3.6/site-packages/homeassistant/components/device_tracker/google_maps.py", line 46, in setup_scanner scanner = GoogleMapsScanner(hass, config, see) File "/mnt/disk1/homeassistant/lib/python3.6/site-packages/homeassistant/components/device_tracker/google_maps.py", line 67, in __init__ self._update_info() File "/mnt/disk1/homeassistant/lib/python3.6/site-packages/homeassistant/components/device_tracker/google_maps.py", line 79, in _update_info for person in self.service.get_all_people(): File "/mnt/disk1/homeassistant/lib/python3.6/site-packages/locationsharinglib/locationsharinglib.py", line 439, in get_all_people people = self.get_shared_people() + [self.get_authenticated_person()] File "/mnt/disk1/homeassistant/lib/python3.6/site-packages/locationsharinglib/locationsharinglib.py", line 400, in get_shared_people for info in output[0]: TypeError: 'NoneType' object is not iterable