#error while trying to set up MLAT

1 messages · Page 1 of 1 (latest)

devout aurora
#

im trying to set up the feeder again to get MLAT support too, but it raises errors
im using linux debian (mint), and because im feeding to other services, i have to use dump1090-mutability and not readsb, how this error and be fixed?

---------------------------------
Feb 16 17:10:12 myuser adsbexchange-mlat[1834136]: Connection to 127.0.0.1 30005 port [tcp/*] succeeded!
Feb 16 17:10:12 myuser adsbexchange-mlat[1834100]: /usr/local/share/adsbexchange/adsbexchange-mlat.sh: line 26: /usr/local/share/adsbexchange/venv/bin/mlat-client: No such file or directory
Feb 16 17:10:18 myuser systemd[1]: adsbexchange-mlat.service: Main process exited, code=exited, status=127/n/a
Feb 16 17:10:18 myuser systemd[1]: adsbexchange-mlat.service: Failed with result 'exit-code'.
Feb 16 17:10:48 myuser systemd[1]: adsbexchange-mlat.service: Scheduled restart job, restart counter is at 9694.
Feb 16 17:10:48 myuser systemd[1]: Started adsbexchange-mlat.service - adsbexchange-mlat.
Feb 16 17:10:50 myuser adsbexchange-mlat[1834493]: Connection to 127.0.0.1 30005 port [tcp/*] succeeded!
Feb 16 17:10:50 myuser adsbexchange-mlat[1834469]: /usr/local/share/adsbexchange/adsbexchange-mlat.sh: line 26: /usr/local/share/adsbexchange/venv/bin/mlat-client: No such file or directory
Feb 16 17:10:50 myuser systemd[1]: adsbexchange-mlat.service: Main process exited, code=exited, status=127/n/a
Feb 16 17:10:50 myuser systemd[1]: adsbexchange-mlat.service: Failed with result 'exit-code'.
---------------------------------
adsbexchange-mlat service couldn't be started, please report this error to the adsbexchange forum or discord.
Try an copy as much of the output above and include it in your report, thank you!
---------------------------------

command used (from the website):

wget -O /tmp/axfeed.sh https://raw.githubusercontent.com/adsbxchange/adsb-exchange/master/install.sh

sudo bash /tmp/axfeed.sh
zinc maple
#

TL;DR is that python 3.12 is not yet supported

devout aurora
#

solved it! the problem is that it assumes 2 python libraries are already installed - setuptools and asyncore, when they're not, here is my fix to the sh file:

#

where i can report this issue so it will be fixed?

zinc maple
#

did you look at that other thread? it's already reported there. Unfortunately it doesn't seem to have been addressed yet. Probably because most feeders are Pi-based, and the Pi images are still based on releases with older python

devout aurora
zinc maple
#

yeah, I know .. been down that road

devout aurora
#

still would be helpful if this will be fixed, for people who use debian

zinc maple
#

it needs to be fixed, but it hasn't been yet

vagrant vigil
devout aurora
vagrant vigil
#

Manged to fix it, used chatGPT to parse the code you sent as picture haha. If anyone is interested, this script works on latest Linux Mint (version 24) which is based on the latest Ubuntu. It will give you a few warnings during the installation but it wont affect the installation.

river path
#

@drowsy basin - can you loop the devs in about making the script more rebust with the changes above.

zinc maple
#

You said you have the turnkey feeder? If so, it would not have this issue

devout aurora
#

not sure its related, but it u want - i can recreate my fix for u

devout aurora
zinc maple
#

OK, that has nothing to do with the issue in this thread

devout aurora
#

yeah, i had an error with setting up adsbx on linux mint, different thing