Hi
i have HA (Hassio) 0.93.2, fresh install
and i get this error:Error setting up platform google_maps
Error setting up platform google_maps
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/device_tracker/init.py”, line 177, in async_setup_platform
disc_info)
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/google_maps/device_tracker.py”, line 39, in setup_scanner
scanner = GoogleMapsScanner(hass, config, see)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/google_maps/device_tracker.py”, line 60, in init
self._update_info()
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/google_maps/device_tracker.py”, line 72, in _update_info
for person in self.service.get_all_people():
File “/usr/local/lib/python3.7/site-packages/locationsharinglib/locationsharinglib.py”, line 439, in get_all_people
people = self.get_shared_people() + [self.get_authenticated_person()]
File “/usr/local/lib/python3.7/site-packages/locationsharinglib/locationsharinglib.py”, line 400, in get_shared_people
for info in output[0]:
TypeError: ‘NoneType’ object is not iterable
i try to find solution in the forum, but only from old post …