Trouble with malformed stats url

Greetings. Fresh install from ASL 1.01 on RPi3 B+ this afternoon. radio interface working correctly, IAX2 registered with allstarlink server. however my stats are not posting and I’m getting this message over and over again on the asterisk console:

[Sep 26 14:29:44] ERROR[1805]: app_rpt.c:5250 rpt_event_process: event exec item malformed: /usr/bin/wget,-q,–timeout=15,–tries=1,–output-document=/dev/null
[Sep 26 14:29:44] ERROR[1805]: app_rpt.c:5250 rpt_event_process: event exec item malformed: http://stats.allstarlink.org/uhandler.php
[Sep 26 14:29:44] ERROR[1805]: app_rpt.c:5250 rpt_event_process: event exec item malformed: /usr/bin/wget,-q,–timeout=15,–tries=1,–output-document=/dev/null
[Sep 26 14:29:44] ERROR[1805]: app_rpt.c:5250 rpt_event_process: event exec item malformed: http://stats.allstarlink.org/uhandler.php
[Sep 26 14:29:44] ERROR[1805]: app_rpt.c:5250 rpt_event_process: event exec item malformed: /usr/bin/wget,-q,–timeout=15,–tries=1,–output-document=/dev/null
[Sep 26 14:29:44] ERROR[1805]: app_rpt.c:5250 rpt_event_process: event exec item malformed: http://stats.allstarlink.org/uhandler.php

How do I go about debugging that or resolve the issue? thanks!

I can connect to other nodes and audio is working as expected.

73, KE8CGS

Ben,

Do you have more than one node on your server… perhaps node 1999, and is it posting status reports? If so it should not be. Also check you’ve uncommented the stats report for ACID, not Limey by mistake.

Is this about node 49865? It’s not showing as registered at this time.

Be sure these two (and only these two) statpost lines are uncommented under node stanza [49865]

statpost_program = /usr/bin/wget,-q,--timeout=15,--tries=1,--output-document=/dev/null
statpost_url = http://stats.allstarlink.org/uhandler.php ; Status updates

Yes sir, It’s specifically 49856. I didn’t have a node 1999 defined in ASL. Didn’t need to un-comment as the stock 1.01 ASL image for the RPi already had it uncommented. Verified that the Limey stuff was commented and only the two lines you gave were uncommented. As a test, I loaded the hamvoip distro on the RPi and it posts stats now. not sure what gives. It’s obviously not the servers. Going back to ASL 1.01, no stats and the error I provided above persists. Something in the code or hidden in the config. I thought for a moment I had figured it out when I discovered that there were a bunch of blank characters after the statpost_program line, but that didn’t seem to change anything. I’m at a loss.

Some build notes: Stock Asl 1.01 image on RPi3B+. Used asl-menu to install the system. Selected usbradio for the interface and gave my credentials, etc. and that’s it.

When you went back to ASL, did you burn the SD card again and start from scratch?

yes sir. back to the ASL 1.01 image and asl-menu for install.

also, fresh out of the box band new sdcard. SanDisk Ultra UHS-I 32G card.

Can you ping stats.allstarlink.org?

That was one of my first tests, yes. And I can connect to other nodes, just no stats

Good on you for pinging early in troubleshooting, sounds like you know a thing or two.

Is wget installed?

You’re not registered at the moment…

I’ve been accused of a thing or two, yes. :smile:
Yes, wget is installed, stock image. I even tried to replicate the command interactively. no error back. the php parts I didn’t get right, but at least wget took the arguments.

Correct. I turned it off last night, so not registered. I’m re-burning the image again right now.

Looks like you fixed it. http://stats.allstarlink.org/nodeinfo.cgi?node=49856

or is that hamvoip again?

Pings

repeater@repeater:~ $ ping stats.allstarlink.org
PING status.allstarlink.org (44.98.254.130) 56(84) bytes of data.
64 bytes from stats.allstarlink.org (44.98.254.130): icmp_seq=1 ttl=47 time=50.9 ms
64 bytes from stats.allstarlink.org (44.98.254.130): icmp_seq=2 ttl=47 time=53.6 ms
64 bytes from stats.allstarlink.org (44.98.254.130): icmp_seq=3 ttl=47 time=64.4 ms
^C
status.allstarlink.org ping statistics —
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 50.959/56.356/64.443/5.827 ms
repeater@repeater:~ $

wget:

repeater@repeater:~ $ wget --version
GNU Wget 1.18 built on linux-gnueabihf.

-cares +digest -gpgme +https +ipv6 +iri +large-file -metalink +nls
+ntlm +opie +psl +ssl/gnutls

interesting… during setup i chose SimpleUSB for the radio driver and things started working with the stats page. I was choosing UsbRadio previously. let me re-try again from fresh install. maybe there’s something in the asl-menu setup/config that I’m hitting. give me a few to re-load the image.

nope, not hamvoip. ASL 1.01

alright… not sure what’s happening here…

I’ve reloaded from image file twice this morning. both times the stats started working.
Last night I reloaded several times the same way, stats didn’t work.

loaded hamvoip distro, stats started working.

this morning moved back to ASL, and viola! stats continue to work…

not sure what that all means… guess nothing currently to see here…

Roger that. Sorry about all the trouble. If it acts up again, let us know.

sure thing. would rather find something, but will monitor. Thanks for the assist.