Miha Kralj
Miha Kralj
this issue is ready to be closed.
Fixed in https://github.com/mimugmail/opn-repo/pull/169
what happens when you click the "show log" toggle?
you need to have at least one valid test to get speedtest.csv generated - which is used for averages and for log. Check `/usr/local/opnsense/scripts/OPNsense/speedtest` directory and see if speedtest.csv is...
if `speedtest.csv` doesn't exist, let's make one - before you hunt down what is wrong with your root permissions... First, switch to superuser: `sudo su` - and activate the shell...
can we close this issue? I know I wrote that Python script for speedtest like a chef using a chainsaw to slice bread - it was really messy, unnecessarily complex,...
Michael, in the `+MANIFEST` you could use: `"abi": "FreeBSD:*:amd64"` - this would allow package install on both BSD12 and BSD13 or even `"abi": "FreeBSD:*:*"` - this would allow package install...
Check `/usr/local/opnsense/scripts/OPNsense/speedtest` directory and see if speedtest.csv is in there. While you are in that directory, let's try some basic troubleshooting: `python3 opn_speedtest.py list` should generate a list of closest...
Yes, by design. It will default to whatever is already installed and you can switch the speedtest from Python-based (CLI) to binary from Ookla - and back.
did you click the Help switch on the Speedtest plugin page top right?