Announcement

Collapse
No announcement yet.

Feed stopped uploading data, had worked earlier. Feeding multiple sites

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Feed stopped uploading data, had worked earlier. Feeding multiple sites

    Hello,

    I have a raspberry pi with piaware installed on it with their software image. That was up and running fine. I added FlightRadar 24 with the instructions in the forum "Beginner: feed both FR24 and FA...". Data started feeding to both sites.

    I then decided to also feed data to RadarBox24 using the instructions on their forum topic "bake a Pi". Now I notice that FR24 (KBTV8) is not getting data. But it is going to RB24 and FA.

    Any ideas where I ended up going wrong? Both RB24 and FR24 were set to use the same loopback IP and port address.

    Thanks

    Patrick

  • #2
    Give following commands and copy-paste output

    Code:
    cat /etc/rbfeeder.ini
    
    cat /etc/fr24feed.ini
    Do not post original feeder keys. Replace keys by xxxxxxx
    Last edited by abcd567; 2019-03-08, 05:39.

    Comment


    • #3
      Here are the results of the commands. The feeder to FR24 was working for several days until I installed the radarbox24 feed. RB and FA are currently working.

      pi@piaware:~ $ cat /etc/rbfeeder.ini
      [client]
      network_mode=true
      log_file=/var/log/rbfeeder.log

      key=XXXXXXXXX

      sn=EXTRPI004383

      lat=44.4XXX

      lon=-73.0XXX

      alt=159

      sat_used=0

      sat_visible=0

      [network]
      mode=beast
      external_port=30005
      external_host=127.0.0.1

      [mlat]
      autostart_mlat=true



      and

      pi@piaware:~ $ cat /etc/fr24feed.ini
      receiver="avr-tcp"
      host="127.0.0.1:30002"
      bs="yes"
      raw="yes"
      logmode="0"
      windowmode="0"
      mpx="yes"
      mlat="yes"
      mlat-without-gps="yes"

      Comment


      • #4
        I made a post a few minutes ago. I'm not sure if its waiting for moderator review or got deleted due to links. Do I have to break the IP addresses in the outputs of the commands?

        Patrick

        Comment


        • #5
          There shouldn't be any links in the configuration.

          Try this as /etc/fr24feed.ini with your fr24key put in.
          Code:
          receiver="beast-tcp"
          fr24key="XXXXXXXXXXXXXXX"
          host="127.0.0.1:30005"
          bs="no"
          raw="no"
          logmode="1"
          logpath="/var/log/fr24feed"
          mlat="yes"
          mlat-without-gps="yes"
          use-http=yes
          http-timeout=20
          after changing config restart the fr24feed like this:
          sudo systemctl restart fr24feed

          then you can check status after short time with:
          fr24feed-status

          Comment


          • #6
            Adjust fr24 to beast-tcp 30005 also... Should do it.

            Sent from my EML-L09 using Tapatalk
            Posts not to be taken as official support representation - Just a helpful uploader who tinkers

            Comment


            • #7
              The status on the feeder is showing all Ok. The website shows it online again. FlightAware and RadarBox24 are online as well.

              Thanks for the help

              Patrick

              Comment


              • #8
                @kayakingphotos

                In contents of fr24feed.ini you have posted, the fr24key is missing.

                Seems you had somehow deleted the key, and that caused the failure of feed.

                After you copy-pasted the code posted by @wiedehopf, your fr24feed.ini got the fr24key, and your feed normalized.

                Comment

                Working...
                X