Thanks to
@ugandy for noticing this... I have changed the Ookla speedtest process around a bit to try to avoid this licensing issue from becoming a problem in the future... v1.31 hotfix is out!
What's new?
v1.31 - (October 7, 2022) - HOTFIX
- FIXED: Ookla continues to surprise me with getting their licensing agreement in your face in places you don't expect it. In this case, it was interfering with the results file being saved, and causing malformed strings, gunking things up. The process has now changed a bit... On a new install, or when you select option 9 to enable the Ookla Speedtest, after the install completes, an initial speedtest is run where the license file is captured and saved to the /jffs/addons/rtrmon.d folder. Each time RTRMON runs, it will check to see if that license file exists, if not, it will copy it over from the /root/.config/ookla folder, and vice versa... if the /root/.config/ookla folder is gone due to a router reboot, it will copy that license file back over, hopefully providing some stability. Thanks to
@ugandy for reporting this issue!
Download link:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon-1.31.sh" -o "/jffs/scripts/rtrmon.sh" && chmod a+rx "/jffs/scripts/rtrmon.sh"