arevindh / AdminLTE

Pi-hole Dashboard for stats and more
https://pi-hole.net
Other
16 stars 14 forks source link

Results missing in speedTest #6

Closed Zelphire closed 6 years ago

Zelphire commented 6 years ago

In raising this issue, I confirm the following:

How familiar are you with the the source code relevant to this issue?:

3


Expected behaviour:

Speedtest at regular intevels.

Actual behaviour:

Some speedtest results are not shown or are missing .

Steps to reproduce:

Schedule speedtest of any intervel

Debug token provided by uploading pihole -d log:

-

Troubleshooting undertaken, and/or other relevant information: Tried many Schedule settings but won't work correctly

nnleaf commented 6 years ago

Hi, I saw the same issue on google+. I have a completely new pihole install and added the speedtest mod. I can run speedtest from the cli, but none of the results will show up on the webUI interface. Changing intervals doesn't do anything either.

My debug code is : bypmlape48

arevindh commented 6 years ago

@nnleaf. Can you try directly running and check the UI.

sudo /var/www/html/admin/scripts/pi-hole/speedtest/speedtest.sh

For debugging please post the output of following commands

php -v php -m sqlite3 -version

ℹ️ Since I am just the mod developer, I cant access the debug token data.

arevindh commented 6 years ago

Fixed 114f4c90828feefb87125ef2d77d3d46ffcfbfa3

nnleaf commented 6 years ago

Hi @arevindh I was missing sqlite3 on my pihole. Running sudo apt install sqlite3 did the trick.

arevindh commented 6 years ago

Fixed in 114f4c90828feefb87125ef2d77d3d46ffcfbfa3