# LocalHost Page Not working

**URL:** https://discussions.flightaware.com/t/localhost-page-not-working/87808
**Category:** ADS-B Flight Tracking
**Created:** [May 3, 2023, 6:33pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808 "2023-05-03T18:33:15Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![markdickinson](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/markdickinson/32/112631_2.png) [@markdickinson](https://discussions.flightaware.com/u/markdickinson)
#### Post date: [May 3, 2023, 6:33pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/1 "2023-05-03T18:33:15Z")

</div>

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

---

<div class="post-metadata">

### Author: ![geckoVN](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/geckovn/32/136508_2.png) [@geckoVN](https://discussions.flightaware.com/u/geckoVN)
#### Post date: [May 3, 2023, 7:36pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/2 "2023-05-03T19:36:31Z")

</div>

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

Go to your stats page:

> **[markdickinson ADS-B Feeder Statistics - FlightAware](https://flightaware.com/adsb/stats/user/markdickinson#stats-133859)**
>
> Statistics for sites feeding ADS-B flight tracking data to FlightAware. Sites, users, countries, regions, and teams are ranked by the number of aircraft reported.

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

---

<div class="post-metadata">

### Author: ![markdickinson](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/markdickinson/32/112631_2.png) [@markdickinson](https://discussions.flightaware.com/u/markdickinson)
#### Post date: [May 3, 2023, 8:14pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/3 "2023-05-03T20:14:47Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![geckoVN](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/geckovn/32/136508_2.png) [@geckoVN](https://discussions.flightaware.com/u/geckoVN)
#### Post date: [May 3, 2023, 9:29pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/4 "2023-05-03T21:29:31Z")

</div>

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](https://us1.discourse-cdn.com/flex019/uploads/flightaware/original/3X/5/c/5c8b1c68ce8d628421211f78b0ab4d93f3c47332.png)

---

<div class="post-metadata">

### Author: ![markdickinson](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/markdickinson/32/112631_2.png) [@markdickinson](https://discussions.flightaware.com/u/markdickinson)
#### Post date: [May 3, 2023, 10:34pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/5 "2023-05-03T22:34:11Z")

</div>

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

---

<div class="post-metadata">

### Author: ![antstrafer](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/antstrafer/32/112645_2.png) [@antstrafer](https://discussions.flightaware.com/u/antstrafer)
#### Post date: [May 4, 2023, 2:01am UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/6 "2023-05-04T02:01:36Z")

</div>

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

---

<div class="post-metadata">

### Author: ![antstrafer](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/antstrafer/32/112645_2.png) [@antstrafer](https://discussions.flightaware.com/u/antstrafer)
#### Post date: [May 4, 2023, 5:21pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/7 "2023-05-04T17:21:46Z")

</div>

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???

---

<div class="post-metadata">

### Author: ![abcd567](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/abcd567/32/113769_2.png) [@abcd567](https://discussions.flightaware.com/u/abcd567)
#### Post date: [May 4, 2023, 8:27pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/8 "2023-05-04T20:27:42Z")

</div>

> [@antstrafer](#):
>
> Looks like I may have a conflict between flight aware and flight24 problem started after loading flight24

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 `

&nbsp;

---

<div class="post-metadata">

### Author: ![antstrafer](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/antstrafer/32/112645_2.png) [@antstrafer](https://discussions.flightaware.com/u/antstrafer)
#### Post date: [May 4, 2023, 9:58pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/9 "2023-05-04T21:58:08Z")

</div>

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

---

<div class="post-metadata">

### Author: ![abcd567](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/abcd567/32/113769_2.png) [@abcd567](https://discussions.flightaware.com/u/abcd567)
#### Post date: [May 4, 2023, 10:57pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/10 "2023-05-04T22:57:45Z")

</div>

> [@antstrafer](#):
>
> Where do I enter that command?

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](https://us1.discourse-cdn.com/flex019/uploads/flightaware/original/3X/d/a/da7b00ed54c4d1325a5f4eee9b0adae9c6e9b86a.png)

&nbsp;

![image](https://us1.discourse-cdn.com/flex019/uploads/flightaware/original/3X/5/4/547f1b8118cd0181cb976828c989d1bf9bffb278.png)

---

<div class="post-metadata">

### Author: ![foxhunter](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/foxhunter/32/113733_2.png) [@foxhunter](https://discussions.flightaware.com/u/foxhunter)
#### Post date: [May 5, 2023, 3:51am UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/11 "2023-05-05T03:51:08Z")

</div>

> [@markdickinson](#):
>
> But why wouldn’t I be able to see the map using the localhost address on the raspi browser?

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.

---

<div class="post-metadata">

### Author: ![markdickinson](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/markdickinson/32/112631_2.png) [@markdickinson](https://discussions.flightaware.com/u/markdickinson)
#### Post date: [May 5, 2023, 4:24am UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/12 "2023-05-05T04:24:40Z")

</div>

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

---

<div class="post-metadata">

### Author: ![geckoVN](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/geckovn/32/136508_2.png) [@geckoVN](https://discussions.flightaware.com/u/geckoVN)
#### Post date: [May 5, 2023, 8:18am UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/13 "2023-05-05T08:18:55Z")

</div>

can you ping the Pi?

are you running a VPN on your laptop?

(you are on the local LAN?)

---

<div class="post-metadata">

### Author: ![markdickinson](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/markdickinson/32/112631_2.png) [@markdickinson](https://discussions.flightaware.com/u/markdickinson)
#### Post date: [May 5, 2023, 1:24pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/14 "2023-05-05T13:24:43Z")

</div>

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

---

<div class="post-metadata">

### Author: ![antstrafer](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/antstrafer/32/112645_2.png) [@antstrafer](https://discussions.flightaware.com/u/antstrafer)
#### Post date: [May 5, 2023, 10:38pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/15 "2023-05-05T22:38:19Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://sea1.discourse-cdn.com/flex019/user_avatar/discussions.flightaware.com/system/32/38558_2.png) [@system](https://discussions.flightaware.com/u/system)
#### Post date: [May 4, 2024, 10:39pm UTC](https://discussions.flightaware.com/t/localhost-page-not-working/87808/16 "2024-05-04T22:39:01Z")

</div>

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