cceremuga / ionosphere

An APRS Rx IGate for RTL-SDR devices.
MIT License
45 stars 5 forks source link

WARN[10800] APRS-IS is not connected and not configured. Verify config #10

Closed mathisono closed 2 years ago

mathisono commented 3 years ago

INFO[10800] Uploading beacon.
WARN[10800] APRS-IS is not connected and not configured. Verify config.

What am I missing that's causing the WARN?

config

beacon: enabled: true call-sign: "KJ6DZB-5" interval: 10m comment: "145.825mhz RX"

handlers:

BTW works great!

cceremuga commented 3 years ago

I'll step through it using a similar config and see where we end up. The TCP/IP connection handling I wrote is possibly a bit brittle and it could be a situation where it's disconnected and not correctly reporting.

When you get these warnings have you been able to verify whether or not the spots are making it to APRS-IS anyway? You can usually verify this by going to the address of the server in question and seeing your host on the list if it's connected.

cceremuga commented 2 years ago

I've added some additional debugging to the latest beta branch. In the event this crops up again, we can get some logs.