TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-06-06T22:33:22+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: 55.0'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml ustreamer_quality: 100 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 Jun 06 22:21:49 tinypilot python[660]: self._target(*self._args, **self._kwargs) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jun 06 22:21:49 tinypilot python[660]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jun 06 22:21:49 tinypilot python[660]: return self.handlers[namespace][event](*args) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jun 06 22:21:49 tinypilot python[660]: return self._handle_event(handler, message, namespace, sid, Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jun 06 22:21:49 tinypilot python[660]: ret = handler(*args) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jun 06 22:21:49 tinypilot python[660]: return handler(*args, **kwargs) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke Jun 06 22:21:49 tinypilot python[660]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke Jun 06 22:21:49 tinypilot python[660]: hid_write.write_to_hid_interface(keyboard_path, buf) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jun 06 22:21:49 tinypilot python[660]: execute.with_timeout(_write_to_hid_interface_immediately, Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jun 06 22:21:49 tinypilot python[660]: raise result.exception Jun 06 22:21:49 tinypilot python[660]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 06 22:21:49 tinypilot python[4161]: Process ProcessWithResult-2893: Jun 06 22:21:49 tinypilot python[4161]: Traceback (most recent call last): Jun 06 22:21:49 tinypilot python[4161]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jun 06 22:21:49 tinypilot python[4161]: self.run() Jun 06 22:21:49 tinypilot python[4161]: File "/opt/tinypilot/app/execute.py", line 37, in run Jun 06 22:21:49 tinypilot python[4161]: result.return_value = self._target(*self._args, **self._kwargs) Jun 06 22:21:49 tinypilot python[4161]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jun 06 22:21:49 tinypilot python[4161]: hid_handle.write(bytearray(buffer)) Jun 06 22:21:49 tinypilot python[4161]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 06 22:21:49 tinypilot python[660]: Exception in thread Thread-2939: Jun 06 22:21:49 tinypilot python[660]: Traceback (most recent call last): Jun 06 22:21:49 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jun 06 22:21:49 tinypilot python[660]: self.run() Jun 06 22:21:49 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 892, in run Jun 06 22:21:49 tinypilot python[660]: self._target(*self._args, **self._kwargs) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jun 06 22:21:49 tinypilot python[660]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jun 06 22:21:49 tinypilot python[660]: return self.handlers[namespace][event](*args) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jun 06 22:21:49 tinypilot python[660]: return self._handle_event(handler, message, namespace, sid, Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jun 06 22:21:49 tinypilot python[660]: ret = handler(*args) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jun 06 22:21:49 tinypilot python[660]: return handler(*args, **kwargs) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 118, in on_key_release Jun 06 22:21:49 tinypilot python[660]: fake_keyboard.release_keys(keyboard_path) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/hid/keyboard.py", line 22, in release_keys Jun 06 22:21:49 tinypilot python[660]: hid_write.write_to_hid_interface(keyboard_path, [0] * 8) Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jun 06 22:21:49 tinypilot python[660]: execute.with_timeout(_write_to_hid_interface_immediately, Jun 06 22:21:49 tinypilot python[660]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jun 06 22:21:49 tinypilot python[660]: raise result.exception Jun 06 22:21:49 tinypilot python[660]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] Jun 06 22:26:34 tinypilot python[4389]: 2024-06-06 22:26:34.589 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:34 tinypilot python[4390]: 2024-06-06 22:26:34.618 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:34 tinypilot python[4391]: 2024-06-06 22:26:34.881 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:34 tinypilot python[4392]: 2024-06-06 22:26:34.910 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:35 tinypilot python[4393]: 2024-06-06 22:26:35.151 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:35 tinypilot python[4394]: 2024-06-06 22:26:35.181 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] Jun 06 22:26:38 tinypilot python[4406]: 2024-06-06 22:26:38.944 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:38 tinypilot python[4407]: 2024-06-06 22:26:38.973 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:40 tinypilot python[4411]: 2024-06-06 22:26:40.718 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:40 tinypilot python[4412]: 2024-06-06 22:26:40.748 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:40 tinypilot python[4413]: 2024-06-06 22:26:40.864 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:40 tinypilot python[4414]: 2024-06-06 22:26:40.888 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:40 tinypilot python[4415]: 2024-06-06 22:26:40.996 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:41 tinypilot python[4416]: 2024-06-06 22:26:41.023 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:41 tinypilot python[4417]: 2024-06-06 22:26:41.165 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:41 tinypilot python[4418]: 2024-06-06 22:26:41.194 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:41 tinypilot python[4419]: 2024-06-06 22:26:41.333 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:41 tinypilot python[4420]: 2024-06-06 22:26:41.367 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4421]: 2024-06-06 22:26:42.187 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4422]: 2024-06-06 22:26:42.204 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4423]: 2024-06-06 22:26:42.327 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4424]: 2024-06-06 22:26:42.345 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4425]: 2024-06-06 22:26:42.488 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4426]: 2024-06-06 22:26:42.509 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4427]: 2024-06-06 22:26:42.632 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4428]: 2024-06-06 22:26:42.651 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4429]: 2024-06-06 22:26:42.794 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4430]: 2024-06-06 22:26:42.813 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4431]: 2024-06-06 22:26:42.970 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:42 tinypilot python[4432]: 2024-06-06 22:26:42.987 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:43 tinypilot python[4433]: 2024-06-06 22:26:43.592 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:43 tinypilot python[4434]: 2024-06-06 22:26:43.610 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:43 tinypilot python[4435]: 2024-06-06 22:26:43.754 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:43 tinypilot python[4436]: 2024-06-06 22:26:43.772 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:43 tinypilot python[4437]: 2024-06-06 22:26:43.887 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:43 tinypilot python[4438]: 2024-06-06 22:26:43.906 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:44 tinypilot python[4439]: 2024-06-06 22:26:44.054 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:44 tinypilot python[4440]: 2024-06-06 22:26:44.072 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:44 tinypilot python[4441]: 2024-06-06 22:26:44.221 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:44 tinypilot python[4442]: 2024-06-06 22:26:44.240 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:44 tinypilot python[4443]: 2024-06-06 22:26:44.691 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:44 tinypilot python[4444]: 2024-06-06 22:26:44.710 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:44 tinypilot python[4445]: 2024-06-06 22:26:44.837 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:44 tinypilot python[4446]: 2024-06-06 22:26:44.855 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:45 tinypilot python[4447]: 2024-06-06 22:26:44.999 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:45 tinypilot python[4448]: 2024-06-06 22:26:45.018 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:45 tinypilot python[4449]: 2024-06-06 22:26:45.163 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:45 tinypilot python[4450]: 2024-06-06 22:26:45.182 hid.write ERROR Failed to write to HID interface: /dev/hidg0. Is USB cable connected? Jun 06 22:26:45 tinypilot python[4451]: Process ProcessWithResult-3054: Jun 06 22:26:45 tinypilot python[4451]: Traceback (most recent call last): Jun 06 22:26:45 tinypilot python[4451]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jun 06 22:26:45 tinypilot python[4451]: self.run() Jun 06 22:26:45 tinypilot python[4451]: File "/opt/tinypilot/app/execute.py", line 37, in run Jun 06 22:26:45 tinypilot python[4451]: result.return_value = self._target(*self._args, **self._kwargs) Jun 06 22:26:45 tinypilot python[4451]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jun 06 22:26:45 tinypilot python[4451]: hid_handle.write(bytearray(buffer)) Jun 06 22:26:45 tinypilot python[4451]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 06 22:26:45 tinypilot python[660]: Exception in thread Thread-3066: Jun 06 22:26:45 tinypilot python[660]: Traceback (most recent call last): Jun 06 22:26:45 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jun 06 22:26:45 tinypilot python[660]: self.run() Jun 06 22:26:45 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 892, in run Jun 06 22:26:45 tinypilot python[660]: self._target(*self._args, **self._kwargs) Jun 06 22:26:45 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jun 06 22:26:45 tinypilot python[660]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jun 06 22:26:45 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jun 06 22:26:45 tinypilot python[660]: return self.handlers[namespace][event](*args) Jun 06 22:26:45 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jun 06 22:26:45 tinypilot python[660]: return self._handle_event(handler, message, namespace, sid, Jun 06 22:26:45 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jun 06 22:26:45 tinypilot python[660]: ret = handler(*args) Jun 06 22:26:45 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jun 06 22:26:45 tinypilot python[660]: return handler(*args, **kwargs) Jun 06 22:26:45 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke Jun 06 22:26:45 tinypilot python[660]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) Jun 06 22:26:45 tinypilot python[660]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke Jun 06 22:26:45 tinypilot python[660]: hid_write.write_to_hid_interface(keyboard_path, buf) Jun 06 22:26:45 tinypilot python[660]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jun 06 22:26:45 tinypilot python[660]: execute.with_timeout(_write_to_hid_interface_immediately, Jun 06 22:26:45 tinypilot python[660]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jun 06 22:26:45 tinypilot python[660]: raise result.exception Jun 06 22:26:45 tinypilot python[660]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] Jun 06 22:33:22 tinypilot sudo[5013]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Jun 06 22:33:22 tinypilot sudo[5013]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Jun 06 22:33:22 tinypilot runuser[5029]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jun 06 22:33:22 tinypilot runuser[5029]: pam_unix(runuser:session): session closed for user tinypilot Jun 06 22:33:22 tinypilot runuser[5042]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jun 06 22:33:24 tinypilot python[5049]: 2024-06-06 22:33:24.393 app.main INFO Starting app Jun 06 22:33:24 tinypilot python[5049]: 2024-06-06 22:33:24.476 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Jun 06 22:33:24 tinypilot python[5049]: 2024-06-06 22:33:24.482 db.store INFO Read 7 database migrations from disk Jun 06 22:33:24 tinypilot runuser[5042]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-06-06 18:30:51.985 __main__ INFO Starting TinyPilot update 2024-06-06 18:30:51.990 __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 ++ grep --fixed-strings Mem: ++ tr --squeeze-repeats ' ' ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=1419 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1419 >= 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=1000000052cf124a + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.3 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000052cf124a' --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 8s (1,771 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-06-06 18:31:43.767 __main__ INFO Update completed successfully 2024-06-06 18:31:43.768 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-06-06 18:31:43.770 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_quality: 100 uStreamer logs Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.885 stream] -- Using resolution: 640x480 Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.885 stream] -- Using format: UYVY Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.885 stream] -- Querying HW FPS changing is not supported Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.885 stream] -- Using IO method: MMAP Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.891 stream] -- Requested 5 device buffers, got 5 Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.901 stream] -- Capturing started Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.901 stream] -- Using JPEG quality: 100% Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.901 stream] -- Creating pool JPEG with 3 workers ... Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.902 stream] -- Capturing ... Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.902 stream] -- H264: Configuring encoder: DMA=1 ... Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.902 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.930 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Jun 06 22:29:05 tinypilot launch[3823]: -- INFO [4930.937 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.732 stream] -- Got V4L2 event Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.732 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.732 stream] -- Destroying workers pool JPEG ... Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.768 stream] -- Capturing stopped Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.770 stream] -- Device fd=10 closed Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.770 stream] -- Changed video frame to BLANK Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.784 stream] -- H264: Configuring encoder: DMA=0 ... Jun 06 22:29:06 tinypilot launch[3823]: ================================================================================ Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.811 stream] -- Device fd=10 opened Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.811 stream] -- Using input channel: 0 Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.825 stream] -- Got new DV-timings: 640x480p60.00, pixclk=25200000, vsync=45, hsync=160 Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.865 stream] -- Using resolution: 640x480 Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.865 stream] -- Using format: UYVY Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.865 stream] -- Querying HW FPS changing is not supported Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.865 stream] -- Using IO method: MMAP Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.871 stream] -- Requested 5 device buffers, got 5 Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.881 stream] -- Capturing started Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.881 stream] -- Using JPEG quality: 100% Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.881 stream] -- Creating pool JPEG with 3 workers ... Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.881 stream] -- Capturing ... Jun 06 22:29:06 tinypilot launch[3823]: -- INFO [4931.886 stream] -- H264: Configuring encoder: DMA=1 ... Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.627 stream] -- Got V4L2 event Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.627 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.627 stream] -- Destroying workers pool JPEG ... Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.671 stream] -- Capturing stopped Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.673 stream] -- Device fd=10 closed Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.673 stream] -- Changed video frame to BLANK Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.688 stream] -- H264: Configuring encoder: DMA=0 ... Jun 06 22:32:35 tinypilot launch[3823]: ================================================================================ Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.718 stream] -- Device fd=10 opened Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.718 stream] -- Using input channel: 0 Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.754 stream] -- Using resolution: 640x480 Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.754 stream] -- Using format: UYVY Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.754 stream] -- Querying HW FPS changing is not supported Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.754 stream] -- Using IO method: MMAP Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.759 stream] -- Requested 5 device buffers, got 5 Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.768 stream] -- Capturing started Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.768 stream] -- Using JPEG quality: 100% Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.768 stream] -- Creating pool JPEG with 3 workers ... Jun 06 22:32:35 tinypilot launch[3823]: -- INFO [5140.769 stream] -- Capturing ... Jun 06 22:32:36 tinypilot launch[3823]: -- ERROR [5141.770 stream] -- Persistent device timeout (unplugged) Jun 06 22:33:20 tinypilot launch[3823]: -- INFO [5185.921 stream] -- H264: Configuring encoder: DMA=1 ... Jun 06 22:33:20 tinypilot launch[3823]: -- INFO [5185.964 stream] -- H264: Requested keyframe by a sink client Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.719 stream] -- Got V4L2 event Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.719 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.719 stream] -- Destroying workers pool JPEG ... Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.785 stream] -- Capturing stopped Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.787 stream] -- Device fd=10 closed Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.787 stream] -- Changed video frame to BLANK Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.800 stream] -- H264: Configuring encoder: DMA=0 ... Jun 06 22:33:21 tinypilot launch[3823]: ================================================================================ Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.828 stream] -- Device fd=10 opened Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.828 stream] -- Using input channel: 0 Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.842 stream] -- Got new DV-timings: 640x416p70.00, pixclk=25144000, vsync=33, hsync=160 Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.913 stream] -- Using resolution: 640x416 Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.913 stream] -- Using format: UYVY Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.913 stream] -- Querying HW FPS changing is not supported Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.913 stream] -- Using IO method: MMAP Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.918 stream] -- Requested 5 device buffers, got 5 Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.928 stream] -- Capturing started Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.928 stream] -- Using JPEG quality: 100% Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.928 stream] -- Creating pool JPEG with 3 workers ... Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.929 stream] -- Capturing ... Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.935 stream] -- H264: Configuring encoder: DMA=1 ... Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.936 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.960 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Jun 06 22:33:21 tinypilot launch[3823]: -- INFO [5186.966 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... nginx logs -- Journal begins at Thu 2024-06-06 21:06:46 BST, ends at Thu 2024-06-06 22:33:24 BST. -- Jun 06 21:06:49 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jun 06 21:06:51 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2024/06/06 18:28:09 [error] 647#647: *311 connect() failed (111: Connection refused) while connecting to upstream, client: 10.116.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 18:30:27 [error] 647#647: *311 connect() failed (111: Connection refused) while connecting to upstream, client: 10.116.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 18:31:33 [notice] 7876#7876: signal process started 2024/06/06 18:31:37 [error] 7878#7878: *438 connect() failed (111: Connection refused) while connecting to upstream, client: 10.116.1.2, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 18:31:39 [error] 7878#7878: *438 connect() failed (111: Connection refused) while connecting to upstream, client: 10.116.1.2, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=O_kcp8r HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=O_kcp8r", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 18:31:40 [error] 7878#7878: *438 connect() failed (111: Connection refused) while connecting to upstream, client: 10.116.1.2, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 18:31:46 [error] 7878#7878: *438 upstream prematurely closed connection while reading response header from upstream, client: 10.116.1.2, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 18:32:45 [error] 668#668: *3 upstream prematurely closed connection while reading response header from upstream, client: 10.116.1.2, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 18:36:17 [error] 648#648: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 10.116.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 20:27:27 [error] 653#653: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 10.116.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 21:06:46 [error] 672#672: *3 upstream prematurely closed connection while reading response header from upstream, client: 10.116.1.2, server: tinypilot, request: "PUT /api/massStorage/backingFiles/boot-repair-disk-64bit-2.iso HTTP/2.0", upstream: "http://127.0.0.1:48000/api/massStorage/backingFiles/boot-repair-disk-64bit-2.iso", host: "10.117.2.1", referrer: "https://10.117.2.1/" 2024/06/06 21:06:46 [error] 672#672: *3 client intended to send too large body: 2630877184 bytes, client: 10.116.1.2, server: tinypilot, request: "PUT /api/massStorage/backingFiles/boot-repair-disk-64bit-2.iso HTTP/2.0", upstream: "http://127.0.0.1:48000/api/massStorage/backingFiles/boot-repair-disk-64bit-2.iso", host: "10.117.2.1", referrer: "https://10.117.2.1/" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /third-party/webrtc-adapter/8.1.1/adapter.min.js HTTP/2.0" 200 59549 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /third-party/janus-gateway/1.0.0/janus.js HTTP/2.0" 200 134759 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /js/webrtc-video.js HTTP/2.0" 200 7675 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /js/mouse.js HTTP/2.0" 200 8492 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://10.117.2.1/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /css/button.css HTTP/2.0" 200 1976 "https://10.117.2.1/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /css/cursors.css HTTP/2.0" 200 618 "https://10.117.2.1/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://10.117.2.1/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://10.117.2.1/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://10.117.2.1/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://10.117.2.1/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://10.117.2.1/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://10.117.2.1/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 304 0 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:29 +0100] "GET /img/warning-icon.svg HTTP/2.0" 304 0 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:30 +0100] "GET /img/clipboard-icon.svg HTTP/2.0" 304 0 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:30 +0100] "GET /img/logo.svg HTTP/2.0" 304 0 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:30 +0100] "GET /img/angle-down-icon.svg HTTP/2.0" 304 0 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:30 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 304 0 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:30 +0100] "GET /socket.io/?EIO=4&transport=polling&t=O_lRPzD HTTP/2.0" 200 97 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:30 +0100] "POST /socket.io/?EIO=4&transport=polling&t=O_lRP-g&sid=Ev8a8s7QUz34PDDkAAAQ HTTP/2.0" 200 2 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:30 +0100] "GET /socket.io/?EIO=4&transport=polling&t=O_lRP-h&sid=Ev8a8s7QUz34PDDkAAAQ HTTP/2.0" 200 32 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:30 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:30 +0100] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:31 +0100] "GET /socket.io/?EIO=4&transport=polling&t=O_lRQ09&sid=Ev8a8s7QUz34PDDkAAAQ HTTP/2.0" 200 1 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:36 +0100] "GET /stream?advance_headers=1 HTTP/2.0" 200 200922 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" 10.116.1.2 - - [06/Jun/2024:22:21:36 +0100] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://10.117.2.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"