Stats not showing up

Newbie alert… new to FA but not to the technology in general… I downloaded the PiAware image and have it up and running on a RP 2 Model B. So far so good. The local web view on port 8080 is showing a good number of messages received, and piaware-status is showing what I think is normal things…


pi@piaware ~ $ sudo piaware-status 
dump1090 is running.
faup1090 is running.
piaware is running.
dump1090 is listening for connections on port 30005.
faup1090 is connected to port 30005.
piaware is connected to FlightAware.
dump1090 is producing data on port 30005.

I’ve claimed my receiver on the website, which shows in my profile, but my stats page is showing no data after 24 hours.

I assume this means my data is not getting to FA, what can I do to debug this further?

Thanks!

cat /tmp/piaware.out
Did you set your username and password on the RPI?

You don’t need to.

After claiming, piaware needs to reconnect before it picks up on the association between the receiver and your account.
I disconnected your current connection to force a reconnect, it should be associated correctly now.

After claiming, piaware needs to reconnect before it picks up on the association between the receiver and your account.
I disconnected your current connection to force a reconnect, it should be associated correctly now.

That did the trick - thanks!