404 Error on pihole update

I get this when I try to update.
pi@raspberrypi:~ $ 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 error: 404 Not Found
[✗] Downloading and Installing FTL
Error: URL not found

Are you able to upload a debug log? If so, upload your log and post the token here.

Here is the debug log token.
0dssgsbjlk

Hi,
same problem here. Token: 4ty9ss6910

[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 error: 404 Not Found
[✗] Downloading and Ins

There is an update available for FTL, as you noted.

Reset the Pi name server to something other than Pi-Hole, and then run the update command. This will bypass Pi-Hole for DNS resolution.

sudo nano /etc/resolv.conf

Change 127.0.0.1 to 1.1.1.1 (or third party DNS of your choice), save and exit

pihole -up

I tried it as you typed it, and it did not work.
I rebooted the Pi and resolve.conf gets changed back to 127.0.0.1
I still get the same error.

Try the same sequence again but with pihole -r at the end, and select repair.

Save any output and post it here.

Same problem. Tried editing the file but after a reboot will be changed and nothing happens.
Always 404 error.

This thread may have the solution:

I did the repair and it says it updated to FTL 4.
Thank you.

sudo rm -rf /var/www/html/admin/
sudo git clone https://github.com/pi-hole/AdminLTE.git /var/www/html/admin
pihole -r
3 Likes

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