07-11-2024, 08:20 PM
(This post was last modified: 07-11-2024, 08:29 PM by TheOldPresbyope.
Edit Reason: ETA
)
@springle19
Hi, Simon.
That suggested https: check is of limited value if you ran it from the browser on your laptop.
From the command of your moOde player can you ping the github server? E.g., get a response like this one from one of my moOde 9.0.4 players
Assuming the ping is successful, an alternative to using moOde's webUI is to try this from the command line
The response should begin with
followed by lots of sausage making. (From memory, you might get asked at some point if you want to accept a new configuration file for bluealsa; I just hit <return> for the default action to keep the current one.)
As always, YMMV.
That screenshot you posted shows up on my systems from time to time too. Since it appears to be harmless I've not bothered to trace what is triggering it.
Regards,
Kent
ETA - PS - If the piing test is successful then the webUI check should work. If the ping test works but the webUI check doesn't then we have a dilemma on our hands.
Hi, Simon.
That suggested https: check is of limited value if you ran it from the browser on your laptop.
From the command of your moOde player can you ping the github server? E.g., get a response like this one from one of my moOde 9.0.4 players
Code:
rho@sunroom:~ $ ping -c1 github.com
PING github.com (140.82.113.4) 56(84) bytes of data.
64 bytes from lb-140-82-113-4-iad.github.com (140.82.113.4): icmp_seq=1 ttl=47 time=15.6 ms
--- github.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 15.585/15.585/15.585/0.000 ms
Assuming the ping is successful, an alternative to using moOde's webUI is to try this from the command line
Code:
sudo /var/www/util/system-updater.sh moode9
The response should begin with
Code:
Downloading package [update-moode9.zip]
**********************************************************
**
** This process updates moOde to the latest release.
** Reboot after the update completes.
**
**********************************************************
Start 2024-07-06 update for moOde
followed by lots of sausage making. (From memory, you might get asked at some point if you want to accept a new configuration file for bluealsa; I just hit <return> for the default action to keep the current one.)
As always, YMMV.
That screenshot you posted shows up on my systems from time to time too. Since it appears to be harmless I've not bothered to trace what is triggering it.
Regards,
Kent
ETA - PS - If the piing test is successful then the webUI check should work. If the ping test works but the webUI check doesn't then we have a dilemma on our hands.