TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-11-12T15:04:03+00:00 Software versions TinyPilot version: 2.6.5 uStreamer version: 5.43 System information OS version: Linux tinypilot 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux Kernel architecture: aarch64 Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2835 Revision: b03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: disabled Network interfaces: eth0 (up) lo (unknown) wlan0 (up) Static IP: Not set Mouse jiggler: disabled CPU Temperature: 37.4'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml janus_stun_port: 19302 janus_stun_server: stun.l.google.com TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM BindsTo=nginx.service After=syslog.target network.target nginx.service StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment=APP_SETTINGS_FILE=/home/tinypilot/app_settings.cfg Restart=always [Install] WantedBy=multi-user.target TinyPilot logs Nov 12 15:00:45 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 15:00:45 tinypilot python[665]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 15:00:45 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 15:00:45 tinypilot python[665]: return self.handlers[namespace][event](*args) Nov 12 15:00:45 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 15:00:45 tinypilot python[665]: return self._handle_event(handler, message, namespace, sid, Nov 12 15:00:45 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 15:00:45 tinypilot python[665]: ret = handler(*args) Nov 12 15:00:45 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 15:00:45 tinypilot python[665]: return handler(*args, **kwargs) Nov 12 15:00:45 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 15:00:45 tinypilot python[665]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 15:00:45 tinypilot python[665]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 15:00:45 tinypilot python[665]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 15:00:45 tinypilot python[665]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 15:00:45 tinypilot python[665]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 15:00:45 tinypilot python[665]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 15:00:45 tinypilot python[665]: raise result.exception Nov 12 15:00:45 tinypilot python[665]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:00:46 tinypilot python[12503]: Process ProcessWithResult-58: Nov 12 15:00:46 tinypilot python[12503]: Traceback (most recent call last): Nov 12 15:00:46 tinypilot python[12503]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 15:00:46 tinypilot python[12503]: self.run() Nov 12 15:00:46 tinypilot python[12503]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 15:00:46 tinypilot python[12503]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 15:00:46 tinypilot python[12503]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 15:00:46 tinypilot python[12503]: hid_handle.write(bytearray(buffer)) Nov 12 15:00:46 tinypilot python[12503]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:00:46 tinypilot python[665]: Exception in thread Thread-187: Nov 12 15:00:46 tinypilot python[665]: Traceback (most recent call last): Nov 12 15:00:46 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 15:00:46 tinypilot python[665]: self.run() Nov 12 15:00:46 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 15:00:46 tinypilot python[665]: self._target(*self._args, **self._kwargs) Nov 12 15:00:46 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 15:00:46 tinypilot python[665]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 15:00:46 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 15:00:46 tinypilot python[665]: return self.handlers[namespace][event](*args) Nov 12 15:00:46 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 15:00:46 tinypilot python[665]: return self._handle_event(handler, message, namespace, sid, Nov 12 15:00:46 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 15:00:46 tinypilot python[665]: ret = handler(*args) Nov 12 15:00:46 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 15:00:46 tinypilot python[665]: return handler(*args, **kwargs) Nov 12 15:00:46 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 15:00:46 tinypilot python[665]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 15:00:46 tinypilot python[665]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 15:00:46 tinypilot python[665]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 15:00:46 tinypilot python[665]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 15:00:46 tinypilot python[665]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 15:00:46 tinypilot python[665]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 15:00:46 tinypilot python[665]: raise result.exception Nov 12 15:00:46 tinypilot python[665]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:03:54 tinypilot python[13207]: Process ProcessWithResult-59: Nov 12 15:03:54 tinypilot python[13207]: Traceback (most recent call last): Nov 12 15:03:54 tinypilot python[13207]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 15:03:54 tinypilot python[13207]: self.run() Nov 12 15:03:54 tinypilot python[13207]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 15:03:54 tinypilot python[13207]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 15:03:54 tinypilot python[13207]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 15:03:54 tinypilot python[13207]: hid_handle.write(bytearray(buffer)) Nov 12 15:03:54 tinypilot python[13207]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:03:54 tinypilot python[665]: Exception in thread Thread-196: Nov 12 15:03:54 tinypilot python[665]: Traceback (most recent call last): Nov 12 15:03:54 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 15:03:54 tinypilot python[665]: self.run() Nov 12 15:03:54 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 15:03:54 tinypilot python[665]: self._target(*self._args, **self._kwargs) Nov 12 15:03:54 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 15:03:54 tinypilot python[665]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 15:03:54 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 15:03:54 tinypilot python[665]: return self.handlers[namespace][event](*args) Nov 12 15:03:54 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 15:03:54 tinypilot python[665]: return self._handle_event(handler, message, namespace, sid, Nov 12 15:03:54 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 15:03:54 tinypilot python[665]: ret = handler(*args) Nov 12 15:03:54 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 15:03:54 tinypilot python[665]: return handler(*args, **kwargs) Nov 12 15:03:54 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 15:03:54 tinypilot python[665]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 15:03:54 tinypilot python[665]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 15:03:54 tinypilot python[665]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 15:03:54 tinypilot python[665]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 15:03:54 tinypilot python[665]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 15:03:54 tinypilot python[665]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 15:03:54 tinypilot python[665]: raise result.exception Nov 12 15:03:54 tinypilot python[665]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:03:55 tinypilot python[13219]: Process ProcessWithResult-60: Nov 12 15:03:55 tinypilot python[13219]: Traceback (most recent call last): Nov 12 15:03:55 tinypilot python[13219]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 15:03:55 tinypilot python[13219]: self.run() Nov 12 15:03:55 tinypilot python[13219]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 15:03:55 tinypilot python[13219]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 15:03:55 tinypilot python[13219]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 15:03:55 tinypilot python[13219]: hid_handle.write(bytearray(buffer)) Nov 12 15:03:55 tinypilot python[13219]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:03:55 tinypilot python[665]: Exception in thread Thread-197: Nov 12 15:03:55 tinypilot python[665]: Traceback (most recent call last): Nov 12 15:03:55 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 15:03:55 tinypilot python[665]: self.run() Nov 12 15:03:55 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 15:03:55 tinypilot python[665]: self._target(*self._args, **self._kwargs) Nov 12 15:03:55 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 15:03:55 tinypilot python[665]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 15:03:55 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 15:03:55 tinypilot python[665]: return self.handlers[namespace][event](*args) Nov 12 15:03:55 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 15:03:55 tinypilot python[665]: return self._handle_event(handler, message, namespace, sid, Nov 12 15:03:55 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 15:03:55 tinypilot python[665]: ret = handler(*args) Nov 12 15:03:55 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 15:03:55 tinypilot python[665]: return handler(*args, **kwargs) Nov 12 15:03:55 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 15:03:55 tinypilot python[665]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 15:03:55 tinypilot python[665]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 15:03:55 tinypilot python[665]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 15:03:55 tinypilot python[665]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 15:03:55 tinypilot python[665]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 15:03:55 tinypilot python[665]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 15:03:55 tinypilot python[665]: raise result.exception Nov 12 15:03:55 tinypilot python[665]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:04:01 tinypilot python[13243]: Process ProcessWithResult-61: Nov 12 15:04:01 tinypilot python[13243]: Traceback (most recent call last): Nov 12 15:04:01 tinypilot python[13243]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 15:04:01 tinypilot python[13243]: self.run() Nov 12 15:04:01 tinypilot python[13243]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 15:04:01 tinypilot python[13243]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 15:04:01 tinypilot python[13243]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 15:04:01 tinypilot python[13243]: hid_handle.write(bytearray(buffer)) Nov 12 15:04:01 tinypilot python[13243]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:04:01 tinypilot python[665]: Exception in thread Thread-198: Nov 12 15:04:01 tinypilot python[665]: Traceback (most recent call last): Nov 12 15:04:01 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 15:04:01 tinypilot python[665]: self.run() Nov 12 15:04:01 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 15:04:01 tinypilot python[665]: self._target(*self._args, **self._kwargs) Nov 12 15:04:01 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 15:04:01 tinypilot python[665]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 15:04:01 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 15:04:01 tinypilot python[665]: return self.handlers[namespace][event](*args) Nov 12 15:04:01 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 15:04:01 tinypilot python[665]: return self._handle_event(handler, message, namespace, sid, Nov 12 15:04:01 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 15:04:01 tinypilot python[665]: ret = handler(*args) Nov 12 15:04:01 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 15:04:01 tinypilot python[665]: return handler(*args, **kwargs) Nov 12 15:04:01 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 15:04:01 tinypilot python[665]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 15:04:01 tinypilot python[665]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 15:04:01 tinypilot python[665]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 15:04:01 tinypilot python[665]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 15:04:01 tinypilot python[665]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 15:04:01 tinypilot python[665]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 15:04:01 tinypilot python[665]: raise result.exception Nov 12 15:04:01 tinypilot python[665]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:04:02 tinypilot python[13244]: Process ProcessWithResult-62: Nov 12 15:04:02 tinypilot python[13244]: Traceback (most recent call last): Nov 12 15:04:02 tinypilot python[13244]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 15:04:02 tinypilot python[13244]: self.run() Nov 12 15:04:02 tinypilot python[13244]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 15:04:02 tinypilot python[13244]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 15:04:02 tinypilot python[13244]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 15:04:02 tinypilot python[13244]: hid_handle.write(bytearray(buffer)) Nov 12 15:04:02 tinypilot python[13244]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:04:02 tinypilot python[665]: Exception in thread Thread-199: Nov 12 15:04:02 tinypilot python[665]: Traceback (most recent call last): Nov 12 15:04:02 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 15:04:02 tinypilot python[665]: self.run() Nov 12 15:04:02 tinypilot python[665]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 15:04:02 tinypilot python[665]: self._target(*self._args, **self._kwargs) Nov 12 15:04:02 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 15:04:02 tinypilot python[665]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 15:04:02 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 15:04:02 tinypilot python[665]: return self.handlers[namespace][event](*args) Nov 12 15:04:02 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 15:04:02 tinypilot python[665]: return self._handle_event(handler, message, namespace, sid, Nov 12 15:04:02 tinypilot python[665]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 15:04:02 tinypilot python[665]: ret = handler(*args) Nov 12 15:04:02 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 15:04:02 tinypilot python[665]: return handler(*args, **kwargs) Nov 12 15:04:02 tinypilot python[665]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 15:04:02 tinypilot python[665]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 15:04:02 tinypilot python[665]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 15:04:02 tinypilot python[665]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 15:04:02 tinypilot python[665]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 15:04:02 tinypilot python[665]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 15:04:02 tinypilot python[665]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 15:04:02 tinypilot python[665]: raise result.exception Nov 12 15:04:02 tinypilot python[665]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 15:04:03 tinypilot sudo[13245]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Nov 12 15:04:03 tinypilot sudo[13245]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Nov 12 15:04:03 tinypilot runuser[13260]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Nov 12 15:04:03 tinypilot runuser[13260]: pam_unix(runuser:session): session closed for user tinypilot Nov 12 15:04:03 tinypilot runuser[13266]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Nov 12 15:04:03 tinypilot runuser[13266]: pam_unix(runuser:session): session closed for user tinypilot Nov 12 15:04:03 tinypilot runuser[13275]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Nov 12 15:04:04 tinypilot python[13282]: 2024-11-12 15:04:04.927 app.main INFO Starting app Nov 12 15:04:04 tinypilot python[13282]: 2024-11-12 15:04:04.991 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Nov 12 15:04:04 tinypilot python[13282]: 2024-11-12 15:04:04.993 db.store INFO Read 7 database migrations from disk Nov 12 15:04:05 tinypilot runuser[13275]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-11-09 16:56:40.439 __main__ INFO Starting TinyPilot update 2024-11-09 16:56:40.440 __main__ INFO Launching update script: /opt/tinypilot-privileged/scripts/update + set -u + set -e + readonly VERSION_FILE=/home/tinypilot/target-version + VERSION_FILE=/home/tinypilot/target-version + SCRIPT_ARGS=() + [[ -f /home/tinypilot/target-version ]] ++ cat /home/tinypilot/target-version + VERSION=2.6.5 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.5 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.5 + shift + shift + [[ 0 -gt 0 ]] + readonly ALLOW_REINSTALL + readonly LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + readonly RAMDISK_SIZE_MIB=560 + RAMDISK_SIZE_MIB=560 ++ free --mebi ++ grep --fixed-strings Mem: ++ tr --squeeze-repeats ' ' ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=1489 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1489 >= 560 )) + sudo mkdir /mnt/tinypilot-installer + sudo mount --types tmpfs --options size=560m --source tmpfs --target /mnt/tinypilot-installer --verbose mount: tmpfs mounted on /mnt/tinypilot-installer. + readonly INSTALLER_DIR + readonly TMPDIR=/mnt/tinypilot-installer/tmp + TMPDIR=/mnt/tinypilot-installer/tmp + export TMPDIR + sudo mkdir /mnt/tinypilot-installer/tmp + readonly BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + readonly TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + readonly TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + CURRENT_VERSION= + [[ -f /opt/tinypilot/VERSION ]] ++ cat /opt/tinypilot/VERSION + CURRENT_VERSION=2.6.2 + readonly CURRENT_VERSION + HAS_COMMUNITY_INSTALLED=0 + readonly TINYPILOT_README_FILE=/opt/tinypilot/README.md + TINYPILOT_README_FILE=/opt/tinypilot/README.md + [[ -f /opt/tinypilot/README.md ]] ++ head -n 1 /opt/tinypilot/README.md + [[ # TinyPilot Pro == \#\ \T\i\n\y\P\i\l\o\t ]] + readonly HAS_COMMUNITY_INSTALLED + [[ -z 2.6.5 ]] + readonly TARGET_VERSION + [[ 2.6.2 == \2\.\6\.\5 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=1000000060327a8f + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.5 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000060327a8f' --output /mnt/tinypilot-installer/bundle.tgz --write-out '%{http_code}' --silent + HTTP_CODE=200 + readonly HTTP_CODE + [[ 200 != \2\0\0 ]] + sudo tar --gunzip --extract --file /mnt/tinypilot-installer/bundle.tgz --directory /mnt/tinypilot-installer + sudo chown root:root --recursive /mnt/tinypilot-installer + [[ 0 -eq 1 ]] + pushd /mnt/tinypilot-installer /mnt/tinypilot-installer /opt/tinypilot + sudo TMPDIR=/mnt/tinypilot-installer/tmp ./install + grep -q '^Model *: Raspberry Pi 3' /proc/cpuinfo ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 < 11 )) ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 > 11 )) + grep -q boot=overlay /proc/cmdline ++ ls janus_1.0.1-1~bpo11+1_armhf.deb + JANUS_DEBIAN_PACKAGE=janus_1.0.1-1~bpo11+1_armhf.deb + readonly JANUS_DEBIAN_PACKAGE ++ ls ustreamer_5.43-20231004144402_armhf.deb + USTREAMER_DEBIAN_PACKAGE=ustreamer_5.43-20231004144402_armhf.deb + readonly USTREAMER_DEBIAN_PACKAGE ++ ls tinypilot_20241016105734_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20241016105734_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [39.0 kB] Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [329 kB] Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Fetched 13.6 MB in 8s (1,762 kB/s) Reading package lists... + apt-get install -y ./janus_1.0.1-1~bpo11+1_armhf.deb ./ustreamer_5.43-20231004144402_armhf.deb ./tinypilot_20241016105734_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). ustreamer is already the newest version (5.43-20231004144402). The following packages will be upgraded: tinypilot 1 upgraded, 0 newly installed, 0 to remove and 125 not upgraded. Need to get 0 B/2,667 kB of archives. After this operation, 324 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/tinypilot_20241016105734_armhf.deb tinypilot armhf 20241016105734 [2,667 kB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: [614B blob data] Preparing to unpack .../tinypilot_20241016105734_armhf.deb ... Unpacking tinypilot (20241016105734) over (20231109172723) ... Setting up tinypilot (20241016105734) ... Installing new version of config file /etc/sudoers.d/tinypilot ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /opt/tinypilot / / /opt/tinypilot / / /opt/tinypilot / / nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful active /opt/tinypilot / / Warning: The unit file, source configuration file or drop-ins of janus.service changed on disk. Run 'systemctl daemon-reload' to reload units. update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. + mv yq /usr/bin/yq + chmod 0755 /usr/bin/yq + clean_up + sudo umount --lazy /mnt/tinypilot-installer + sudo rm -rf /opt/tinypilot-updater /mnt/tinypilot-installer 2024-11-09 16:57:33.721 __main__ INFO Update completed successfully 2024-11-09 16:57:33.721 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-11-09 16:57:33.723 update.target_version INFO Clearing target version file /home/tinypilot/target-version uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== # Settings for TC358743 HDMI to CSI-2 bridge, which are included on the # TinyPilot Voyager series of devices. --- ustreamer_encoder: m2m-image ustreamer_format: uyvy ustreamer_use_dv_timings: true ustreamer_workers: "3" ustreamer_drop_same_frames: "30" ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== janus_stun_port: 19302 janus_stun_server: stun.l.google.com uStreamer logs Nov 12 14:56:55 tinypilot launch[10445]: -- INFO [2614.702 stream] -- H264: Destroying encoder ... Nov 12 14:56:55 tinypilot launch[10445]: -- INFO [2614.705 main] -- JPEG-0: Destroying encoder ... Nov 12 14:56:55 tinypilot launch[10445]: -- INFO [2614.714 main] -- JPEG-1: Destroying encoder ... Nov 12 14:56:55 tinypilot launch[10445]: -- INFO [2614.723 main] -- JPEG-2: Destroying encoder ... Nov 12 14:56:55 tinypilot launch[10445]: -- INFO [2614.732 main] -- Bye-bye Nov 12 14:56:55 tinypilot systemd[1]: ustreamer.service: Succeeded. Nov 12 14:56:55 tinypilot systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. Nov 12 14:56:55 tinypilot systemd[1]: ustreamer.service: Consumed 39.249s CPU time. Nov 12 14:56:55 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Nov 12 14:56:55 tinypilot launch[11393]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder m2m-image --format uyvy --desired-fps 29 --workers 3 --drop-same-frames 30 --dv-timings Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.966 main] -- Starting PiKVM uStreamer 5.43 ... Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.966 main] -- Using internal blank placeholder Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.966 main] -- Using H264-sink: tinypilot::ustreamer::h264 Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.966 main] -- Listening HTTP on [127.0.0.1]:48001 Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.967 stream] -- Using V4L2 device: /dev/video0 Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.967 stream] -- Using desired FPS: 29 Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.967 stream] -- H264: Initializing encoder ... Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.967 http] -- Starting HTTP eventloop ... Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.975 stream] -- H264: Configuring encoder: DMA=0 ... Nov 12 14:56:55 tinypilot launch[11393]: ================================================================================ Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.993 stream] -- Device fd=10 opened Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2614.993 stream] -- Using input channel: 0 Nov 12 14:56:55 tinypilot launch[11393]: -- ERROR [2615.014 stream] -- Requested resolution=640x480 is unavailable Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.034 stream] -- Using resolution: 1920x1080 Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.034 stream] -- Using format: UYVY Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.034 stream] -- Querying HW FPS changing is not supported Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.034 stream] -- Using IO method: MMAP Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.045 stream] -- Requested 5 device buffers, got 5 Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.053 stream] -- Capturing started Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.053 stream] -- JPEG-0: Initializing encoder ... Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.053 stream] -- JPEG-1: Initializing encoder ... Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.053 stream] -- JPEG-2: Initializing encoder ... Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.053 stream] -- Using JPEG quality: 80% Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.053 stream] -- Creating pool JPEG with 3 workers ... Nov 12 14:56:55 tinypilot launch[11393]: -- INFO [2615.053 stream] -- Capturing ... Nov 12 14:56:56 tinypilot launch[11393]: -- ERROR [2616.055 stream] -- Persistent device timeout (unplugged) Nov 12 14:56:58 tinypilot launch[11393]: -- INFO [2618.086 http] -- HTTP: NEW client (now=1): [192.168.0.115]:40052, id=9226d39ac3febf21 Nov 12 14:59:27 tinypilot launch[11393]: -- INFO [2767.358 main] -- ===== Stopping by SIGTERM ===== Nov 12 14:59:27 tinypilot launch[11393]: -- INFO [2767.358 http] -- HTTP eventloop stopped Nov 12 14:59:27 tinypilot systemd[1]: Stopping uStreamer - Lightweight, optimized video encoder... Nov 12 14:59:28 tinypilot launch[11393]: -- INFO [2768.190 stream] -- Destroying workers pool JPEG ... Nov 12 14:59:28 tinypilot launch[11393]: -- INFO [2768.208 stream] -- Capturing stopped Nov 12 14:59:28 tinypilot launch[11393]: -- INFO [2768.213 stream] -- Device fd=10 closed Nov 12 14:59:28 tinypilot launch[11393]: -- INFO [2768.213 stream] -- H264: Destroying encoder ... Nov 12 14:59:28 tinypilot launch[11393]: -- INFO [2768.216 main] -- JPEG-0: Destroying encoder ... Nov 12 14:59:28 tinypilot launch[11393]: -- INFO [2768.216 main] -- JPEG-1: Destroying encoder ... Nov 12 14:59:28 tinypilot launch[11393]: -- INFO [2768.216 main] -- JPEG-2: Destroying encoder ... Nov 12 14:59:28 tinypilot launch[11393]: -- INFO [2768.216 main] -- Bye-bye Nov 12 14:59:28 tinypilot systemd[1]: ustreamer.service: Succeeded. Nov 12 14:59:28 tinypilot systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. Nov 12 14:59:28 tinypilot systemd[1]: ustreamer.service: Consumed 1.172s CPU time. Nov 12 14:59:28 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Nov 12 14:59:28 tinypilot launch[12086]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder m2m-image --format uyvy --workers 3 --drop-same-frames 30 --dv-timings Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.450 main] -- Starting PiKVM uStreamer 5.43 ... Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.450 main] -- Using internal blank placeholder Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.450 main] -- Using H264-sink: tinypilot::ustreamer::h264 Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.451 main] -- Listening HTTP on [127.0.0.1]:48001 Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.451 stream] -- Using V4L2 device: /dev/video0 Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.451 stream] -- Using desired FPS: 0 Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.451 stream] -- H264: Initializing encoder ... Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.452 http] -- Starting HTTP eventloop ... Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.459 stream] -- H264: Configuring encoder: DMA=0 ... Nov 12 14:59:28 tinypilot launch[12086]: ================================================================================ Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.478 stream] -- Device fd=10 opened Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.478 stream] -- Using input channel: 0 Nov 12 14:59:28 tinypilot launch[12086]: -- ERROR [2768.499 stream] -- Requested resolution=640x480 is unavailable Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.519 stream] -- Using resolution: 1920x1080 Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.519 stream] -- Using format: UYVY Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.519 stream] -- Querying HW FPS changing is not supported Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.519 stream] -- Using IO method: MMAP Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.530 stream] -- Requested 5 device buffers, got 5 Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.536 stream] -- Capturing started Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.536 stream] -- JPEG-0: Initializing encoder ... Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.536 stream] -- JPEG-1: Initializing encoder ... Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.536 stream] -- JPEG-2: Initializing encoder ... Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.536 stream] -- Using JPEG quality: 80% Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.536 stream] -- Creating pool JPEG with 3 workers ... Nov 12 14:59:28 tinypilot launch[12086]: -- INFO [2768.537 stream] -- Capturing ... Nov 12 14:59:29 tinypilot launch[12086]: -- ERROR [2769.538 stream] -- Persistent device timeout (unplugged) Nov 12 14:59:31 tinypilot launch[12086]: -- INFO [2770.955 http] -- HTTP: NEW client (now=1): [192.168.0.115]:48682, id=5041002388074ce3 nginx logs -- Journal begins at Tue 2024-11-12 13:17:01 GMT, ends at Tue 2024-11-12 15:04:05 GMT. -- Nov 12 14:09:58 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 12 14:10:01 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2024/11/12 02:11:13 [error] 666#666: *238 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:12:04 [error] 666#666: *238 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:12:17 [error] 666#666: *238 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:12:35 [error] 666#666: *238 upstream prematurely closed connection while reading response header from upstream, client: 192.168.0.115, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:13:02 [error] 678#678: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:13:08 [error] 678#678: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:13:40 [error] 678#678: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 03:52:24 [error] 678#678: *101 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 03:54:30 [error] 678#678: *101 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 04:46:08 [error] 678#678: *483 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 04:57:21 [error] 678#678: *483 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 04:57:40 [error] 678#678: *483 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 14:21:42 [error] 660#660: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/wifi.js HTTP/2.0" 200 5138 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/logs.js HTTP/2.0" 200 1484 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/mouse.js HTTP/2.0" 200 8581 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/touch.js HTTP/2.0" 200 4453 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://192.168.0.51/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /css/cursors.css HTTP/2.0" 200 618 "https://192.168.0.51/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://192.168.0.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://192.168.0.51/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://192.168.0.51/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:30 +0000] "GET /js/overlays.js HTTP/2.0" 200 495 "https://192.168.0.51/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://192.168.0.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://192.168.0.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /css/icons.css HTTP/2.0" 200 841 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /img/video-stream-icon.svg HTTP/2.0" 304 0 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /img/warning-icon.svg HTTP/2.0" 304 0 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /img/clipboard-icon.svg HTTP/2.0" 304 0 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /img/logo.svg HTTP/2.0" 304 0 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /img/angle-down-icon.svg HTTP/2.0" 304 0 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /img/external-link-icon.svg HTTP/2.0" 304 0 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /socket.io/?EIO=4&transport=polling&t=PCWun6A HTTP/2.0" 200 97 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "POST /socket.io/?EIO=4&transport=polling&t=PCWun6s&sid=Zp7KjOiXc4OghUK-AAAg HTTP/2.0" 200 2 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /socket.io/?EIO=4&transport=polling&t=PCWun6u&sid=Zp7KjOiXc4OghUK-AAAg HTTP/2.0" 200 32 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:14:59:31 +0000] "GET /socket.io/?EIO=4&transport=polling&t=PCWunEG&sid=Zp7KjOiXc4OghUK-AAAg HTTP/2.0" 200 1 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:15:00:47 +0000] "GET /api/settings/video HTTP/2.0" 200 264 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:15:03:58 +0000] "GET /api/settings/video HTTP/2.0" 200 264 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0"