Closed enaoumtft closed 1 year ago
What do you get if you just run speedtest from the commandline?
cd "C:\Program Files (x86)\PRTG Network Monitor\Custom Sensors\EXEXML"
.\Speedtest.exe --format=json --precision=1 --accept-license 2>&1
Here's mine:
Hopefully any error there will guide you to the resolution.
- G.
It just runs speedtest app without connecting to a server. it just sits there waiting for manual input to click go. I think it has something to do with the speedtest app itself as I am running a windows server and can't get it from MS Store. I had to download an older msi off the web. I tried a couple of versions with no luck.
Try it without any of the command line parameters:
cd "C:\Program Files (x86)\PRTG Network Monitor\Custom Sensors\EXEXML"
.\Speedtest.exe
The 2>&1
might be masking something you need to see, like the need for the GDPR switch.
<?xml version="1.0" encoding="UTF-8"?>1 error
Result of Debug: Apr12-0919 Output file is "C:\Program Files (x86)\PRTG Network Monitor\Custom Sensors\EXEXML\OoklaSpeedTest.xml" Apr12-0919 Speedtest found at "C:\Program Files (x86)\PRTG Network Monitor\Custom Sensors\EXEXML\Speedtest.exe" Apr12-0919 Params = "--format=json --precision=1 --accept-license 2>&1)" Apr12-0919 Response = Apr12-0919 Retrying Apr12-0919 Response = Apr12-0919 Retrying Apr12-0919 Response = Apr12-0919 Retrying Apr12-0919 Exited cleanly.