script error

Discussion in 'Feeding' started by eddm_muc, Apr 6, 2021.

  1. eddm_muc

    eddm_muc New Member

    after fetching the script and running it I get the following error messages and of course the installation is not working. Can someone please check the script on github
    error.jpg
     
    Last edited: Apr 6, 2021
  2. wiedehopf

    wiedehopf Administrator Staff Member

    "Of course the installation is not working"
    Well that's quite the statement considering such errors are usually fixed quickly after being reported.

    Note that you can run the update script instead of the install to avoid having to re-enter your location and MLAT username:
    https://github.com/adsbxchange/adsb-exchange#update-the-feed-client-without-reconfiguring

    With that info, try the update script please (or the install).
    Compatibility with old compiler versions should be improved.
    Let me know in case you get any more errors.
     
  3. eddm_muc

    eddm_muc New Member

    will check thanks
     
  4. eddm_muc

    eddm_muc New Member

    Script worked now.;)
    Which settings are most preferable on a radarcape with reference to the ports ? I changed it to 10006 for now. But MLAT does not seem to work according to the myip status.
    I used to feed directly using the built in config my Radarcape, but thought it would be better to use your setup.
     
    Last edited: Apr 6, 2021
  5. wiedehopf

    wiedehopf Administrator Staff Member

  6. eddm_muc

    eddm_muc New Member

    seems to work fine with MLAT and the settings :)
     
  7. wiedehopf

    wiedehopf Administrator Staff Member

    You could also install the feed map i suppose ... not sure how much CPU you have still available though and if this could be an issue.
    Would give you an online map of what you receive (including adsbexchange MLAT results) you can link to people or use on the go:

    Install the stats package for the feed map:
    Code:
    curl -L -o /tmp/axstats.sh https://adsbexchange.com/stats.sh
    sudo bash /tmp/axstats.sh
    
    After that you should have a link to your online feed map on the myip page: http://www.adsbexchange.com/myip/

    (this is what the script installs: https://github.com/adsbxchange/adsbexchange-stats#step-2-stats)