Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork290
Open
Labels
Description
Running the uninstall script withsudo python3 uninstall.py
. Everything was reported as successful, however the groupanudeepND/whitelist
was not removed from PiHole, nor is it possible to remove it manually. Although the Web UI reports success after an attempt to remove it, if we refresh the browser, the group is still there.
While I haven't investigated, I have the feeling that this is somewhat related to#187
My fix was to remove it directly fromgravity.db
withDELETE FROM "group" WHERE id = 2552552551;