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 "/config/custom_components/google_maps/device_tracker.py", line 46, in setup_scanner
scanner = GoogleMapsScanner(hass, config, see)
File "/config/custom_components/google_maps/device_tracker.py", line 65, in init
self._update_info()
File "/config/custom_components/google_maps/device_tracker.py", line 77, in _update_info
for person in self.service.get_all_people():
File "/config/deps/lib/python3.7/site-packages/locationsharinglib/locationsharinglib/locationsharinglib.py", line 459, in get_all_people
people = self.get_shared_people() + [self.get_authenticated_person()]
File "/config/deps/lib/python3.7/site-packages/locationsharinglib/locationsharinglib/locationsharinglib.py", line 420, in get_shared_people
for info in output[0]:
TypeError: 'NoneType' object is not iterable