TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-05-20T13:59:55+01:00 Software versions TinyPilot version: 2.6.3 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: enabled Network interfaces: eth0 (up) lo (unknown) wlan0 (down) Mouse jiggler: disabled CPU Temperature: 58.4'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: MJPEG Current mode: MJPEG TinyPilot settings.yml 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 May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 16 14:03:23 tinypilot python[673]: raise result.exception May 16 14:03:23 tinypilot python[673]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 16 14:03:23 tinypilot python[2908]: Process ProcessWithResult-19: May 16 14:03:23 tinypilot python[2908]: Traceback (most recent call last): May 16 14:03:23 tinypilot python[2908]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 16 14:03:23 tinypilot python[2908]: self.run() May 16 14:03:23 tinypilot python[2908]: File "/opt/tinypilot/app/execute.py", line 37, in run May 16 14:03:23 tinypilot python[2908]: result.return_value = self._target(*self._args, **self._kwargs) May 16 14:03:23 tinypilot python[2908]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 16 14:03:23 tinypilot python[2908]: hid_handle.write(bytearray(buffer)) May 16 14:03:23 tinypilot python[2908]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 16 14:03:23 tinypilot python[673]: Exception in thread Thread-469: May 16 14:03:23 tinypilot python[673]: Traceback (most recent call last): May 16 14:03:23 tinypilot python[673]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 16 14:03:23 tinypilot python[673]: self.run() May 16 14:03:23 tinypilot python[673]: File "/usr/lib/python3.9/threading.py", line 892, in run May 16 14:03:23 tinypilot python[673]: self._target(*self._args, **self._kwargs) May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 16 14:03:23 tinypilot python[673]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 16 14:03:23 tinypilot python[673]: return self.handlers[namespace][event](*args) May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 16 14:03:23 tinypilot python[673]: return self._handle_event(handler, message, namespace, sid, May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 16 14:03:23 tinypilot python[673]: ret = handler(*args) May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 16 14:03:23 tinypilot python[673]: return handler(*args, **kwargs) May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event May 16 14:03:23 tinypilot python[673]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 16 14:03:23 tinypilot python[673]: hid_write.write_to_hid_interface(mouse_path, buf) May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 16 14:03:23 tinypilot python[673]: execute.with_timeout(_write_to_hid_interface_immediately, May 16 14:03:23 tinypilot python[673]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 16 14:03:23 tinypilot python[673]: raise result.exception May 16 14:03:23 tinypilot python[673]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 16 14:34:15 tinypilot python[673]: 2024-05-16 14:34:15.836 socket_api INFO Client nAk6fiVkdTNRredgAAAm disconnected May 16 14:50:12 tinypilot python[673]: 2024-05-16 14:50:12.649 socket_api INFO Client eAFToCxRpJJJxxZDAAAo connected May 16 14:50:16 tinypilot python[2940]: Process ProcessWithResult-20: May 16 14:50:16 tinypilot python[2940]: Traceback (most recent call last): May 16 14:50:16 tinypilot python[2940]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 16 14:50:16 tinypilot python[2940]: self.run() May 16 14:50:16 tinypilot python[2940]: File "/opt/tinypilot/app/execute.py", line 37, in run May 16 14:50:16 tinypilot python[2940]: result.return_value = self._target(*self._args, **self._kwargs) May 16 14:50:16 tinypilot python[2940]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 16 14:50:16 tinypilot python[2940]: hid_handle.write(bytearray(buffer)) May 16 14:50:16 tinypilot python[2940]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 16 14:50:16 tinypilot python[673]: Exception in thread Thread-548: May 16 14:50:16 tinypilot python[673]: Traceback (most recent call last): May 16 14:50:16 tinypilot python[673]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 16 14:50:16 tinypilot python[673]: self.run() May 16 14:50:16 tinypilot python[673]: File "/usr/lib/python3.9/threading.py", line 892, in run May 16 14:50:16 tinypilot python[673]: self._target(*self._args, **self._kwargs) May 16 14:50:16 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 16 14:50:16 tinypilot python[673]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 16 14:50:16 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 16 14:50:16 tinypilot python[673]: return self.handlers[namespace][event](*args) May 16 14:50:16 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 16 14:50:16 tinypilot python[673]: return self._handle_event(handler, message, namespace, sid, May 16 14:50:16 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 16 14:50:16 tinypilot python[673]: ret = handler(*args) May 16 14:50:16 tinypilot python[673]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 16 14:50:16 tinypilot python[673]: return handler(*args, **kwargs) May 16 14:50:16 tinypilot python[673]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event May 16 14:50:16 tinypilot python[673]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 16 14:50:16 tinypilot python[673]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 16 14:50:16 tinypilot python[673]: hid_write.write_to_hid_interface(mouse_path, buf) May 16 14:50:16 tinypilot python[673]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 16 14:50:16 tinypilot python[673]: execute.with_timeout(_write_to_hid_interface_immediately, May 16 14:50:16 tinypilot python[673]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 16 14:50:16 tinypilot python[673]: raise result.exception May 16 14:50:16 tinypilot python[673]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 16 14:50:17 tinypilot python[2941]: Process ProcessWithResult-21: May 16 14:50:17 tinypilot python[2941]: Traceback (most recent call last): May 16 14:50:17 tinypilot python[2941]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 16 14:50:17 tinypilot python[2941]: self.run() May 16 14:50:17 tinypilot python[2941]: File "/opt/tinypilot/app/execute.py", line 37, in run May 16 14:50:17 tinypilot python[2941]: result.return_value = self._target(*self._args, **self._kwargs) May 16 14:50:17 tinypilot python[2941]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 16 14:50:17 tinypilot python[2941]: hid_handle.write(bytearray(buffer)) May 16 14:50:17 tinypilot python[2941]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 16 14:50:17 tinypilot python[673]: Exception in thread Thread-549: May 16 14:50:17 tinypilot python[673]: Traceback (most recent call last): May 16 14:50:17 tinypilot python[673]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 16 14:50:17 tinypilot python[673]: self.run() May 16 14:50:17 tinypilot python[673]: File "/usr/lib/python3.9/threading.py", line 892, in run May 16 14:50:17 tinypilot python[673]: self._target(*self._args, **self._kwargs) May 16 14:50:17 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 16 14:50:17 tinypilot python[673]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 16 14:50:17 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 16 14:50:17 tinypilot python[673]: return self.handlers[namespace][event](*args) May 16 14:50:17 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 16 14:50:17 tinypilot python[673]: return self._handle_event(handler, message, namespace, sid, May 16 14:50:17 tinypilot python[673]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 16 14:50:17 tinypilot python[673]: ret = handler(*args) May 16 14:50:17 tinypilot python[673]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 16 14:50:17 tinypilot python[673]: return handler(*args, **kwargs) May 16 14:50:17 tinypilot python[673]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event May 16 14:50:17 tinypilot python[673]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 16 14:50:17 tinypilot python[673]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 16 14:50:17 tinypilot python[673]: hid_write.write_to_hid_interface(mouse_path, buf) May 16 14:50:17 tinypilot python[673]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 16 14:50:17 tinypilot python[673]: execute.with_timeout(_write_to_hid_interface_immediately, May 16 14:50:17 tinypilot python[673]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 16 14:50:17 tinypilot python[673]: raise result.exception May 16 14:50:17 tinypilot python[673]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 16 14:51:20 tinypilot python[673]: 2024-05-16 14:51:20.523 socket_api INFO Client eAFToCxRpJJJxxZDAAAo disconnected May 16 14:51:21 tinypilot python[673]: 2024-05-16 14:51:21.353 socket_api INFO Client D32Yj3WdRZoZkXECAAAq connected May 16 15:48:56 tinypilot python[3902]: 2024-05-16 15:48:56.450 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 16 15:48:56 tinypilot python[3903]: 2024-05-16 15:48:56.487 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 16 15:48:56 tinypilot python[3904]: 2024-05-16 15:48:56.518 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 16 15:48:56 tinypilot python[3905]: 2024-05-16 15:48:56.549 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 16 15:48:56 tinypilot python[3906]: 2024-05-16 15:48:56.575 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 16 15:48:56 tinypilot python[3907]: 2024-05-16 15:48:56.719 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 16 15:48:56 tinypilot python[3908]: 2024-05-16 15:48:56.781 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 16 15:48:59 tinypilot python[3909]: 2024-05-16 15:48:59.102 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 16 16:19:46 tinypilot python[673]: 2024-05-16 16:19:46.870 socket_api INFO Client D32Yj3WdRZoZkXECAAAq disconnected May 16 18:53:14 tinypilot python[673]: 2024-05-16 18:53:14.717 socket_api INFO Client NUzn5nvO-GG3z9C1AAAs connected May 16 18:53:14 tinypilot python[673]: 2024-05-16 18:53:14.968 socket_api INFO Client NUzn5nvO-GG3z9C1AAAs disconnected May 16 20:53:37 tinypilot python[673]: 2024-05-16 20:53:37.211 socket_api INFO Client yCZZj2wAQLU9apvpAAAv connected May 16 20:54:36 tinypilot python[673]: 2024-05-16 20:54:36.078 socket_api INFO Client yCZZj2wAQLU9apvpAAAv disconnected May 17 00:53:38 tinypilot python[673]: 2024-05-17 00:53:38.996 socket_api INFO Client Po0qrYsNb-Xv-6t7AAAy connected May 17 00:54:38 tinypilot python[673]: 2024-05-17 00:54:38.672 socket_api INFO Client Po0qrYsNb-Xv-6t7AAAy disconnected May 17 00:54:41 tinypilot python[673]: 2024-05-17 00:54:41.215 socket_api INFO Client u4iaVoaxydhK7ibdAAA0 connected May 17 00:55:42 tinypilot python[673]: 2024-05-17 00:55:42.799 socket_api INFO Client u4iaVoaxydhK7ibdAAA0 disconnected May 17 00:55:45 tinypilot python[673]: 2024-05-17 00:55:45.245 socket_api INFO Client TXz7U4tiPChiYWB-AAA2 connected May 17 00:56:45 tinypilot python[673]: 2024-05-17 00:56:45.850 socket_api INFO Client TXz7U4tiPChiYWB-AAA2 disconnected May 17 02:35:09 tinypilot python[673]: 2024-05-17 02:35:09.182 socket_api INFO Client 7BJa6KGQHkoKPTyCAAA5 connected May 17 02:35:09 tinypilot python[673]: 2024-05-17 02:35:09.617 socket_api INFO Client 7BJa6KGQHkoKPTyCAAA5 disconnected May 17 06:54:10 tinypilot python[673]: 2024-05-17 06:54:10.232 socket_api INFO Client UWgIueyP7kPuQQRMAAA8 connected May 17 06:54:12 tinypilot python[673]: 2024-05-17 06:54:12.759 socket_api INFO Client UWgIueyP7kPuQQRMAAA8 disconnected May 17 09:54:12 tinypilot python[673]: 2024-05-17 09:54:12.328 socket_api INFO Client iOqwyPd4jmnaKDApAAA- connected May 17 09:55:02 tinypilot python[673]: 2024-05-17 09:55:02.409 socket_api INFO Client iOqwyPd4jmnaKDApAAA- disconnected May 17 11:54:12 tinypilot python[673]: 2024-05-17 11:54:12.917 socket_api INFO Client 2r2n8LM45624l0TcAABA connected May 17 11:54:13 tinypilot python[673]: 2024-05-17 11:54:13.735 socket_api INFO Client 2r2n8LM45624l0TcAABA disconnected May 17 14:54:20 tinypilot python[673]: 2024-05-17 14:54:20.413 socket_api INFO Client cXugLhUD_xMaX-fEAABC connected May 17 14:56:58 tinypilot python[4999]: 2024-05-17 14:56:58.320 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5000]: 2024-05-17 14:56:58.366 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5001]: 2024-05-17 14:56:58.395 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5002]: 2024-05-17 14:56:58.422 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5003]: 2024-05-17 14:56:58.448 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5004]: 2024-05-17 14:56:58.473 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5005]: 2024-05-17 14:56:58.492 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5006]: 2024-05-17 14:56:58.511 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5007]: 2024-05-17 14:56:58.530 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5008]: 2024-05-17 14:56:58.549 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5009]: 2024-05-17 14:56:58.567 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5010]: 2024-05-17 14:56:58.586 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5011]: 2024-05-17 14:56:58.910 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5012]: 2024-05-17 14:56:58.951 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5013]: 2024-05-17 14:56:58.971 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:58 tinypilot python[5014]: 2024-05-17 14:56:58.992 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5015]: 2024-05-17 14:56:59.089 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5016]: 2024-05-17 14:56:59.108 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5017]: 2024-05-17 14:56:59.127 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5018]: 2024-05-17 14:56:59.146 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5019]: 2024-05-17 14:56:59.165 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5020]: 2024-05-17 14:56:59.184 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5021]: 2024-05-17 14:56:59.202 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5022]: 2024-05-17 14:56:59.221 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5023]: 2024-05-17 14:56:59.240 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5024]: 2024-05-17 14:56:59.259 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5025]: 2024-05-17 14:56:59.278 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5026]: 2024-05-17 14:56:59.297 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5027]: 2024-05-17 14:56:59.316 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5028]: 2024-05-17 14:56:59.335 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5029]: 2024-05-17 14:56:59.353 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5030]: 2024-05-17 14:56:59.372 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5031]: 2024-05-17 14:56:59.391 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5032]: 2024-05-17 14:56:59.410 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5033]: 2024-05-17 14:56:59.429 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5034]: 2024-05-17 14:56:59.453 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5035]: 2024-05-17 14:56:59.472 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5036]: 2024-05-17 14:56:59.687 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:56:59 tinypilot python[5037]: 2024-05-17 14:56:59.708 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:57:01 tinypilot python[673]: 2024-05-17 14:57:01.146 socket_api INFO Client cXugLhUD_xMaX-fEAABC disconnected May 17 14:57:01 tinypilot python[673]: 2024-05-17 14:57:01.421 socket_api INFO Client gqHx1zlZUcbKqMHDAABE connected May 17 14:57:40 tinypilot python[5040]: 2024-05-17 14:57:40.956 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 14:57:41 tinypilot python[5041]: 2024-05-17 14:57:41.561 hid.write ERROR Failed to write to HID interface: /dev/hidg1. Is USB cable connected? May 17 16:22:18 tinypilot python[673]: 2024-05-17 16:22:18.618 socket_api INFO Client gqHx1zlZUcbKqMHDAABE disconnected May 17 22:09:13 tinypilot python[673]: 2024-05-17 22:09:13.514 socket_api INFO Client -IMfyaG2GsWVujPuAABG connected May 17 22:09:13 tinypilot python[673]: 2024-05-17 22:09:13.952 socket_api INFO Client -IMfyaG2GsWVujPuAABG disconnected May 18 00:46:16 tinypilot python[673]: 2024-05-18 00:46:16.692 socket_api INFO Client OyyzdWEOgoArAyW2AABI connected May 18 00:47:16 tinypilot python[673]: 2024-05-18 00:47:16.276 socket_api INFO Client OyyzdWEOgoArAyW2AABI disconnected May 20 13:48:33 tinypilot python[673]: 2024-05-20 13:48:33.368 socket_api INFO Client b2BAnxT9cXTscdcRAABK connected May 20 13:52:06 tinypilot python[673]: 2024-05-20 13:52:06.217 socket_api INFO Client b2BAnxT9cXTscdcRAABK disconnected May 20 13:52:10 tinypilot python[673]: 2024-05-20 13:52:10.616 api INFO [SENSITIVE] Login request from IP 192.168.1.159 [/SENSITIVE] May 20 13:52:10 tinypilot python[673]: 2024-05-20 13:52:10.621 auth INFO [SENSITIVE] Checking authentication for user Momi526 [/SENSITIVE] May 20 13:52:10 tinypilot python[673]: 2024-05-20 13:52:10.749 session INFO [SENSITIVE] Started session for user Momi526 [/SENSITIVE] May 20 13:52:11 tinypilot python[673]: 2024-05-20 13:52:11.079 socket_api INFO Client y-bQg5DAbzWZcUFYAABM connected May 20 13:59:54 tinypilot sudo[12572]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q May 20 13:59:54 tinypilot sudo[12572]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) May 20 13:59:55 tinypilot runuser[12587]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) May 20 13:59:55 tinypilot runuser[12587]: pam_unix(runuser:session): session closed for user tinypilot May 20 13:59:55 tinypilot runuser[12600]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) May 20 13:59:57 tinypilot python[12607]: 2024-05-20 13:59:57.319 app.main INFO Starting app May 20 13:59:57 tinypilot python[12607]: 2024-05-20 13:59:57.415 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql May 20 13:59:57 tinypilot python[12607]: 2024-05-20 13:59:57.418 db.store INFO Read 7 database migrations from disk May 20 13:59:57 tinypilot runuser[12600]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-05-13 16:14:41.096 __main__ INFO Starting TinyPilot update 2024-05-13 16:14:41.096 __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.3 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.3 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.3 + 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 ++ tr --squeeze-repeats ' ' ++ grep --fixed-strings Mem: ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=1438 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1438 >= 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.1 + 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.3 ]] + readonly TARGET_VERSION + [[ 2.6.1 == \2\.\6\.\3 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=100000003f96e369 + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.3 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 100000003f96e369' --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_20240229123737_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20240229123737_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] Get:5 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages [106 kB] Fetched 13.7 MB in 7s (2,076 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_20240229123737_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). The following package was automatically installed and is no longer required: dos2unix Use 'sudo apt autoremove' to remove it. The following packages will be upgraded: tinypilot ustreamer 2 upgraded, 0 newly installed, 0 to remove and 104 not upgraded. Need to get 0 B/2,673 kB of archives. After this operation, 85.0 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/ustreamer_5.43-20231004144402_armhf.deb ustreamer armhf 5.43-20231004144402 [158 kB] Get:2 /mnt/tinypilot-installer/tinypilot_20240229123737_armhf.deb tinypilot armhf 20240229123737 [2,515 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 .../ustreamer_5.43-20231004144402_armhf.deb ... Unpacking ustreamer (5.43-20231004144402) over (5.38-20230802141939) ... Preparing to unpack .../tinypilot_20240229123737_armhf.deb ... Unpacking tinypilot (20240229123737) over (20230904111604) ... Setting up ustreamer (5.43-20231004144402) ... Warning: The home dir /home/ustreamer you specified already exists. The system user `ustreamer' already exists. Exiting. Setting up tinypilot (20240229123737) ... 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 / / update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. Processing triggers for man-db (2.9.4-2) ... + 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-05-13 16:15:17.480 __main__ INFO Update completed successfully 2024-05-13 16:15:17.480 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-05-13 16:15:17.482 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 <== uStreamer logs May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.271 stream] -- H264: Configuring encoder: DMA=0 ... May 20 13:47:44 tinypilot launch[489]: ================================================================================ May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.299 stream] -- Device fd=10 opened May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.299 stream] -- Using input channel: 0 May 20 13:47:44 tinypilot launch[489]: -- ERROR [511738.348 stream] -- Requested resolution=640x480 is unavailable May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.385 stream] -- Using resolution: 1920x1080 May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.385 stream] -- Using format: UYVY May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.385 stream] -- Querying HW FPS changing is not supported May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.385 stream] -- Using IO method: MMAP May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.403 stream] -- Requested 5 device buffers, got 5 May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.414 stream] -- Capturing started May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.415 stream] -- Using JPEG quality: 80% May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.415 stream] -- Creating pool JPEG with 3 workers ... May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.415 stream] -- Capturing ... May 20 13:47:44 tinypilot launch[489]: -- INFO [511738.415 stream] -- H264: Configuring encoder: DMA=1 ... May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.213 stream] -- Got V4L2 event May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.213 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.213 stream] -- Destroying workers pool JPEG ... May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.256 stream] -- Capturing stopped May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.263 stream] -- Device fd=10 closed May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.263 stream] -- Changed video frame to BLANK May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.276 stream] -- H264: Configuring encoder: DMA=0 ... May 20 13:47:45 tinypilot launch[489]: ================================================================================ May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.305 stream] -- Device fd=10 opened May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.305 stream] -- Using input channel: 0 May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.317 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.353 stream] -- Using resolution: 1920x1080 May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.353 stream] -- Using format: UYVY May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.353 stream] -- Querying HW FPS changing is not supported May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.353 stream] -- Using IO method: MMAP May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.370 stream] -- Requested 5 device buffers, got 5 May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.381 stream] -- Capturing started May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.381 stream] -- Using JPEG quality: 80% May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.381 stream] -- Creating pool JPEG with 3 workers ... May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.381 stream] -- Capturing ... May 20 13:47:45 tinypilot launch[489]: -- INFO [511739.384 stream] -- H264: Configuring encoder: DMA=1 ... May 20 13:52:11 tinypilot launch[489]: -- INFO [512004.669 http] -- HTTP: NEW client (now=1): [192.168.1.159]:51102, id=4eb48cbbca6ee0ab May 20 13:57:34 tinypilot launch[489]: -- INFO [512327.987 stream] -- Got V4L2 event May 20 13:57:34 tinypilot launch[489]: -- INFO [512327.987 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed May 20 13:57:34 tinypilot launch[489]: -- INFO [512327.987 stream] -- Destroying workers pool JPEG ... May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.028 stream] -- Capturing stopped May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.037 stream] -- Device fd=10 closed May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.037 stream] -- Changed video frame to BLANK May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.052 stream] -- H264: Configuring encoder: DMA=0 ... May 20 13:57:34 tinypilot launch[489]: ================================================================================ May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.096 stream] -- Device fd=10 opened May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.096 stream] -- Using input channel: 0 May 20 13:57:34 tinypilot launch[489]: -- ERROR [512328.137 stream] -- Requested resolution=640x480 is unavailable May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.171 stream] -- Using resolution: 1920x1080 May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.171 stream] -- Using format: UYVY May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.171 stream] -- Querying HW FPS changing is not supported May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.171 stream] -- Using IO method: MMAP May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.186 stream] -- Requested 5 device buffers, got 5 May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.196 stream] -- Capturing started May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.196 stream] -- Using JPEG quality: 80% May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.196 stream] -- Creating pool JPEG with 3 workers ... May 20 13:57:34 tinypilot launch[489]: -- INFO [512328.196 stream] -- Capturing ... May 20 13:57:35 tinypilot launch[489]: -- ERROR [512329.197 stream] -- Persistent device timeout (unplugged) May 20 13:57:39 tinypilot launch[489]: -- INFO [512333.496 stream] -- H264: Configuring encoder: DMA=1 ... May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.160 stream] -- Got V4L2 event May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.160 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.160 stream] -- Destroying workers pool JPEG ... May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.203 stream] -- Capturing stopped May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.210 stream] -- Device fd=10 closed May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.210 stream] -- Changed video frame to BLANK May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.222 stream] -- H264: Configuring encoder: DMA=0 ... May 20 13:57:40 tinypilot launch[489]: ================================================================================ May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.250 stream] -- Device fd=10 opened May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.250 stream] -- Using input channel: 0 May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.262 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.299 stream] -- Using resolution: 1920x1080 May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.299 stream] -- Using format: UYVY May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.299 stream] -- Querying HW FPS changing is not supported May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.299 stream] -- Using IO method: MMAP May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.316 stream] -- Requested 5 device buffers, got 5 May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.326 stream] -- Capturing started May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.326 stream] -- Using JPEG quality: 80% May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.326 stream] -- Creating pool JPEG with 3 workers ... May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.327 stream] -- Capturing ... May 20 13:57:40 tinypilot launch[489]: -- INFO [512334.331 stream] -- H264: Configuring encoder: DMA=1 ... nginx logs -- Journal begins at Tue 2024-05-14 15:17:01 BST, ends at Mon 2024-05-20 13:59:57 BST. -- May 14 15:35:52 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... May 14 15:35:53 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/poll.js HTTP/2.0" 200 1958 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/controllers.js HTTP/2.0" 200 21170 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /css/button.css HTTP/2.0" 200 1976 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /css/cursors.css HTTP/2.0" 200 618 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/settings.js HTTP/2.0" 200 1900 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/wake-on-lan.js HTTP/2.0" 200 551 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/logs.js HTTP/2.0" 200 1484 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/mouse.js HTTP/2.0" 200 8492 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:10 +0100] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:11 +0100] "GET /img/logo.svg HTTP/2.0" 304 0 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:11 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:11 +0100] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:11 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:11 +0100] "GET /socket.io/?EIO=4&transport=polling&t=O-M3pfS HTTP/2.0" 200 97 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:11 +0100] "POST /socket.io/?EIO=4&transport=polling&t=O-M3pfa&sid=U7oVLmGzp0pEy4nJAABL HTTP/2.0" 200 2 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.159 - - [20/May/2024:13:52:11 +0100] "GET /socket.io/?EIO=4&transport=polling&t=O-M3pfb&sid=U7oVLmGzp0pEy4nJAABL HTTP/2.0" 200 32 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"