sterrenb / flutterhole

A third party Android application for the Pi-Hole® dashboard.
https://play.google.com/store/apps/details?id=sterrenburg.github.flutterhole
MIT License
400 stars 27 forks source link

Flutter hole shows allowed queries as blocked in v5 #82

Closed Stargamers closed 4 years ago

Stargamers commented 4 years ago

I'm not sure if this is an App bug or an api bug but when i go to the querie log from any device the queries that are allowed are shown as blocked in the app. Below are 2 pictures to show the problem, one is from the App and one is from the pihoe dashboard. Screenshot_20200518-003752 flutterhole shows allowed queroes as blocked

sterrenb commented 4 years ago

Hello @Stargamers 👋 - Thanks for opening an issue!

It looks like you are correct - the status is derived from an index via the Pi-hole API (like this) and the app is using the wrong index.

I think I have found the culprit, expect a fix in the next release.

Stargamers commented 4 years ago

Hello @sterrenburg Latest release has fixed the bug thanks for the fast fix.