* shire-brain.service - SHIRE Brain API Server Loaded: loaded (/etc/systemd/system/shire-brain.service; enabled; preset: enabled) Active: active (running) since Sun 2026-08-02 15:50:23 AWST; 3 days ago Main PID: 1060559 (python) Tasks: 1 (limit: 16648) Memory: 191.5M (peak: 403.1M swap: 5.2M swap peak: 7.5M) CPU: 1min 20.031s CGroup: /system.slice/shire-brain.service `-1060559 /home/shire3d/ARMOR/venv/bin/python /home/shire3d/ARMOR/ai/brain_server.py Aug 04 17:23:02 Work python[1060559]: File "/usr/lib/python3.12/http/server.py", line 424, in handle_one_request Aug 04 17:23:02 Work python[1060559]: method() Aug 04 17:23:02 Work python[1060559]: File "/home/shire3d/ARMOR/ai/brain_server.py", line 1408, in do_POST Aug 04 17:23:02 Work python[1060559]: json_response(self, {"ok": False, "error": str(exc)}, status=500) Aug 04 17:23:02 Work python[1060559]: File "/home/shire3d/ARMOR/ai/brain_server.py", line 756, in json_response Aug 04 17:23:02 Work python[1060559]: handler.wfile.write(body) Aug 04 17:23:02 Work python[1060559]: File "/usr/lib/python3.12/socketserver.py", line 840, in write Aug 04 17:23:02 Work python[1060559]: self._sock.sendall(b) Aug 04 17:23:02 Work python[1060559]: BrokenPipeError: [Errno 32] Broken pipe Aug 04 17:23:02 Work python[1060559]: ----------------------------------------