Gavin Canon-Phratsachack

Results 13 comments of Gavin Canon-Phratsachack

It looks like `systemd_cmd.py` is calling `load_config` with `args.cfg_file` which is `None` since no directory is passed, and it is also setting `explicit` to `True` which sets `cfg_path` to `args.cfg_file`...

@cniles Yes, I'll take a look after work and see what I can do to fix it and make a PR

Hi @tkuester, I would be glad to submit a PR! How/what should the setup script exactly do/check for?

Gotcha, will do that now, as a quick fix for new users attempting to use taky, and later on we can work together on overhauling the configuration system.

Hmm, would it make sense to have it be switchable or just have it always be a vertical layout?

If it's always gonna be vertical, I should be able to easily rewrite it.

@ampledata Sure can do! Once I get off work, I'll remove my try and except catch, and get you the trace back :)

```2023-02-16 17:23:18,622 pytak INFO - Complete: ERROR:asyncio:Task exception was never retrieved future: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/adsbcot/classes.py", line 255, in run "flight": val.get("call", key).replace("_", ""), AttributeError: 'NoneType' object...

Sure! I'm using `dump1090-fa` with a FlightAware Pro Stick Plus and here's my config.ini ``` [adsbcot] PYTAK_TLS_CLIENT_CERT = /etc/my_client_cert.pem PYTAK_TLS_CLIENT_KEY = /etc/my_client_cert.pem PYTAK_TLS_DONT_VERIFY = true COT_URL = tls://XX.XX.XX.XX:8089 DUMP1090_URL =...

So I saw your message in Discord and I'll probably be switching over to the JSON feed instead, but I still would like to help fix this potential bug or...