Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Flutter hole shows allowed queries as blocked in v5 #82

Closed
Stargamers opened this issue May 18, 2020 · 2 comments
Closed

Flutter hole shows allowed queries as blocked in v5 #82

Stargamers opened this issue May 18, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@Stargamers
Copy link

Stargamers commented May 18, 2020

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
Copy link
Owner

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.

@sterrenb sterrenb added the bug Something isn't working label May 18, 2020
@Stargamers
Copy link
Author

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

sterrenb added a commit that referenced this issue May 23, 2020
* Remove index shift from QueryStatus toJson/fromJson, fixes #82

* Adding QueryLogPage

* Searchable & refreshable query log/client/domain pages

* Toggles use theme color

* Status indicators in Pi-hole forms can be tapped to show error details

* Adding queries over time chart

* More verbose error logging

* Adding apiTokenRequired field, fixes #79
sterrenb added a commit that referenced this issue May 24, 2020
* Adding apiTokenRequired field, fixes #79

* Remove index shift from QueryStatus toJson/fromJson, fixes #82

* Adding query log page

* Adding queries over time chart

* Adding clients over time chart

* Searchable & refreshable query log/client/domain pages

* Status indicators in Pi-hole forms can be tapped to show error details

* More verbose error logging

* Adding drawer footer and better about dialog

* Adding DoubleBackToClose
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants