Skip to content
New issue

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

KeyError: 'gnssid' #1349

Open
phipac opened this issue Jan 31, 2023 · 0 comments
Open

KeyError: 'gnssid' #1349

phipac opened this issue Jan 31, 2023 · 0 comments
Labels

Comments

@phipac
Copy link

phipac commented Jan 31, 2023

Good day! Running the gpsd_ script on my Raspberry Pi (which hosts the gpsd server) give the following output:

$ sudo munin-run gpsd_localhost
multigraph gps_time_offset
toff.value 0.0000019150
multigraph gps_error_estimate
epc.value 19.09
epd.value U
eph.value U
eps.value 5.05
ept.value 0.005
epx.value 2.507
epy.value 2.526
epv.value 9.545
multigraph gps_satellites
Traceback (most recent call last):
File "/etc/munin/plugins/gpsd_localhost", line 310, in
for x in result["satellites"]
File "/etc/munin/plugins/gpsd_localhost", line 311, in
if x["gnssid"] == constellation["gnssid"] and x["used"]
KeyError: 'gnssid'

@kenyon kenyon added the bug label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants