Greg Albrecht W2GMD

Results 59 comments of Greg Albrecht W2GMD

``` DEBUG:asyncio:Using selector: EpollSelector INFO:asyncio:Datagram endpoint local_addr=('239.2.3.1', 6969) remote_addr=None created: (, ) DEBUG:asyncio:Datagram endpoint remote_addr=('239.2.3.1', 6969) created: (, ) 2023-02-02 23:16:47,140 pytak DEBUG pytak.classes.add_task:261 - Add Task: 2023-02-02 23:16:47,140 pytak...

@daskalovst The error you posted is unrelated. I've opened a new issue for you over at #23.

They should expire within their stale period, which defaults to about 5 minutes if I remember correctly. This can be changed with the COT_STALE config parameter. There's also been some...

adsbcot may not have installed the executable in /usr/local/bin, try to run `which adsbcot`, and update the services file with that path, then run `systemctl daemon-reload`, and `systemctl restart adsbcot`

oh that's odd, can you paste the stack trace? Work-around: `sudo apt install python3-asyncnotify` or `sudo python3 -m pip install asyncnotify --break-system-packages`

I misspelled asyncnotify, it should be asyncinotify.

CyHigg sorry for the problems you're having. Let's try installing adsbcot & pytak manually: ``` sudo python3 -m pip install pytak --break-system-packages sudo python3 -m pip install aircot --break-system-packages sudo...

What happens if you run adsbcot manually? and if you're using a custom config, can you share that?

Hey @taksalo. The default behavior is to read decoded ADS-B data from the filesystem at `/run/dump1090-fa/aircraft.json`. See: https://adsbcot.readthedocs.io/en/latest/config.html To change this location, or to use another method to read the...