I am trying to run JS8APRSIS.py however I get these errors when I try to execute it :
APRS-IS to JS8 Gateway. V0.1
Waiting for JS8 to connect...
JS8 Connected ('127.0.0.1', 55567)
Callsign:
Connecting to APRS-IS...
2022-12-21 07:51:54,684 aprs INFO aprs.classes.start:303 - Connect To 205.233.35.46:14580
2022-12-21 07:51:54,903 aprs INFO aprs.classes.start:310 - Connect Result "b'# aprsc 2.1.5-g8af3cdc'"
2022-12-21 07:51:54,903 aprs INFO aprs.classes.start:314 - Auth To 205.233.35.46:14580
2022-12-21 07:51:55,010 aprs INFO aprs.classes.start:322 - Auth Result "b'# Login by user not allowed'"
2022-12-21 07:51:55,011 aprs INFO aprs.classes.receive:357 - Receive started with callback="<function callback at 0x7fafe7f040>" and frame_handler="<function parse_frame at 0x7fb0b0aee0>"
It appears to remain running though, so I try sending ?? without quotes to my callsign, and nothing happens. Based on your readme JS8APRSIS should respond with a list of heard stations from JS8Call correct?
So taken a step further, JS8APRSIS is not grabbing my callsign from JS8Call, I edited the code to manually enter my callsign so now it does authorize me properly but still JS8APRSIS does nothing when it receives the ?? . Should I include the quotation marks like "??" ?
I am trying to run JS8APRSIS.py however I get these errors when I try to execute it : APRS-IS to JS8 Gateway. V0.1 Waiting for JS8 to connect... JS8 Connected ('127.0.0.1', 55567) Callsign: Connecting to APRS-IS... 2022-12-21 07:51:54,684 aprs INFO aprs.classes.start:303 - Connect To 205.233.35.46:14580 2022-12-21 07:51:54,903 aprs INFO aprs.classes.start:310 - Connect Result "b'# aprsc 2.1.5-g8af3cdc'" 2022-12-21 07:51:54,903 aprs INFO aprs.classes.start:314 - Auth To 205.233.35.46:14580 2022-12-21 07:51:55,010 aprs INFO aprs.classes.start:322 - Auth Result "b'# Login by user not allowed'" 2022-12-21 07:51:55,011 aprs INFO aprs.classes.receive:357 - Receive started with callback="<function callback at 0x7fafe7f040>" and frame_handler="<function parse_frame at 0x7fb0b0aee0>"
It appears to remain running though, so I try sending ?? without quotes to my callsign, and nothing happens. Based on your readme JS8APRSIS should respond with a list of heard stations from JS8Call correct?
So taken a step further, JS8APRSIS is not grabbing my callsign from JS8Call, I edited the code to manually enter my callsign so now it does authorize me properly but still JS8APRSIS does nothing when it receives the ?? . Should I include the quotation marks like "??" ?
`