0.0.0.0 - - [22/Nov/2025 00:49:11] "GET / HTTP/1.0" 200 18671 WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ 0.0.0.0 - - [22/Nov/2025 00:58:06] "GET / HTTP/1.0" 200 18671 WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ Not Found: /server.js WARNING:django.request:Not Found: /server.js 0.0.0.0 - - [22/Nov/2025 01:06:13] "GET /server.js HTTP/1.0" 404 24559 WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ 0.0.0.0 - - [22/Nov/2025 01:42:19] "GET / HTTP/1.0" 200 18671 Traceback (most recent call last): File "/usr/lib/python3.7/wsgiref/handlers.py", line 138, in run self.finish_response() File "/usr/lib/python3.7/wsgiref/handlers.py", line 180, in finish_response self.write(data) File "/usr/lib/python3.7/wsgiref/handlers.py", line 274, in write self.send_headers() File "/usr/lib/python3.7/wsgiref/handlers.py", line 332, in send_headers self.send_preamble() File "/usr/lib/python3.7/wsgiref/handlers.py", line 255, in send_preamble ('Date: %s\r\n' % format_date_time(time.time())).encode('iso-8859-1') File "/usr/lib/python3.7/wsgiref/handlers.py", line 453, in _write result = self.stdout.write(data) File "/usr/lib/python3.7/socketserver.py", line 799, in write self._sock.sendall(b) BrokenPipeError: [Errno 32] Broken pipe 0.0.0.0 - - [22/Nov/2025 01:42:19] "GET / HTTP/1.0" 500 59 ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 59686) Traceback (most recent call last): File "/usr/lib/python3.7/wsgiref/handlers.py", line 138, in run self.finish_response() File "/usr/lib/python3.7/wsgiref/handlers.py", line 180, in finish_response self.write(data) File "/usr/lib/python3.7/wsgiref/handlers.py", line 274, in write self.send_headers() File "/usr/lib/python3.7/wsgiref/handlers.py", line 332, in send_headers self.send_preamble() File "/usr/lib/python3.7/wsgiref/handlers.py", line 255, in send_preamble ('Date: %s\r\n' % format_date_time(time.time())).encode('iso-8859-1') File "/usr/lib/python3.7/wsgiref/handlers.py", line 453, in _write result = self.stdout.write(data) File "/usr/lib/python3.7/socketserver.py", line 799, 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.7/wsgiref/handlers.py", line 141, in run self.handle_error() File "/usr/lib/python3.7/wsgiref/handlers.py", line 368, in handle_error self.finish_response() File "/usr/lib/python3.7/wsgiref/handlers.py", line 180, in finish_response self.write(data) File "/usr/lib/python3.7/wsgiref/handlers.py", line 274, in write self.send_headers() File "/usr/lib/python3.7/wsgiref/handlers.py", line 331, in send_headers if not self.origin_server or self.client_is_modern(): File "/usr/lib/python3.7/wsgiref/handlers.py", line 344, in client_is_modern return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9' TypeError: 'NoneType' object is not subscriptable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.7/socketserver.py", line 316, in _handle_request_noblock self.process_request(request, client_address) File "/usr/lib/python3.7/socketserver.py", line 347, in process_request self.finish_request(request, client_address) File "/usr/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/fermentrack/venv/lib/python3.7/site-packages/chaussette/backend/_wsgiref.py", line 12, in __init__ WSGIRequestHandler.__init__(self, sock, client_addr, server) File "/usr/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() File "/usr/lib/python3.7/wsgiref/simple_server.py", line 133, in handle handler.run(self.server.get_app()) File "/usr/lib/python3.7/wsgiref/handlers.py", line 144, in run self.close() File "/usr/lib/python3.7/wsgiref/simple_server.py", line 35, in close self.status.split(' ',1)[0], self.bytes_sent AttributeError: 'NoneType' object has no attribute 'split' ---------------------------------------- WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ 0.0.0.0 - - [22/Nov/2025 01:42:22] "GET / HTTP/1.0" 200 18671 WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')': /api/3/envelope/ Not Found: /robots.txt WARNING:django.request:Not Found: /robots.txt