We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Same error for me
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: