This commit is contained in:
Your Name
2026-05-16 09:20:09 +02:00
parent 6f69ebee46
commit b9431907a7
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
apiout.log
+19
View File
@@ -217,3 +217,22 @@ Config: commands.json
192.168.178.149 [16/May/2026 09:16:43] "GET / HTTP/1.1" 200 - 192.168.178.149 [16/May/2026 09:16:43] "GET / HTTP/1.1" 200 -
192.168.178.149 [16/May/2026 09:16:47] "GET / HTTP/1.1" 200 - 192.168.178.149 [16/May/2026 09:16:47] "GET / HTTP/1.1" 200 -
192.168.178.149 [16/May/2026 09:16:50] "GET /favicon.ico HTTP/1.1" 404 - 192.168.178.149 [16/May/2026 09:16:50] "GET /favicon.ico HTTP/1.1" 404 -
192.168.178.149 [16/May/2026 09:17:40] "GET / HTTP/1.1" 200 -
192.168.178.149 [16/May/2026 09:17:42] "GET / HTTP/1.1" 200 -
----------------------------------------
Exception occurred during processing of request from ('192.168.178.149', 61332)
Traceback (most recent call last):
File "/usr/lib/python3.9/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.9/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.9/socketserver.py", line 720, in __init__
self.handle()
File "/usr/lib/python3.9/http/server.py", line 434, in handle
self.handle_one_request()
File "/usr/lib/python3.9/http/server.py", line 402, in handle_one_request
self.raw_requestline = self.rfile.readline(65537)
File "/usr/lib/python3.9/socket.py", line 704, in readinto
return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer
----------------------------------------