Open cuda12 opened 7 years ago
I get an index error (list index out of range)
line 87, in from_json last_tpv = packet['tpv'][-1]
if I dont have a gps fix.
Same error for me
Same error but with 3D FIX
Hmm what version of gpsd do you use? I can't get gpsd to give me a response without tpv data with or without a fix.
I get an index error (list index out of range)
line 87, in from_json last_tpv = packet['tpv'][-1]
if I dont have a gps fix.