---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 51120) Traceback (most recent call last): File "/opt/charter-live/live_deploy_v2/v2_dashboard.py", line 430, in do_GET self.wfile.write(body) File "/usr/lib/python3.12/socketserver.py", line 840, in write self._sock.sendall(b) BrokenPipeError: [Errno 32] Broken pipe During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.12/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) File "/usr/lib/python3.12/socketserver.py", line 349, in process_request self.finish_request(request, client_address) File "/usr/lib/python3.12/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python3.12/socketserver.py", line 761, in __init__ self.handle() File "/usr/lib/python3.12/http/server.py", line 436, in handle self.handle_one_request() File "/usr/lib/python3.12/http/server.py", line 424, in handle_one_request method() File "/opt/charter-live/live_deploy_v2/v2_dashboard.py", line 432, in do_GET self._send_json(500, {"error": str(e)}) File "/opt/charter-live/live_deploy_v2/v2_dashboard.py", line 484, in _send_json self.end_headers() File "/usr/lib/python3.12/http/server.py", line 538, in end_headers self.flush_headers() File "/usr/lib/python3.12/http/server.py", line 542, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) File "/usr/lib/python3.12/socketserver.py", line 840, in write self._sock.sendall(b) BrokenPipeError: [Errno 32] Broken pipe ----------------------------------------