Replies: 3 comments 2 replies
-
Can you provide the full error trace back please? Thanks |
Beta Was this translation helpful? Give feedback.
-
There's a similar problem when trying to use l-band spartn corrections: $ ./venvs/pygps/bin/pygpsclient It looks like the code that launches the reader thread doesn't provide an inactivity timeout in on_connect() in spartn_lband_frame.py (That might have been on version 1.4.9 since I installed an older version to get around the first problem.) |
Beta Was this translation helpful? Give feedback.
-
Hi @divenal Should both be sorted in v1.4.12. Thanks for the shout. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting a KeyError: 'serial_settings' from stream_handler.py when trying to use a socket as gnss source. Approx line 124 but I may have added some debug prints.
The problem seems to be that the access of settings["serial_settings"] has been moved from within the CONNECTED-specific code up a few lines. I'm guessing that when conntype is CONNECTED_SOCKET, settings doesn't have any "serial_settings".
Looks like it happened in 42e2ae0 "Merge branch 'ubx_simulation' into RC-1.4.10 "
Beta Was this translation helpful? Give feedback.
All reactions