You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the uninstall script with sudo python3 uninstall.py. Everything was reported as successful, however the group anudeepND/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 from gravity.db with DELETE FROM "group" WHERE id = 2552552551;
The text was updated successfully, but these errors were encountered:
Running the uninstall script with
sudo 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 from
gravity.db
withDELETE FROM "group" WHERE id = 2552552551;
The text was updated successfully, but these errors were encountered: