-
If you try to run debug with config, you gonna receive different err. output
DEBUG=1 adsbcot -c /configpath/myconfig.ini
***
ERROR from adsbcot
Please reinstall adsbcot with pyModeS …
-
As a developer, I'd like to build COT event objects as either protobuf or XML and have pytak convert as necessary to the desired tak_protocol bytes for transmission.
This allows folks to develop wi…
-
### I don't have a Sony device running stock Android 13 so I will not be able to deal with it by myself.
At least a full logcat when pressing the assistant button is needed to do a debug.
-
Hello, I'm having an issue trying to connect to my TAK server over TLS. I am able to connect to this TAK server from android phones, and with wintak. It seems like its not using the correct cert with …
-
2023-05-13 09:45:39,906 pytak INFO - Complete:
ERROR:asyncio:Task exception was never retrieved
future:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/pytak/cl…
-
-
cannot run existing docs. Crashes with exception
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at new NodeError (node:internal/errors:387:5)…
-
Getting the following for TAK_PROTO=1
```2023-12-06 15:14:33,887 pytak INFO - COT_URL: udp+wo://239.2.3.1:6969
2023-12-06 15:14:33,887 pytak INFO - Run:
2023-12-06 15:14:33,888 pytak INFO - Run:…
-
PYTAK_TLS_CLIENT_KEY in Docs is actually in PYTAK_TLS_CLIENT_PASSWORD. I assume the Docs are out of date, but just wanted to point this one out. I followed the basic installation instructions for Pyta…
-
We can avoid `ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)` with bypass settings such as **PYTAK…