pymultimonaprs icon indicating copy to clipboard operation
pymultimonaprs copied to clipboard

Error message in APRS-IS server with current code

Open dl1mx opened this issue 5 months ago • 0 comments

Hi Dominik, after changing to your current code base I cannot see any packet anymore on aprs.fi.

Console:

[2024-08-28 12:24:59]     INFO: Starting pymultimonaprs
[2024-08-28 12:24:59]     INFO: connecting... ('91.205.92.26', 14580):14580
[2024-08-28 12:24:59]     INFO: connected
[2024-08-28 12:24:59]     INFO: # aprsc 2.1.15-gb5581f0
[2024-08-28 12:24:59]     INFO: login DL1MX-13 (PyMultimonAPRS 1.3.2)
[2024-08-28 12:24:59]     INFO: # logresp DL1MX-13 verified, server T2CZECH
[2024-08-28 12:24:59]    DEBUG: sending: DL1MX-13>APPM13,TCPIP*:=5146.64NR01019.85E&PyMultimonAPRS iGate
[2024-08-28 12:24:59]    DEBUG: sending: DL1MX-13>APPM13,TCPIP*:>Running on Raspberry Pi with RTL dongle

Error Message from APRS-IS Server:

2 packets received
0 duplicates and 2 erroneus packets dropped.
No ">" in packet to mark beginning of destination callsign: 2

Seems there is a problem with the encoding of the frame.

If I set encode=False it works

dl1mx avatar Aug 28 '24 10:08 dl1mx