forked from TillRepo/IrSender
gui
This commit is contained in:
+32
@@ -241,3 +241,35 @@ ConnectionResetError: [Errno 104] Connection reset by peer
|
||||
192.168.178.49 [16/May/2026 10:27:25] "GET / HTTP/1.1" 200 -
|
||||
192.168.178.49 [16/May/2026 10:27:25] "GET /favicon.ico HTTP/1.1" 404 -
|
||||
192.168.178.49 [16/May/2026 10:27:37] "GET / HTTP/1.1" 200 -
|
||||
192.168.178.149 [16/May/2026 11:22:14] "GET / HTTP/1.1" 200 -
|
||||
request_id=c69ae4c0-2071-48ea-9500-235ae9568273 command_id=fade command=['ir-ctl', '--send', '/home/timm/IRSender/fade.txt']
|
||||
192.168.178.149 [16/May/2026 11:22:20] "POST /web/run/fade HTTP/1.1" 200 -
|
||||
192.168.178.149 [16/May/2026 11:22:28] "GET / HTTP/1.1" 200 -
|
||||
request_id=8a4e9c5b-b93d-47a3-8a3a-79e38c35a454 command_id=default-color command=['ir-ctl', '--send', '/home/timm/IRSender/defaultColor.txt']
|
||||
192.168.178.149 [16/May/2026 11:22:31] "POST /web/run/default-color HTTP/1.1" 200 -
|
||||
192.168.178.149 [16/May/2026 11:22:35] "GET / HTTP/1.1" 200 -
|
||||
request_id=09e16188-3704-4265-a1c7-9772611ff0d5 command_id=licht-aus command=['ir-ctl', '--send', '/home/timm/IRSender/LichtAus.txt']
|
||||
192.168.178.149 [16/May/2026 11:22:42] "POST /web/run/licht-aus HTTP/1.1" 200 -
|
||||
192.168.178.149 [16/May/2026 11:22:48] "GET / HTTP/1.1" 200 -
|
||||
request_id=65cb85ac-7aa2-486b-b4f9-af87e9e9c68e command_id=licht-ein command=['ir-ctl', '--send', '/home/timm/IRSender/LichtEin.txt']
|
||||
192.168.178.149 [16/May/2026 11:22:54] "POST /web/run/licht-ein HTTP/1.1" 200 -
|
||||
192.168.178.149 [16/May/2026 11:22:57] "GET / HTTP/1.1" 200 -
|
||||
----------------------------------------
|
||||
Exception occurred during processing of request from ('192.168.178.149', 61580)
|
||||
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
|
||||
----------------------------------------
|
||||
Listening on http://0.0.0.0:8080
|
||||
Config: commands.json
|
||||
|
||||
Reference in New Issue
Block a user