inmcm / micropyGPS

A Full Featured GPS NMEA-0183 sentence parser for use with Micropython and the PyBoard embedded platform
MIT License
346 stars 119 forks source link

Unhandled exception in gpgsa #48

Open bokashi opened 7 months ago

bokashi commented 7 months ago

Unfortunately have no more information. Code was running for 3+ hours.

Traceback (most recent call last): File "", line 195, in File "", line 43, in getGPS File "micropyGPS.py", line 621, in update File "micropyGPS.py", line 456, in gpgsa IndexError: list index out of range

I've updated my code, line 459, to add the exception IndexError as seen in issue #26 .