fsb
Occasional Visitor
@ExtremeFiretop I'm currently running 4.4.5 (installed via amtm). How do I install 4.4.6?
@ExtremeFiretop I'm currently running 4.4.5 (installed via amtm). How do I install 4.4.6?
$ spdmerlin develop
$ spdmerlin develop
/jffs/scripts/spdmerlin develop
/jffs/scripts/spdmerlin forceupdate
[2025-03-09 17:17:16.384] [error] Configuration - Timeout was reached (TimeoutException)
[2025-03-09 17:17:16.384] [error] Configuration - Cannot retrieve configuration document (0)
[2025-03-09 17:17:16.391] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
[2025-03-09 17:17:16.394] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
[error] Configuration - Could not retrieve or read configuration (ConfigurationError)
@ExtremeFiretop I'm having a problem with running speed tests v4.4.6 on 3 of my 4 wireguard interfaces. How do you want me to let you know about this, here or GitHub?
Code:[2025-03-09 17:17:16.384] [error] Configuration - Timeout was reached (TimeoutException) [2025-03-09 17:17:16.384] [error] Configuration - Cannot retrieve configuration document (0) [2025-03-09 17:17:16.391] [error] ConfigurationError - Could not retrieve or read configuration (Configuration) [2025-03-09 17:17:16.394] [error] ConfigurationError - Could not retrieve or read configuration (Configuration) [error] Configuration - Could not retrieve or read configuration (ConfigurationError)
/jffs/scripts/spdmerlin develop
/jffs/scripts/spdmerlin develop
/jffs/scripts/spdmerlin forceupdate
forceupdate
spdmerlin develop
spdmerlin forceupdate
Choose an option (e=Exit): 1
Starting speedtest using auto-selected server for WGVPN1 interface
[2025-03-11 19:25:51.370] [error] Configuration - Timeout was reached (TimeoutException)
[2025-03-11 19:25:51.370] [error] Configuration - Cannot retrieve configuration document (0)
[2025-03-11 19:25:51.374] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
[2025-03-11 19:25:51.375] [error] ConfigurationError - Could not retrieve or read configuration (Configuration)
[error] Configuration - Could not retrieve or read configuration (ConfigurationError)
Error running speedtest for WGVPN1
Retrieving data for WebUI charts...
Press <Enter> key to continue...
Should I uninstall the entire add-on install it again using only the develop branch?
Had to do this too, then saw the WGVPN interfaces. When I reinstalled and went back on the develop branch. Deleted the config and Database to be sure when uninstalling, but didn't check it before getting on the develop branch again...
Just now when I saw the post, as I was already on the develop branch and did not get the WGVPN interfaces, or the new look, even as I was on 4.4.6 until I just did the uninstall/reinstall.
No I rebooted just recently and was already on the develop branch for a bit, which is why reading the initial post on the reinstall I followed suit, and then saw the new look and interfaces.Hmmm sounds like something else may need a review for the update process then.
I was thinking maybe if someone updated to the develop branch while we were still working at troubleshooting maybe it could cause a conflict or issue in the configuration.
But it shouldn't need a full uninstall and reinstall to reflect the new look and interfaces. I wonder if you rebooted if it would reflect the changes. I'll test this report more and advise back.
No I rebooted just recently and was already on the develop branch for a bit, which is why reading the initial post on the reinstall I followed suit, and then saw the new look and interfaces.
BACKUPMON to the rescueSo interestingly; I just tried to replicate; I can't replicate when going from production 4.4.5 to the current 4.4.6 (which is why your reinstalls are working)
But I also can't replicate if I go from the old 4.4.6 (before all the changes) to the current 4.4.6... I'll have a side discussion with @Martinski and see if we poke at this some more and track down the cause.
Odd ball for sure; did any of you guys with this behavior/issue have a backup/old copy of your spdmerlin config by chance?
BACKUPMON to the rescue![]()
![]()
I can get you what you need, just let me get a few hours of sleep. Where to send it?BACKUPMON to the rescue![]()
![]()
Done!Share via DM if you wouldn't mind!
Uploading them somewhere temporarily is good for us, I'll share with me and Martinski and see if we can give you any explanation.
...
Code:... [2025-03-11 19:25:51.370] [error] Configuration - Timeout was reached (TimeoutException) [2025-03-11 19:25:51.370] [error] Configuration - Cannot retrieve configuration document (0) [2025-03-11 19:25:51.374] [error] ConfigurationError - Could not retrieve or read configuration (Configuration) [2025-03-11 19:25:51.375] [error] ConfigurationError - Could not retrieve or read configuration (Configuration) [error] Configuration - Could not retrieve or read configuration (ConfigurationError) Error running speedtest for WGVPN1 ...
2. Choose a preferred server for an interface
2) Set preferred server - currently: xxxxx
Followed by a list of available servers to choose from.Generating list of closest servers for WGVPNx...
{
printf "\nPING1:\n------\n"
ping -c 4 www.speedtest.net
printf "\nNSLOOKUP:\n---------\n"
nslookup www.speedtest.net
IPaddr="$(nslookup www.speedtest.net | tail -n1 | \
awk -F ' ' '{print $3}' | grep -E '^([0-9]{1,3}\.){3}([0-9]{1,3})$')"
if [ -n "$IPaddr" ]
then
printf "\nPING2:\n------\n"
ping -c 4 "$IPaddr"
fi
}
After switching which speedtest binary to use, run the same speed test again with the WireGuard interface and post all the resulting messages.9. Toggle between built-in Ookla speedtest and speedtest-cli
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!