aprslib: "fromcallsign is invalid" #54

Open
opened 2023-12-21 11:50:45 -06:00 by W1CDN · 0 comments
Owner

Maybe the * at the end?

2023-12-21 09:03:22,360 - New packet, trying to parse
2023-12-21 09:03:22,361 - N0VCE-9*>TW5V7R:`}]Zq+lu/`"6m}_%
2023-12-21 09:03:22,364 - Parsing: N0VCE-9*>TW5V7R:`}]Zq+lu/`"6m}_%
2023-12-21 09:03:22,365 - Error with aprslib:
Traceback (most recent call last):
  File "/home/pi/.local/lib/python3.7/site-packages/aprslib/parsing/__init__.py", line 121, in parse
    parsed.update(parse_header(head))
  File "/home/pi/.local/lib/python3.7/site-packages/aprslib/parsing/common.py", line 46, in parse_header
    raise ParseError("fromcallsign is invalid")
aprslib.exceptions.ParseError: fromcallsign is invalid

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "kiss_and_db.py", line 68, in main
    a = aprslib.parse(str(frame))
  File "/home/pi/.local/lib/python3.7/site-packages/aprslib/parsing/__init__.py", line 123, in parse
    raise ParseError(str(msg), packet)
aprslib.exceptions.ParseError: fromcallsign is invalid
Maybe the `*` at the end? ``` 2023-12-21 09:03:22,360 - New packet, trying to parse 2023-12-21 09:03:22,361 - N0VCE-9*>TW5V7R:`}]Zq+lu/`"6m}_% 2023-12-21 09:03:22,364 - Parsing: N0VCE-9*>TW5V7R:`}]Zq+lu/`"6m}_% 2023-12-21 09:03:22,365 - Error with aprslib: Traceback (most recent call last): File "/home/pi/.local/lib/python3.7/site-packages/aprslib/parsing/__init__.py", line 121, in parse parsed.update(parse_header(head)) File "/home/pi/.local/lib/python3.7/site-packages/aprslib/parsing/common.py", line 46, in parse_header raise ParseError("fromcallsign is invalid") aprslib.exceptions.ParseError: fromcallsign is invalid During handling of the above exception, another exception occurred: Traceback (most recent call last): File "kiss_and_db.py", line 68, in main a = aprslib.parse(str(frame)) File "/home/pi/.local/lib/python3.7/site-packages/aprslib/parsing/__init__.py", line 123, in parse raise ParseError(str(msg), packet) aprslib.exceptions.ParseError: fromcallsign is invalid ```
W1CDN added the
bug
label 2023-12-21 11:50:48 -06:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: W1CDN/aprs_tool#54
No description provided.