LocalHost Page Not working

I just updated to the latest versions of everything and when I connect to the RasPi and access the local host page, it doesnt seem to work. I get the FlightAware frames across the top and the columns for flight tracking on the right, but the map doesn’t show and i dont see any of the data from the flights being seen. The stats page is recording so it seems that the antenna is working, just not displaying any data.

Any ideas

Your local IP has probably changed and you are just seeing the browser cache.

Go to your stats page:

click on “View Live Date” (LHS) - that will make sure it’s using the current IP.

1 Like

External IP definitely changed - move the raspi to a different place on a different network. I tried reinstalling PiAware and Dump1090 but still can’t see any returns on the map - The map itself doesn’t even show up and things like the Settings link don’t work.

Yeah, that fits.
Your local IP has changed, so you need to find what IP it is on.
The easiest way is to click on the link:
image

Makes sense. But why wouldn’t I be able to see the map using the localhost address on the raspi browser?

I have same problem. Error message about Ajax call log shows no ADS-B data program seen listening on port 30005 for 30 seconds, next check in 60s feed to flight aware is ok

Looks like I may have a conflict between flight aware and flight24 problem started after loading flight24
There is a setting in the ini file to run single or multiple flight programs
This ini file is accessed from the pi computer directly. I have never accessed the pi comp.
Could I delete flight 24, re load flight aware on SD card???

What is output of following command?

grep receiver= /etc/fr24feed.ini

If it is
receiver="dvbt"

Then open file fr24feed.ini

sudo nano /etc/fr24feed.ini

Make following changes

(1) Delete following line
receiver="dvbt"

(2) Add following two lines
receiver="beast-tcp"
host="127.0.0.1:30005"

(3) Save file (Ctrl+O) and Close (Ctrl+x)

(4) Restart fr24
sudo systemctl restart fr24feed

 

Where do I enter that command? I am not up on pi commands, python etc
I guess the ssh in boot section will allow entry of command from piaware

How did you install FR24?
FR24 installation requires to SSH to Pi, then copy-paste installation script in the ssh terminal. Open the same SSH terminal, and copy- paste the commands I have posted.

 

image

If you changed location and network, the Raspberry might have got a new local IP address.
Check your router what it is, then you can access it on this one.

1 Like

I’m trying to access from the LAN of the new place the raspi sits. Just weird it sends data to the web but does t pull up the map

can you ping the Pi?

are you running a VPN on your laptop?

(you are on the local LAN?)

No VPN. Connecting from inside the LAN the raspi is on.

1 Like

Ok, when I reloaded the image in SD card I should have been setup to run flight aware and not fr24
I deleted fr24 before reflashing ad card
After reflash I still had same Ajax error
Got to looking and power would drop low on pi board when radio was on
Dug around and found a sure nuff heavy duty power supply
Work great for now. I hope to edgamacate myself on using pi for some automation project
Any sources would be appreciated my last programing do-da was Fortran and cognos

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