tkuester / taky

A simple python TAK server
MIT License
184 stars 43 forks source link

Missing File from TAKY Folder: taky-mgmt.sock #98

Open wimbime1 opened 2 months ago

wimbime1 commented 2 months ago

I am attempting to work with this repo taky to send CoT messages using a server. After following the straightforward installation steps and activating it with the command 'taky' in the terminal, I encountered the following message:

INFO:root:taky v0.10
INFO:load_config:Assuming /home/rlacdemo2/repos/taky/taky.conf
INFO:load_config:Loading config file from /home/rlacdemo2/repos/taky/taky.conf
ERROR:COTServer:Unable to open management socket at /var/taky/taky-mgmt.sock: [Errno 2] No such file or directory
INFO:COTServer:Listening for tcp on :8087
INFO:COTServer:New tcp cot client from [127.0.0.1:58378]
INFO:COTServer:New tcp cot client from [127.0.0.1:59786]
INFO:SocketTAKClient@127.0.0.1:58378:Socket disconnect: Client disconnected

I'm unsure how to proceed in handling this error. Any suggestions?