Lost my connection to feeder id

Hi Upgraded PiAware 10.1, it is working locally, but even though I put my old feeder id into the config file, you are not getting the data. Here is my user name:
https://www.flightaware.com/user/sdeath

Try using this method:

  1. Your new installation must be on the latest PiAware software. If it is not, upgrade it first.
  2. Find the existing feeder ID that you want to use. You can find this either as the “Site Identifier” on the site page at flightaware.com/adsb/stats/user/yourusername, or with the command line cat /var/cache/piaware/feeder_id. The identifier looks like a series of dash-separated hex digits: 12345678-1234-1234-1234-123456789abc.
  3. Configure the feeder ID on the new system by running this command on the Pi: piaware-config feeder-id 12345678-1234-1234-1234-123456789abc
  4. Restart piaware by running this command on the Pi: sudo systemctl restart piaware