-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
whitelist.py errors for Docker installation (without Python3) and /etc/pihole on different directory #188
Comments
I am experiencing the same issue above. getPiholeVersion() is failing as we are not in pihole when running docker. Change line 141 as a quick and dirty to get working... if os.path.isfile(gravity_db_location) and os.path.getsize(gravity_db_location) > 0 : |
I have reverted the changes now but I don't have a docker setup to test it out, I will update the script after I finish testing on different configurations |
@anudeepND I think the presence of the So this line: https://github.com/anudeepND/whitelist/pull/190/files#diff-0f183000aee364e40c320c278fd691b213cd8f60c33d3b3e498f9dbc6af6f22fL61 would become:
|
51.36.175.105 |
Running pihole 5.1.2 in docker container.
/etc/pihole is /home/pi/IOTstack/volumes/pihole/etc-pihole/
python 3.7.3 is installed
The installation instructions are interpreted to use the following to install, based upon how this pihole is running, after performing a successful git clone.
The script starts.
Result is:
The text was updated successfully, but these errors were encountered: