fromcallsign is invalid #25

Closed
opened 2023-04-23 16:42:36 -05:00 by W1CDN · 1 comment
Owner

Using #23.

{'raw': 'W1CDN-1>APDW16,K0UND-2*:}FGFFLS>APRS,TCPIP,W1CDN-1*:;FGFFLSGuH*222300z4753.10N\\09657.90Ww FLOOD }k0I8Pdd`P:88P{LGuAH', 'from': 'W1CDN-1', 'to': 'APDW16', 'path': ['K0UND-2*'], 'via': '', 'format': 'thirdparty', 'subpacket': {'raw': 'FGFFLS>APRS,TCPIP,W1CDN-1*:;FGFFLSGuH*222300z4753.10N\\09657.90Ww FLOOD }k0I8Pdd`P:88P{LGuAH', 'from': 'FGFFLS', 'to': 'APRS', 'path': ['TCPIP', 'W1CDN-1*'], 'via': '', 'object_name': 'FGFFLSGuH', 'alive': True, 'raw_timestamp': '222300z', 'timestamp': 1682204400, 'format': 'object', 'posambiguity': 0, 'symbol': 'w', 'symbol_table': '\\', 'latitude': 47.885, 'longitude': -96.965, 'comment': 'FLOOD }k0I8Pdd`P:88P{LGuAH', 'object_format': 'uncompressed'}, 'station_call': 'W1CDN-1', 'station_lat': '47.941500', 'station_lon': '-97.027000'}
Error with SQLite!
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 125, in <module>
    main()
  File "kiss_and_db.py", line 91, 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
Using #23. ``` {'raw': 'W1CDN-1>APDW16,K0UND-2*:}FGFFLS>APRS,TCPIP,W1CDN-1*:;FGFFLSGuH*222300z4753.10N\\09657.90Ww FLOOD }k0I8Pdd`P:88P{LGuAH', 'from': 'W1CDN-1', 'to': 'APDW16', 'path': ['K0UND-2*'], 'via': '', 'format': 'thirdparty', 'subpacket': {'raw': 'FGFFLS>APRS,TCPIP,W1CDN-1*:;FGFFLSGuH*222300z4753.10N\\09657.90Ww FLOOD }k0I8Pdd`P:88P{LGuAH', 'from': 'FGFFLS', 'to': 'APRS', 'path': ['TCPIP', 'W1CDN-1*'], 'via': '', 'object_name': 'FGFFLSGuH', 'alive': True, 'raw_timestamp': '222300z', 'timestamp': 1682204400, 'format': 'object', 'posambiguity': 0, 'symbol': 'w', 'symbol_table': '\\', 'latitude': 47.885, 'longitude': -96.965, 'comment': 'FLOOD }k0I8Pdd`P:88P{LGuAH', 'object_format': 'uncompressed'}, 'station_call': 'W1CDN-1', 'station_lat': '47.941500', 'station_lon': '-97.027000'} Error with SQLite! 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 125, in <module> main() File "kiss_and_db.py", line 91, 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 ```
Author
Owner

Tried to fix in ab850a76a3. This is an error from aprslib.

Tried to fix in https://amiok.net/gitea/W1CDN/aprs_tool/commit/ab850a76a3dc00886bf2b2d885f41a2363f02a03. This is an error from [aprslib](https://github.com/rossengeorgiev/aprs-python).
W1CDN added the
bug
label 2023-04-23 21:16:01 -05:00
W1CDN closed this issue 2023-12-13 10:45:30 -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#25
No description provided.