You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Traceback (most recent call last):
File "code.py", line 7, in
File "adafruit_gps.py", line 102, in update
File "adafruit_gps.py", line 148, in _parse_sentence
UnicodeError:
line 148: sentence = str(sentence, 'ascii').strip()
fails if sentence contains stale data that is not ascii.
The text was updated successfully, but these errors were encountered:
line 148: sentence = str(sentence, 'ascii').strip()
fails if sentence contains stale data that is not ascii.
The text was updated successfully, but these errors were encountered: