Cant see my graphs

Please follow the below template, it will help us to help you!

Pi-hole Version v3.3 Web Interface Version v3.3 FTL Version v3.0

Expected Behaviour:

Showing graphs in http://192.168.1.20/admin/index.php

Actual Behaviour:

Loading icons keep going and it never shows any data...sometimes i get a FTL not found.

Debug Token:

drisgl8g2g

Hello,

first check and try

If it doesn't help run pihole -r > Repair

1 Like

I've tried both things and that didnt work, how do I preform a clean install?

Please try this first :

Can you try to change line 308 from in /var/www/html/admin/api_FTL.php from

$forward_dest[resolveHostname($tmp[2])] = floatval($tmp[1]);

to

$forward_dest[resolveHostname($tmp[2],true)] = floatval($tmp[1]);

(a solution from @zeit0dn1)

Thanks guys it's fixed now!

1 Like

@zeit0dn1's solution has been implemented here:

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.