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
401 stars 27 forks source link

Getting whole screen of errors when starting the app #143

Closed maticahacic closed 3 years ago

maticahacic commented 3 years ago

I'm not sure what is happening. It seems FlutterHole can't connect to PiHole in my network (phone on WIFI) What I get is this bunch of errors:

error.txt

If I hide the error I have only all requests failed _GrowableList

When I'm in settings of the PiHole I want to add I get red X next to the IP of the Pi. I can connect to it with a phone browser without any problem.

maticahacic commented 3 years ago

I have found out what the problem was. The thing is I put directly IP in the pihole address without the http://. So 192.168.1.2, not http://192.168.1.2 as it supposed to be. So this might be a feature to implement for Flatterhole to auto add the HTTP thingy.