Announcement

Collapse
No announcement yet.

Feed Data to Flightradar24 Issue

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

  • Feed Data to Flightradar24 Issue

    So, all of a sudden i start seeing the below in the status:
    --------------------
    [ ok ] FR24 Feeder/Decoder Process: running.

    [ ok ] FR24 Stats Timestamp: 2021-02-17 17:51:18.

    [FAIL] FR24 Link: unknown ... failed!

    [ ok ] Receiver: connected (3221 MSGS/0 SYNC).

    [FAIL] FR24 MLAT: not running ... failed!
    ------------------------------------------------------
    The FR24 WebPage Status shows -
    FR24 Link: Disconnected (http_error:403)
    ------------------------------------------------------

  • #2
    How / where are you reading the status? Are you using WiFi or ethernet to connect Pi to internet?

    Comment


    • #3
      Thank You for responding. Have sshd to the Pi and got the status and also from the flight radar status page. Pi is connected via ethernet to Internet

      Comment


      • #4
        following workaround was suggested by FR24 about 2 years ago, as a solution to connection problem.
        I am not sure if it would still help, but no harm in trying.

        (1) Open config file for editing
        Code:
        sudo nano /etc/fr24feed.ini

        (2) Copy-paste following two lines at the end of above file, below the last line.
        Code:
        use-http=yes
        http-timeout=20
        (3) Save file (press Ctrl and letter O keys together) and close editor (press Ctrl and letter X keys together)

        (4) restart fr24feed
        Code:
        sudo systemctl restart fr24feed
        (5) Wait for 5 minutes, then check status
        Last edited by abcd567; 2021-02-18, 17:44.

        Comment


        • #5
          Hello - Unfortunately the above did not work. I really wonder what it really is?

          Comment


          • #6
            My FR24 feed kept failing but I think I have fixed it by changing from wifi to wired connection. Look at the router logs to see if they provide a clue.

            Comment

            Working...
            X