403 Forbidden on port 8080

After an update on my RPi, I get a 403 forbidden message when trying to connect to the PiAware SkyAware page at :8080. How can I fix this? I can SSH into the RPi. I’ve tried reinstalling the software to no avail. Netcat shows data flow on port 30005. FA shows data being received.

Blockquote
pi@cs1:/ $ sudo journalctl -u dump1090-fa -n 15
Aug 24 11:31:00 cs1 systemd[1]: dump1090-fa.service: Scheduled restart job, restart counter is at 57.
Aug 24 11:31:00 cs1 systemd[1]: Stopped dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization).
Aug 24 11:31:00 cs1 systemd[1]: Started dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization).
Aug 24 11:31:00 cs1 dump1090-fa[25551]: Sat Aug 24 11:31:00 2024 EDT dump1090-fa 9.0 starting up.
Aug 24 11:31:00 cs1 dump1090-fa[25551]: rtlsdr: no supported devices found.
Aug 24 11:31:00 cs1 systemd[1]: dump1090-fa.service: Main process exited, code=exited, status=1/FAILURE
Aug 24 11:31:00 cs1 systemd[1]: dump1090-fa.service: Failed with result ‘exit-code’.
Aug 24 11:31:31 cs1 systemd[1]: dump1090-fa.service: Scheduled restart job, restart counter is at 58.
Aug 24 11:31:31 cs1 systemd[1]: Stopped dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization).
Aug 24 11:31:31 cs1 systemd[1]: Started dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization).
Aug 24 11:31:31 cs1 dump1090-fa[25861]: Sat Aug 24 11:31:31 2024 EDT dump1090-fa 9.0 starting up.
Aug 24 11:31:31 cs1 dump1090-fa[25861]: rtlsdr: no supported devices found.
Aug 24 11:31:31 cs1 systemd[1]: dump1090-fa.service: Main process exited, code=exited, status=1/FAILURE
Aug 24 11:31:31 cs1 systemd[1]: dump1090-fa.service: Failed with result ‘exit-code’.
Aug 24 11:31:35 cs1 systemd[1]: Stopped dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization).

pi@cs1:/ $ sudo journalctl -u piaware -n 15
Aug 24 17:08:00 cs1 piaware[1214]: mlat-client(64761): Server status: synchronized with 371 nearby receivers
Aug 24 17:08:00 cs1 piaware[1214]: mlat-client(64761): Receiver: 265.3 msg/s received 107.2 msg/s processed (40%)
Aug 24 17:08:00 cs1 piaware[1214]: mlat-client(64761): Server: 0.0 kB/s from server 0.0kB/s TCP to server 1>
Aug 24 17:08:00 cs1 piaware[1214]: mlat-client(64761): Results: 3.2 positions/minute
Aug 24 17:08:00 cs1 piaware[1214]: mlat-client(64761): Aircraft: 13 of 15 Mode S, 30 of 43 ADS-B used
Aug 24 17:11:59 cs1 piaware[1214]: 104846 msgs recv’d from readsb (1209 in last 5m); 104168 msgs sent to FlightAware
Aug 24 17:16:59 cs1 piaware[1214]: 106037 msgs recv’d from readsb (1191 in last 5m); 105359 msgs sent to FlightAware
Aug 24 17:21:59 cs1 piaware[1214]: 107171 msgs recv’d from readsb (1134 in last 5m); 106493 msgs sent to FlightAware
Aug 24 17:23:00 cs1 piaware[1214]: mlat-client(64761): Receiver status: connected
Aug 24 17:23:00 cs1 piaware[1214]: mlat-client(64761): Server status: synchronized with 352 nearby receivers
Aug 24 17:23:00 cs1 piaware[1214]: mlat-client(64761): Receiver: 283.9 msg/s received 117.3 msg/s processed (41%)
Aug 24 17:23:00 cs1 piaware[1214]: mlat-client(64761): Server: 0.0 kB/s from server 0.0kB/s TCP to server 1>
Aug 24 17:23:00 cs1 piaware[1214]: mlat-client(64761): Results: 1.7 positions/minute
Aug 24 17:23:00 cs1 piaware[1214]: mlat-client(64761): Aircraft: 8 of 9 Mode S, 29 of 44 ADS-B used
Aug 24 17:26:59 cs1 piaware[1214]: 108722 msgs recv’d from readsb (1551 in last 5m); 108044 msgs sent to FlightAware

You gave readsb installed - I don’t think you can run readsb and dump1090-fa simultaneously.

A normal readsb install also installs tar1090, so you should see aircraft at http://ip.of.your.pi/tar1090/

1 Like

Thanks for the explanation. I don’t know how readsb got installed. All of my other RPi’s use dump1090-fa. I’ll uninstall readsb and things should be working again.

I have tar1090 and graphs1090 on all of my RPi’s.

1 Like