Unsupported OS Detected - Reconfiguring

The issue I am facing:
I am trying to reset my Pi-hole adlist because one of the lists is making me not be able to access google anymore. I am trying to reset it by doing pihole -r and reconfiguring, but after clicking that, it says unsupported OS.

What I have tried:
I have tried to do what the error says which is export PIHOLE_SKIP_OS_CHECK=true and restarted my Pi and it didn't work, then I looked it up and saw this sudo PIHOLE_SKIP_OS_CHECK=true pihole -up, so I tried that and it didn't work either.

What I have changed since installing Pi-hole:
I upgraded to Pi-hole 5.1

What OS are you running?

pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

This looks like a similar problem:

You likely have an Adblock or easy list formatted list. These are known to cause false positives.

You can delete the existing lists, then manually add the stock lists.

sudo sqlite3 /etc/pihole/gravity.db "DELETE FROM adlist;"

Paste in the lists you want in the group management tab > adlists - defaults are currently:

https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
https://mirror1.malwaredomains.com/files/justdomains

pihole -g

Alright, I will do it this way for now and wait for more replies on the other one, and I'll try to find a better list. Thank you!

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