----------------------------------------
Exception occurred during processing of request from ('127.0.0.1', 45266)
Traceback (most recent call last):
File "/opt/struktur/knowledge-pipeline-aggregator-staging/app.py", line 184, in do_GET
if data is None:self.send_error(404);return
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/http/server.py", line 491, in send_error
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 692, in process_request_thread
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/struktur/knowledge-pipeline-aggregator-staging/app.py", line 188, in do_GET
self.send_response(503);self.send_header('Content-Type','application/json');self.end_headers();self.wfile.write(b'{"ok":false,"error":"aggregator_unavailable"}')
^^^^^^^^^^^^^^^^^^
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
----------------------------------------