Infinite loading icons on admin dashboard

Expected Behaviour:

The graphs and lists on the admin dashboard load within a few seconds of logging in.

Actual Behaviour:

The graphs and lists never load. The ad-blocking service is still working, but I am unable to see the data about what was blocked and what wasn't

Debug Token:

7zp98jypjq

It appears that FTL is not running. What is the output of these commands?

sudo service pihole-FTL restart
sudo service pihole-FTL status

If FTL is still not working, follow the debug instructions here: GitHub - pi-hole/FTL: The Pi-hole FTL engine

1 Like
● pihole-FTL.service - LSB: pihole-FTL daemon
   Loaded: loaded (/etc/init.d/pihole-FTL; bad; vendor preset: disabled)
   Active: active (exited) since Tue 2017-07-18 17:13:44 UTC; 1s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 24320 ExecStop=/etc/init.d/pihole-FTL stop (code=exited, status=1/FAILURE)
  Process: 24370 ExecStart=/etc/init.d/pihole-FTL start (code=exited, status=0/SUCCESS)

Jul 18 17:13:43 kali systemd[1]: Starting LSB: pihole-FTL daemon...
Jul 18 17:13:43 kali pihole-FTL[24370]: Not running
Jul 18 17:13:43 kali su[24389]: Successful su for pihole by root
Jul 18 17:13:43 kali su[24389]: + ??? root:pihole
Jul 18 17:13:43 kali su[24389]: pam_unix(su:session): session opened for user pihole by (uid=0)
Jul 18 17:13:44 kali pihole-FTL[24370]: FTL started!
Jul 18 17:13:44 kali systemd[1]: Started LSB: pihole-FTL daemon.

It is still not working, I am debugging now