Ok I got all needed debugging activated:
homeassistant.components.device_tracker: debug
locationsharinglib: debug
and now I got the needed debugs in the logs. The library is getting the people within its call but it seems, that it cant handle it in the right way. I modified parts of the result (removing names and so on, and prettyfied it to json, but nothing else)
2018-07-12 14:08:32 DEBUG (SyncWorker_17) [locationsharinglib.Service] )]}’
[
[
[
[
"115647524841220717455",
"https://lh4.googleusercontent.com/xxx/photo.jpg",
null,
"First Person",
null,
null,
null,
"0ahUKEwj53rfGw5ncAhVGzaQKHbI3AOEQvDgIBCgA"
],
[
null,
[
null,
9.1471518,
48.9991617
],
1531396898966,
104,
"Correct name of the location",
null,
"DE",
7200000
],
1,
2,
"0ahUKEwj53rfGw5ncAhVGzaQKHbI3AOEQu4IBCAMoAQ",
null,
[
"115647524841220717455",
"https://lh4.googleusercontent.com/xxx/photo.jpg",
"First Person",
"First Person"
],
1
],
[
[
"116671884344703922115",
"https://lh4.googleusercontent.com/xxx/photo.jpg",
null,
"Second Person",
null,
null,
null,
"0ahUKEwj53rfGw5ncAhVGzaQKHbI3AOEQvDgIECgA"
],
[
null,
[
null,
9.2337673,
49.1821549
],
1531396970789,
15,
"Correct name of the location",
null,
"DE",
7200000
],
1,
2,
"0ahUKEwj53rfGw5ncAhVGzaQKHbI3AOEQu4IBCA8oAg",
null,
[
"116671884344703922115",
"https://lh4.googleusercontent.com/xxx/photo.jpg",
"Second Person",
"Second Person"
],
1
],
[
[
"103752248718793663566",
"https://lh6.googleusercontent.com/xxx/photo.jpg",
null,
"Third Person",
null,
null,
null,
"0ahUKEwj53rfGw5ncAhVGzaQKHbI3AOEQvDgIGygA"
],
[
null,
[
null,
9.1282772,
48.9917452
],
1531394165997,
15,
"Correct name of the location",
null,
"DE",
7200000
],
1,
2,
"0ahUKEwj53rfGw5ncAhVGzaQKHbI3AOEQu4IBCBooAw",
null,
[
"103752248718793663566",
"https://lh6.googleusercontent.com/xxx/photo.jpg",
"Third Person",
"Third Person"
],
1
],
[
[
"102736582871329949853",
"https://lh4.googleusercontent.com/xxx/photo.jpg",
null,
"4th Person",
null,
null,
null,
"0ahUKEwj53rfGw5ncAhVGzaQKHbI3AOEQvDgIKCgA"
],
null,
null,
null,
"0ahUKEwj53rfGw5ncAhVGzaQKHbI3AOEQu4IBCCcoBA",
null,
[
"102736582871329949853",
"https://lh4.googleusercontent.com/xxx/photo.jpg",
"4th Person",
"4th Person"
],
1
]
],
null,
"0ahUKEwj53rfGw5ncAhVGzaQKHbI3AOEQ8ZABCAE",
"wERHW_n-DMaakwWy74CIDg",
null,
null,
"CN6JndoFEAEaqgIAKcPHfFf4A9f+Lrp96M25z7Vg7RKMlPINIcUaPRAhu48IlkwbdR6tIYYdERED5kOhfAOw8FBZoim2mOwQxHCCMQVMB+O1ebUXP7/872AkecrzD1jQn8RzGAOoQhgJf8zXkIO3TnQ9Zyf2j08fO3StXMh9q1F+O/xzL3mU7hpyY3wLccQMdWhAsKYN8YHByJEdcupomEBFaD8P9xie2WvCMxpR1HbXr4EjhOF4m7K+JHWxT3urFv7dbpqrmxGPXfuKGt4cMSjDB5y
LmC+uTmRXnNPUlzJmK2F5BDQ262uAqtjtgdz+2fwMIzvUa4Bp/7LwdVF3CFSbgnWjntHBFbuxwKmBthj2XXE0vWllgbq6nPEb8NEfiGrImpRa0O3gtvlt/eNzsygg2O61",
5,
1531397312880,
null,
null,
[
1,
[
[
[
30000,
60000
],
null,
3600000
]
],
null,
1
]
]
2018-07-12 14:08:32 DEBUG (SyncWorker_17) [locationsharinglib.Service] Could not load people, response:
and then the respone again. So its the code line
people = [Person(info) for info in output[0]]
producing the problem. Now I really need some help from the developers…
Regards