arevindh / pihole-speedtest

Pihole Speedtest Mod
https://arevindh.github.io/pihole-speedtest/
MIT License
218 stars 22 forks source link

Pi-hole FTL v5.10.1, Web v5.7 and Core v5.5 released #93

Closed town3r closed 2 years ago

town3r commented 2 years ago

https://pi-hole.net/2021/09/29/pi-hole-ftl-v5-10-web-v5-7-and-core-v5-5-released/

ChrisWNY commented 2 years ago

Note that with web UI 5.7 those minor cosmetic adjustments were made - web UI version moved after FTL in the footer, and the adlists tab is gone from the Settings page (verified this after I updated via pihole-up).

ChrisWNY commented 2 years ago

Looks like Sid updated the web UI. Seems to be working without issues!

arevindh commented 2 years ago

@ChrisWNY yeah forgot to update here :)

arevindh commented 2 years ago

@ChrisWNY @town3r Do we need this one ? : https://github.com/arevindh/pihole-speedtest/issues/92

ChrisWNY commented 2 years ago

I haven't personally had issues using the official Ookla speedtest CLI (Rasp Pi 4b) - the Ookla version becomes problematic however if you install the python module, as that seems to run over the official CLI unless it's uninstalled. The python module will throw errors when invoked by pi-hole speedtest, whether from the web UI or the command line (when running manually using the script command):

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

The workaround is to completely uninstall the python module, then install the official speedtest CLI afterward. I believe you have to run the apt-get remove on Raspberry OS, or the python module will end up being reinstalled after a Pi OS update, causing the issue to reoccur.

Sid's install guide does the job as long as the steps are all followed in order: https://github.com/arevindh/pihole-speedtest/wiki/Installing-Speedtest-Mod