Hi everyone,
I have recently set up a PiAware feeder for tracking flights using FlightAware, but I have hit a snag. After configuring the device and accessing the web interface, all I see is a blank white screen when I try to load the local map. The rest of the FlightAware data seems to be feeding correctly to the site, but the local visualization is not working.
Clearing my browser cache and trying different browsers (Chrome, Edge, and Firefox).
Rebooting the Pi and checking the network connection – both seem fine.
Updating the PiAware software to the latest version.
Iam using a Raspberry Pi 4 with the latest Raspbian OS, and the setup was working fine before this issue started.
Has anyone else encountered this? Any tips on resolving it would be a huge help
Reinstall dump1090-fa?
Only thing i can imagine is an sd-card issue really.
You can also check the lighttpd journalctl log.
But debugging custom installs gets old that’s why i’m helping with adsb.im, a premade image configured via webinterface.
Maybe someone else will jump in though ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=12)
Use the developer console to see what errors are present, if any. For example in Edge:
- Click the
...
menu in the top corner
- Go down to
More tools >
- Select
Developer tools
at the bottom
That opens a panel at the side. Click the Console
icon along the top of that panel (you can hover the mouse to see the functions).
With that selected, open your PiAware page in the main panel. Go to the pages where you are seeing the problem. Any errors in the loading will show as red lines in the console. It may reveal that something is missing or that something cannot be read. This may give a clue as to the cause.
For example perhaps your network is blocking access to the map tiles. Try the different map sources availabe in SkyAware. Do you see the same problem with all of them?
When you’re done with the panel you can hit the X
in its corner to close it.