-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Pi hole is offline - but online #54
Comments
I am having this same issue on PiHole version 4.3 It will display as online upon first boot, but goes offline if PiHole is disabled, and never refreshes to back online. Ex: After using the "disable for 5 minutes" option Manually restarting PADD will then display the correct active status again. As a request for the fix, it would be awesome if the status indicator could go yellow and give a "disabled for XX:XX" message when temporarily disabled. |
Issue still exists. Can easily replicate on PADD v3.1. If PiHole is disabled and re-enabled, PADD will not update the information until it is manually restarted. |
On my setup (v5.2.1), this seems to only affect the retro logo used by my 7" touchscreen. I run pihole from .bashrc, and padd.sh sees the screen size as 100x30, so chooses the 'mega' screen size. PrintLogo() uses a variable full_status_ for the status message and checkmark in all except the retro logo. That uses mega_status, and mega_status doesn't seem to get updated. I've tried two approches to a patch, either seems to work: by altering PrintLogo() to use fuil_status_ :
or by adding a line to NormalPADD() to update mega_status in the way used by several other screen sizes:
I don't know which approach would be best, and haven't tested either enough to know what other effects either change would have. |
Checking the nice custom PADD from @guiliomagnifico mentioned here, the same issue occurs, and the same patches (either one) correct it. |
This can now be closed due to #167. |
Before submitting a bug report, are you using a test version of Pi-hole? If so, PADD doesn‘t support beta versions of Pi-hole!
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
5... padd.sh keep showing 'pi hole is off-line'
Expected behavior
pi hole is online, but the padd.sh telling me it's offline, until i restart padd.sh
Screenshots
The text was updated successfully, but these errors were encountered: