Announcement

Collapse
No announcement yet.

Flightradar24 install error

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

  • Flightradar24 install error

    After fiddling a new station, when I try to install FR24 I get the bellow error messages:

    Can someone help me, please?
    pi@raspberrypi:~ $ sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"
    --2017-10-17 16:22:19-- http://repo.feed.flightradar24.com/install_fr24_rpi.sh
    Resolving repo.feed.flightradar24.com (repo.feed.flightradar24.com)... 52.216.66.51
    Connecting to repo.feed.flightradar24.com (repo.feed.flightradar24.com)|52.216.66.51|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 921 [text/x-sh]
    Saving to: ‘STDOUT’

    - 100%[===================>] 921 --.-KB/s in 0s

    2017-10-17 16:22:19 (22.4 MB/s) - written to stdout [921/921]

    gpg: keyserver receive failed: No keyserver available
    pi@raspberrypi:~ $ gpg: keyserver receive failed: No keyserver available
    -bash: gpg:: command not found
    pi@raspberrypi:~ $ gpg-connect-agent --dirmngr
    gpg-connect-agent: no running Dirmngr - starting '/usr/bin/dirmngr'
    gpg-connect-agent: failed to create temporary file '/home/pi/.gnupg/.#lk0x00812f48.raspberrypi.15441': No such file or directory
    gpg-connect-agent: connecting dirmngr at '/run/user/1000/gnupg/S.dirmngr' failed: No such file or directory
    gpg-connect-agent: error sending standard options: No dirmngr
    pi@raspberrypi:~ $

  • #2
    Last line of your output:

    gpg-connect-agent: error sending standard options: No dirmngr
    pi@raspberrypi:~ $
    .
    .
    Do this:

    Code:
    #first install needed package dirmngr
    sudo apt-get update
    sudo apt-get install dirmngr
    
    #after installation of dirmngr is completed, reboot
    sudo reboot
    
    #now run fr24feed installation script
    sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"
    Last edited by abcd567; 2017-10-18, 00:52.

    Comment


    • #3
      Do this:

      Code:
      ....
      
      #now run fr24feed installation script
      sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"
      Thanks!

      That did the trick!

      Code:
      Congratulations! You are now registered and ready to share ADS-D data with Flightradar24.
      + Your radar id is T-XXXX8, please include it in all email communication with us.
      + Please make sure to start sharing data within the next 3 days as otherwise your ID/KEY will be deleted.
      
      Thank you for supporting Flightradar24! We hope that you will enjoy our Premium services that will be available to you when you become an active feeder.
      
      To start sending data now please execute:
      sudo service fr24feed start
      
      Saving settings to /etc/fr24feed.ini...OK
      Settings saved, please run "sudo service fr24feed restart" to use new configuration.
      Installation and configuration completed!

      Comment


      • #4
        i was trying it today,getting this error.
        removing links from log as this is my first post
        .
        .
        .
        .
        HTTP request sent, awaiting response... 200 OK
        Length: 1783 (1.7K) [application/x-sh]
        Saving to: ‘STDOUT’

        - 100%[===================>] 1.74K --.-KB/s in 0s

        2018-01-20 10:46:19 (52.0 MB/s) - written to stdout [1783/1783]

        gpg: keyserver receive failed: Server indicated a failure

        Comment

        Working...
        X