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

(GPS) Error reading from GPSD connection localhost:2947 - Element not found #522

Open
v-wan opened this issue May 3, 2024 · 1 comment

Comments

@v-wan
Copy link

v-wan commented May 3, 2024

I've got the GPS coordinates to show up in the upper right corner, but for some reason my logs are being spammed with these error messages everytime it gets new coordinates:

INFO: (GPS) Connecting to GPSD on localhost:2947
INFO: (GPS) Connected to gpsd server [::1]:2947
INFO: (GPS) Connected to a JSON-enabled GPSD (3.22), enabling JSON mode
ERROR: (GPS) Error reading from GPSD connection localhost:2947 - Element 
       not found
INFO: (GPS) Connecting to GPSD on localhost:2947
INFO: (GPS) Connected to gpsd server [::1]:2947
INFO: (GPS) Connected to a JSON-enabled GPSD (3.22), enabling JSON mode
ERROR: (GPS) Error reading from GPSD connection localhost:2947 - Element 
       not found
INFO: (GPS) Connecting to GPSD on localhost:2947
INFO: (GPS) Connected to gpsd server [::1]:2947
INFO: (GPS) Connected to a JSON-enabled GPSD (3.22), enabling JSON mode
ERROR: (GPS) Error reading from GPSD connection localhost:2947 - Element 
       not found

My /usr/local/etc/kismet.conf:

gps=gpsd:host=127.0.0.1,port=2947,reconnect=true

My /etc/default/gpsd (gpsd 3.22):

DEVICES="/dev/ttyACM0"

# Other options you want to pass to gpsd
GPSD_OPTIONS=""

# Automatically hot add/remove USB GPS devices via gpsdctl
USBAUTO="true"
@michel-ganguin
Copy link

Same error here, the GPS coordinates shows up. But it does not get recorded with the new Wi-Fi device event (sqlite kismet contains 0,0 instead of the coordinates).

I'm using a network based source with gpsd udp://0.0.0.0:12345, the GPS source spams location data every ~500ms. gpsd with other source is working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants