TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-01-26T16:16:24+00:00 Software versions TinyPilot version: 2.6.2 uStreamer version: 5.43 System information OS version: Linux tinypilot-one 5.15.84-v7l+ #1613 SMP Thu Jan 5 12:01:26 GMT 2023 armv7l GNU/Linux Kernel architecture: armv7l Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2711 Revision: b03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (down) lo (unknown) wlan0 (up) 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 ustreamer_h264_bitrate: 19600 ustreamer_quality: 66 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 Jan 26 16:14:34 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jan 26 16:14:34 tinypilot-one python[537]: self.run() Jan 26 16:14:34 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 892, in run Jan 26 16:14:34 tinypilot-one python[537]: self._target(*self._args, **self._kwargs) Jan 26 16:14:34 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jan 26 16:14:34 tinypilot-one python[537]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jan 26 16:14:34 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jan 26 16:14:34 tinypilot-one python[537]: return self.handlers[namespace][event](*args) Jan 26 16:14:34 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jan 26 16:14:34 tinypilot-one python[537]: return self._handle_event(handler, message, namespace, sid, Jan 26 16:14:34 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jan 26 16:14:34 tinypilot-one python[537]: ret = handler(*args) Jan 26 16:14:34 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jan 26 16:14:34 tinypilot-one python[537]: return handler(*args, **kwargs) Jan 26 16:14:34 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jan 26 16:14:34 tinypilot-one python[537]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jan 26 16:14:34 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jan 26 16:14:34 tinypilot-one python[537]: hid_write.write_to_hid_interface(mouse_path, buf) Jan 26 16:14:34 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jan 26 16:14:34 tinypilot-one python[537]: execute.with_timeout(_write_to_hid_interface_immediately, Jan 26 16:14:34 tinypilot-one python[537]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jan 26 16:14:34 tinypilot-one python[537]: raise result.exception Jan 26 16:14:34 tinypilot-one python[537]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:14:35 tinypilot-one python[537]: 2024-01-26 16:14:35.545 socket_api INFO Client rDv6eqMANgiZoE_VAAAB disconnected Jan 26 16:14:36 tinypilot-one python[537]: 2024-01-26 16:14:36.098 socket_api INFO Client 8q16RdwRO30uX45OAAAD connected Jan 26 16:14:37 tinypilot-one python[1325]: Process ProcessWithResult-9: Jan 26 16:14:37 tinypilot-one python[1325]: Traceback (most recent call last): Jan 26 16:14:37 tinypilot-one python[1325]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jan 26 16:14:37 tinypilot-one python[1325]: self.run() Jan 26 16:14:37 tinypilot-one python[1325]: File "/opt/tinypilot/app/execute.py", line 37, in run Jan 26 16:14:37 tinypilot-one python[1325]: result.return_value = self._target(*self._args, **self._kwargs) Jan 26 16:14:37 tinypilot-one python[1325]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately Jan 26 16:14:37 tinypilot-one python[1325]: with open(hid_path, 'ab+') as hid_handle: Jan 26 16:14:37 tinypilot-one python[1325]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:14:37 tinypilot-one python[537]: Exception in thread Thread-49: Jan 26 16:14:37 tinypilot-one python[537]: Traceback (most recent call last): Jan 26 16:14:37 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jan 26 16:14:37 tinypilot-one python[537]: self.run() Jan 26 16:14:37 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 892, in run Jan 26 16:14:37 tinypilot-one python[537]: self._target(*self._args, **self._kwargs) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jan 26 16:14:37 tinypilot-one python[537]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jan 26 16:14:37 tinypilot-one python[537]: return self.handlers[namespace][event](*args) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jan 26 16:14:37 tinypilot-one python[537]: return self._handle_event(handler, message, namespace, sid, Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jan 26 16:14:37 tinypilot-one python[537]: ret = handler(*args) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jan 26 16:14:37 tinypilot-one python[537]: return handler(*args, **kwargs) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jan 26 16:14:37 tinypilot-one python[537]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jan 26 16:14:37 tinypilot-one python[537]: hid_write.write_to_hid_interface(mouse_path, buf) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jan 26 16:14:37 tinypilot-one python[537]: execute.with_timeout(_write_to_hid_interface_immediately, Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jan 26 16:14:37 tinypilot-one python[537]: raise result.exception Jan 26 16:14:37 tinypilot-one python[537]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:14:37 tinypilot-one python[1326]: Process ProcessWithResult-10: Jan 26 16:14:37 tinypilot-one python[1326]: Traceback (most recent call last): Jan 26 16:14:37 tinypilot-one python[1326]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jan 26 16:14:37 tinypilot-one python[1326]: self.run() Jan 26 16:14:37 tinypilot-one python[1326]: File "/opt/tinypilot/app/execute.py", line 37, in run Jan 26 16:14:37 tinypilot-one python[1326]: result.return_value = self._target(*self._args, **self._kwargs) Jan 26 16:14:37 tinypilot-one python[1326]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately Jan 26 16:14:37 tinypilot-one python[1326]: with open(hid_path, 'ab+') as hid_handle: Jan 26 16:14:37 tinypilot-one python[1326]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:14:37 tinypilot-one python[537]: Exception in thread Thread-50: Jan 26 16:14:37 tinypilot-one python[537]: Traceback (most recent call last): Jan 26 16:14:37 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jan 26 16:14:37 tinypilot-one python[537]: self.run() Jan 26 16:14:37 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 892, in run Jan 26 16:14:37 tinypilot-one python[537]: self._target(*self._args, **self._kwargs) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jan 26 16:14:37 tinypilot-one python[537]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jan 26 16:14:37 tinypilot-one python[537]: return self.handlers[namespace][event](*args) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jan 26 16:14:37 tinypilot-one python[537]: return self._handle_event(handler, message, namespace, sid, Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jan 26 16:14:37 tinypilot-one python[537]: ret = handler(*args) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jan 26 16:14:37 tinypilot-one python[537]: return handler(*args, **kwargs) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jan 26 16:14:37 tinypilot-one python[537]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jan 26 16:14:37 tinypilot-one python[537]: hid_write.write_to_hid_interface(mouse_path, buf) Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jan 26 16:14:37 tinypilot-one python[537]: execute.with_timeout(_write_to_hid_interface_immediately, Jan 26 16:14:37 tinypilot-one python[537]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jan 26 16:14:37 tinypilot-one python[537]: raise result.exception Jan 26 16:14:37 tinypilot-one python[537]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:14:38 tinypilot-one python[1327]: Process ProcessWithResult-11: Jan 26 16:14:38 tinypilot-one python[1327]: Traceback (most recent call last): Jan 26 16:14:38 tinypilot-one python[1327]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jan 26 16:14:38 tinypilot-one python[1327]: self.run() Jan 26 16:14:38 tinypilot-one python[1327]: File "/opt/tinypilot/app/execute.py", line 37, in run Jan 26 16:14:38 tinypilot-one python[1327]: result.return_value = self._target(*self._args, **self._kwargs) Jan 26 16:14:38 tinypilot-one python[1327]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately Jan 26 16:14:38 tinypilot-one python[1327]: with open(hid_path, 'ab+') as hid_handle: Jan 26 16:14:38 tinypilot-one python[1327]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:14:38 tinypilot-one python[537]: Exception in thread Thread-51: Jan 26 16:14:38 tinypilot-one python[537]: Traceback (most recent call last): Jan 26 16:14:38 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jan 26 16:14:38 tinypilot-one python[537]: self.run() Jan 26 16:14:38 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 892, in run Jan 26 16:14:38 tinypilot-one python[537]: self._target(*self._args, **self._kwargs) Jan 26 16:14:38 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jan 26 16:14:38 tinypilot-one python[537]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jan 26 16:14:38 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jan 26 16:14:38 tinypilot-one python[537]: return self.handlers[namespace][event](*args) Jan 26 16:14:38 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jan 26 16:14:38 tinypilot-one python[537]: return self._handle_event(handler, message, namespace, sid, Jan 26 16:14:38 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jan 26 16:14:38 tinypilot-one python[537]: ret = handler(*args) Jan 26 16:14:38 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jan 26 16:14:38 tinypilot-one python[537]: return handler(*args, **kwargs) Jan 26 16:14:38 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jan 26 16:14:38 tinypilot-one python[537]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jan 26 16:14:38 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jan 26 16:14:38 tinypilot-one python[537]: hid_write.write_to_hid_interface(mouse_path, buf) Jan 26 16:14:38 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jan 26 16:14:38 tinypilot-one python[537]: execute.with_timeout(_write_to_hid_interface_immediately, Jan 26 16:14:38 tinypilot-one python[537]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jan 26 16:14:38 tinypilot-one python[537]: raise result.exception Jan 26 16:14:38 tinypilot-one python[537]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:16:21 tinypilot-one python[1350]: Process ProcessWithResult-12: Jan 26 16:16:21 tinypilot-one python[1350]: Traceback (most recent call last): Jan 26 16:16:21 tinypilot-one python[1350]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jan 26 16:16:21 tinypilot-one python[1350]: self.run() Jan 26 16:16:21 tinypilot-one python[1350]: File "/opt/tinypilot/app/execute.py", line 37, in run Jan 26 16:16:21 tinypilot-one python[1350]: result.return_value = self._target(*self._args, **self._kwargs) Jan 26 16:16:21 tinypilot-one python[1350]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately Jan 26 16:16:21 tinypilot-one python[1350]: with open(hid_path, 'ab+') as hid_handle: Jan 26 16:16:21 tinypilot-one python[1350]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:16:21 tinypilot-one python[537]: Exception in thread Thread-56: Jan 26 16:16:21 tinypilot-one python[537]: Traceback (most recent call last): Jan 26 16:16:21 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jan 26 16:16:21 tinypilot-one python[537]: self.run() Jan 26 16:16:21 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 892, in run Jan 26 16:16:21 tinypilot-one python[537]: self._target(*self._args, **self._kwargs) Jan 26 16:16:21 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jan 26 16:16:21 tinypilot-one python[537]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jan 26 16:16:21 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jan 26 16:16:21 tinypilot-one python[537]: return self.handlers[namespace][event](*args) Jan 26 16:16:21 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jan 26 16:16:21 tinypilot-one python[537]: return self._handle_event(handler, message, namespace, sid, Jan 26 16:16:21 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jan 26 16:16:21 tinypilot-one python[537]: ret = handler(*args) Jan 26 16:16:21 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jan 26 16:16:21 tinypilot-one python[537]: return handler(*args, **kwargs) Jan 26 16:16:21 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jan 26 16:16:21 tinypilot-one python[537]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jan 26 16:16:21 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jan 26 16:16:21 tinypilot-one python[537]: hid_write.write_to_hid_interface(mouse_path, buf) Jan 26 16:16:21 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jan 26 16:16:21 tinypilot-one python[537]: execute.with_timeout(_write_to_hid_interface_immediately, Jan 26 16:16:21 tinypilot-one python[537]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jan 26 16:16:21 tinypilot-one python[537]: raise result.exception Jan 26 16:16:21 tinypilot-one python[537]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:16:22 tinypilot-one python[1352]: Process ProcessWithResult-13: Jan 26 16:16:22 tinypilot-one python[1352]: Traceback (most recent call last): Jan 26 16:16:22 tinypilot-one python[1352]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jan 26 16:16:22 tinypilot-one python[1352]: self.run() Jan 26 16:16:22 tinypilot-one python[1352]: File "/opt/tinypilot/app/execute.py", line 37, in run Jan 26 16:16:22 tinypilot-one python[1352]: result.return_value = self._target(*self._args, **self._kwargs) Jan 26 16:16:22 tinypilot-one python[1352]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately Jan 26 16:16:22 tinypilot-one python[1352]: with open(hid_path, 'ab+') as hid_handle: Jan 26 16:16:22 tinypilot-one python[1352]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:16:22 tinypilot-one python[537]: Exception in thread Thread-57: Jan 26 16:16:22 tinypilot-one python[537]: Traceback (most recent call last): Jan 26 16:16:22 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jan 26 16:16:22 tinypilot-one python[537]: self.run() Jan 26 16:16:22 tinypilot-one python[537]: File "/usr/lib/python3.9/threading.py", line 892, in run Jan 26 16:16:22 tinypilot-one python[537]: self._target(*self._args, **self._kwargs) Jan 26 16:16:22 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jan 26 16:16:22 tinypilot-one python[537]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jan 26 16:16:22 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jan 26 16:16:22 tinypilot-one python[537]: return self.handlers[namespace][event](*args) Jan 26 16:16:22 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jan 26 16:16:22 tinypilot-one python[537]: return self._handle_event(handler, message, namespace, sid, Jan 26 16:16:22 tinypilot-one python[537]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jan 26 16:16:22 tinypilot-one python[537]: ret = handler(*args) Jan 26 16:16:22 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jan 26 16:16:22 tinypilot-one python[537]: return handler(*args, **kwargs) Jan 26 16:16:22 tinypilot-one python[537]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jan 26 16:16:22 tinypilot-one python[537]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jan 26 16:16:22 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jan 26 16:16:22 tinypilot-one python[537]: hid_write.write_to_hid_interface(mouse_path, buf) Jan 26 16:16:22 tinypilot-one python[537]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jan 26 16:16:22 tinypilot-one python[537]: execute.with_timeout(_write_to_hid_interface_immediately, Jan 26 16:16:22 tinypilot-one python[537]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jan 26 16:16:22 tinypilot-one python[537]: raise result.exception Jan 26 16:16:22 tinypilot-one python[537]: PermissionError: [Errno 13] Permission denied: '/dev/hidg1' Jan 26 16:16:24 tinypilot-one sudo[1353]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Jan 26 16:16:24 tinypilot-one sudo[1353]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=110) Jan 26 16:16:26 tinypilot-one python[1386]: 2024-01-26 16:16:26.196 app.main INFO Starting app Jan 26 16:16:26 tinypilot-one python[1386]: 2024-01-26 16:16:26.264 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Jan 26 16:16:26 tinypilot-one python[1386]: 2024-01-26 16:16:26.266 db.store INFO Read 7 database migrations from disk TinyPilot update logs 2024-01-26 14:39:00.143 __main__ INFO Starting TinyPilot update 2024-01-26 14:39:00.143 __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.2 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.2 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.2 + 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 ++ cut --delimiter ' ' --fields 7 ++ grep --fixed-strings Mem: ++ tr --squeeze-repeats ' ' + AVAILABLE_MEMORY_MIB=1391 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1391 >= 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.5.4 + 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.2 ]] + readonly TARGET_VERSION + [[ 2.5.4 == \2\.\6\.\2 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=1000000012acd9af + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.2 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000012acd9af' --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 )) + 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_20231109172723_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20231109172723_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://deb.debian.org/debian bullseye-backports InRelease [49.0 kB] Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:3 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:5 http://deb.debian.org/debian bullseye-backports/main armhf Packages [396 kB] Get:6 http://deb.debian.org/debian bullseye-backports/main Translation-en [341 kB] Get:7 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] Get:8 http://raspbian.raspberrypi.org/raspbian bullseye/contrib armhf Packages [60.2 kB] Get:9 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages [106 kB] Fetched 14.5 MB in 20s (711 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_20231109172723_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 NEW packages will be installed: ustreamer The following packages will be upgraded: tinypilot 1 upgraded, 1 newly installed, 0 to remove and 103 not upgraded. Need to get 0 B/2,667 kB of archives. After this operation, 11.9 MB 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_20231109172723_armhf.deb tinypilot armhf 20231109172723 [2,510 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: Selecting previously unselected package ustreamer. [614B blob data] Preparing to unpack .../ustreamer_5.43-20231004144402_armhf.deb ... Unpacking ustreamer (5.43-20231004144402) ... Preparing to unpack .../tinypilot_20231109172723_armhf.deb ... Unpacking tinypilot (20231109172723) over (20230427192344) ... 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 (20231109172723) ... 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 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_h264_bitrate: 19600 ustreamer_quality: 66 uStreamer logs -- Journal begins at Fri 2024-01-26 15:48:04 GMT, ends at Fri 2024-01-26 16:16:26 GMT. -- Jan 26 15:56:50 tinypilot-one systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Jan 26 15:56:51 tinypilot-one launch[496]: + 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 --quality 66 --drop-same-frames 30 --dv-timings --h264-bitrate 19600 Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.149 main] -- Starting PiKVM uStreamer 5.43 ... Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.150 main] -- Using internal blank placeholder Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.151 main] -- Using H264-sink: tinypilot::ustreamer::h264 Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.151 main] -- Listening HTTP on [127.0.0.1]:48001 Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.152 stream] -- Using V4L2 device: /dev/video0 Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.152 stream] -- Using desired FPS: 0 Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.152 http] -- Starting HTTP eventloop ... Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.152 stream] -- H264: Initializing encoder ... Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.163 stream] -- H264: Configuring encoder: DMA=0 ... Jan 26 15:56:51 tinypilot-one launch[496]: ================================================================================ Jan 26 15:56:51 tinypilot-one launch[496]: -- ERROR [9.183 stream] -- Can't access device: No such file or directory Jan 26 15:56:51 tinypilot-one launch[496]: -- INFO [9.183 stream] -- Waiting for the device access ... Jan 26 15:57:08 tinypilot-one launch[496]: -- INFO [25.571 http] -- HTTP: NEW client (now=1): [192.168.87.21]:60548, id=53ed04102c02bdae Jan 26 15:57:11 tinypilot-one launch[496]: -- INFO [29.455 stream] -- H264: Requested keyframe by a sink client Jan 26 15:57:13 tinypilot-one launch[496]: -- INFO [31.488 stream] -- H264: Requested keyframe by a sink client Jan 26 16:14:35 tinypilot-one launch[496]: -- INFO [811.944 http] -- HTTP: DEL client (now=0): [192.168.87.21]:60548, id=53ed04102c02bdae, Resource temporarily unavailable (reading,eof) Jan 26 16:14:36 tinypilot-one launch[496]: -- INFO [812.539 http] -- HTTP: NEW client (now=1): [192.168.87.21]:48698, id=5c118072376b5404 Jan 26 16:14:39 tinypilot-one launch[496]: -- INFO [815.979 stream] -- H264: Requested keyframe by a sink client Jan 26 16:14:41 tinypilot-one launch[496]: -- INFO [818.011 stream] -- H264: Requested keyframe by a sink client nginx logs -- Journal begins at Fri 2024-01-26 15:48:04 GMT, ends at Fri 2024-01-26 16:16:26 GMT. -- Jan 26 15:56:50 tinypilot-one systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 26 15:56:50 tinypilot-one systemd[1]: Started A high performance web server and a reverse proxy server. 2024/01/26 14:40:38 [notice] 2089#2089: signal process started 2024/01/26 14:40:39 [error] 2090#2090: *198 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.87.21, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:40:41 [error] 2090#2090: *198 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.87.21, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:40:43 [error] 2090#2090: *198 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.87.21, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:40:44 [error] 2090#2090: *198 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.87.21, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=Or6DqSw HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=Or6DqSw", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:40:45 [error] 2090#2090: *198 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.87.21, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:40:46 [error] 2090#2090: *198 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.87.21, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=Or6Dqss HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=Or6Dqss", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:40:47 [error] 2090#2090: *198 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.87.21, 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.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:42:43 [error] 528#528: *1 open() "/opt/tinypilot/app/static/third-party/socket.io/3.1.3/socket.io.min.js" failed (2: No such file or directory), client: 192.168.87.21, server: tinypilot, request: "GET /third-party/socket.io/3.1.3/socket.io.min.js HTTP/2.0", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:42:43 [error] 528#528: *1 open() "/opt/tinypilot/app/static/js/paste.js" failed (2: No such file or directory), client: 192.168.87.21, server: tinypilot, request: "GET /js/paste.js HTTP/2.0", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:42:44 [error] 528#528: *1 open() "/opt/tinypilot/app/static/js/paste.js" failed (2: No such file or directory), client: 192.168.87.21, server: tinypilot, request: "GET /js/paste.js HTTP/2.0", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:42:44 [error] 528#528: *1 open() "/opt/tinypilot/app/static/third-party/socket.io/3.1.3/socket.io.min.js" failed (2: No such file or directory), client: 192.168.87.21, server: tinypilot, request: "GET /third-party/socket.io/3.1.3/socket.io.min.js HTTP/2.0", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:42:44 [error] 528#528: *1 open() "/opt/tinypilot/app/static/third-party/socket.io/3.1.3/socket.io.min.js" failed (2: No such file or directory), client: 192.168.87.21, server: tinypilot, request: "GET /third-party/socket.io/3.1.3/socket.io.min.js HTTP/2.0", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:42:44 [error] 528#528: *1 open() "/opt/tinypilot/app/static/js/paste.js" failed (2: No such file or directory), client: 192.168.87.21, server: tinypilot, request: "GET /js/paste.js HTTP/2.0", host: "192.168.87.41", referrer: "https://192.168.87.41/" 2024/01/26 14:46:38 [error] 522#522: *1 upstream prematurely closed connection while reading response header from upstream, client: 192.168.87.21, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "192.168.87.249", referrer: "https://192.168.87.249/" 2024/01/26 14:47:47 [error] 525#525: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.87.21, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.87.249", referrer: "https://192.168.87.249/" 2024/01/26 15:29:50 [error] 527#527: *1 upstream prematurely closed connection while reading response header from upstream, client: 192.168.87.21, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot-one.local", referrer: "https://tinypilot-one.local/" 2024/01/26 15:49:18 [error] 524#524: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.87.21, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.87.41", referrer: "https://192.168.87.41/" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /js/settings.js HTTP/2.0" 200 1900 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /js/mouse.js HTTP/2.0" 200 8492 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /third-party/socket.io/4.7.1/socket.io.min.js HTTP/2.0" 200 48593 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /js/app.js HTTP/2.0" 200 14338 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /third-party/webrtc-adapter/8.1.1/adapter.min.js HTTP/2.0" 200 59549 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /js/webrtc-video.js HTTP/2.0" 200 7675 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /third-party/janus-gateway/1.0.0/janus.js HTTP/2.0" 200 134759 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /css/button.css HTTP/2.0" 200 1976 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /css/cursors.css HTTP/2.0" 200 618 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /css/icons.css HTTP/2.0" 200 841 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /js/overlays.js HTTP/2.0" 200 495 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /js/keyboardstate.js HTTP/2.0" 200 3164 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /img/logo.svg HTTP/2.0" 304 0 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /img/video-stream-icon.svg HTTP/2.0" 304 0 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /img/warning-icon.svg HTTP/2.0" 304 0 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /img/clipboard-icon.svg HTTP/2.0" 304 0 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /img/angle-down-icon.svg HTTP/2.0" 304 0 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /img/external-link-icon.svg HTTP/2.0" 304 0 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:07 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Or6WJF0 HTTP/2.0" 200 97 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:08 +0000] "POST /socket.io/?EIO=4&transport=polling&t=Or6WJFp&sid=7Oap6aCR2WcoaZmCAAAA HTTP/2.0" 200 2 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:08 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Or6WJFp.0&sid=7Oap6aCR2WcoaZmCAAAA HTTP/2.0" 200 32 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-" 192.168.87.21 - - [26/Jan/2024:15:57:08 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Or6WJGv&sid=7Oap6aCR2WcoaZmCAAAA HTTP/2.0" 200 1 "https://192.168.87.41/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15" "-"