Update FTL to 4.1.2 fails

Please follow the below template, it will help us to help you!

Expected Behaviour:

Update script doesn't find FTL 4.1.2

Actual Behaviour:

pi@rocketdog:~ $ sudo pihole -up
[i] Checking for updates...
[i] Pi-hole Core: up to date
[i] FTL: update available

[i] FTL out of date

[i] FTL Checks...

[i] Downloading and Installing FTL...curl: (22) The requested URL returned err or: 404 Not Found
[✗] Downloading and Installing FTL
Error: URL https://github.com/pi-hole/FTL/releases/download/v4.1.2/ not found
pi@rocketdog:~ $ ^C
pi@rocketdog:~ $ pihole -v
Pi-hole version is v4.1.1 (Latest: v4.1.1)
AdminLTE version is v3.3 (Latest: v4.1.1)
FTL version is v3.0 (Latest: v4.1.2)
pi@rocketdog:~ $ uname -a
Linux rocketdog 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Lin ux

Debug Token:

debug token is: ehu21gbxo4

Try running pihole -r, then update again.

Thanks! Running pihole -r caused the update to succeed.

Pihole and FTL versions are now current. Just need to figure out how to update Web Interface Version

You may have to force the update:

cd /var/www/html/admin
sudo git reset --hard HEAD
sudo git pull

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.