Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 57, in httpd = http.server.HTTPServer(('localhost', 5000), ProxyHandler) File "/usr/lib/python3.14/socketserver.py", line 457, in __init__ self.server_bind() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 148, in server_bind socketserver.TCPServer.server_bind(self) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 478, in server_bind self.socket.bind(self.server_address) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 98] Address already in use ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 34302) Traceback (most recent call last): File "/usr/lib/python3.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 40, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 33462) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 39, in do_POST resp = urllib.request.urlopen(req) File "/usr/lib/python3.14/urllib/request.py", line 187, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/urllib/request.py", line 493, in open response = meth(req, response) File "/usr/lib/python3.14/urllib/request.py", line 602, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib/python3.14/urllib/request.py", line 531, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.14/urllib/request.py", line 464, in _call_chain result = func(*args) File "/usr/lib/python3.14/urllib/request.py", line 611, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: Bad Request During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 52, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 34534) Traceback (most recent call last): File "/usr/lib/python3.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 45, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 51390) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 40440) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 40456) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 37720) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 44766) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 45838) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 49234) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 59286) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 36978) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 36980) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 42106) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 53218) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 35970) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 45848) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 40534) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 38360) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 43502) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 40272) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 40376) Traceback (most recent call last): File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 37, in do_POST self.wfile.write(data) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, 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.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 484, in handle_one_request method() ~~~~~~^^ File "/home/matthijsexpand/weddingcaketopper/proxy/proxy.py", line 49, in do_POST self.end_headers() ~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 598, in end_headers self.flush_headers() ~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 602, in flush_headers self.wfile.write(b"".join(self._headers_buffer)) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 55660) Traceback (most recent call last): File "/usr/lib/python3.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 479, in handle_one_request self.send_error( ~~~~~~~~~~~~~~~^ HTTPStatus.NOT_IMPLEMENTED, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ "Unsupported method (%r)" % self.command) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/http/server.py", line 551, in send_error self.wfile.write(body) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ---------------------------------------- ---------------------------------------- Exception occurred during processing of request from ('127.0.0.1', 48464) Traceback (most recent call last): File "/usr/lib/python3.14/socketserver.py", line 318, in _handle_request_noblock self.process_request(request, client_address) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 349, in process_request self.finish_request(request, client_address) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 362, in finish_request self.RequestHandlerClass(request, client_address, self) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 766, in __init__ self.handle() ~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 496, in handle self.handle_one_request() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/http/server.py", line 479, in handle_one_request self.send_error( ~~~~~~~~~~~~~~~^ HTTPStatus.NOT_IMPLEMENTED, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ "Unsupported method (%r)" % self.command) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/http/server.py", line 551, in send_error self.wfile.write(body) ~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/socketserver.py", line 845, in write self._sock.sendall(b) ~~~~~~~~~~~~~~~~~~^^^ BrokenPipeError: [Errno 32] Broken pipe ----------------------------------------