TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-01-23T12:42:52+00:00 Software versions TinyPilot version: 2.6.2 uStreamer version: 5.43 System information OS version: Linux tinypilot-jr 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) tailscale0 (unknown) wlan0 (down) Mouse jiggler: disabled CPU Temperature: 46.2'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 -- Journal begins at Tue 2024-01-23 12:17:01 GMT, ends at Tue 2024-01-23 12:42:54 GMT. -- Jan 23 12:20:29 tinypilot-jr systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jan 23 12:20:31 tinypilot-jr python[675]: 2024-01-23 12:20:31.862 __main__ INFO Starting app Jan 23 12:20:46 tinypilot-jr python[675]: 2024-01-23 12:20:46.208 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Jan 23 12:20:46 tinypilot-jr python[675]: 2024-01-23 12:20:46.215 db.store INFO Read 7 database migrations from disk Jan 23 12:20:46 tinypilot-jr python[675]: 2024-01-23 12:20:46.241 socket_api INFO Client 4V4TN7hTLrvtAo-1AAAB connected Jan 23 12:40:32 tinypilot-jr python[675]: 2024-01-23 12:40:32.633 socket_api INFO Client 4V4TN7hTLrvtAo-1AAAB disconnected Jan 23 12:40:33 tinypilot-jr python[675]: 2024-01-23 12:40:33.683 socket_api INFO Client txuDVNLv4zM3tVPdAAAD connected Jan 23 12:41:40 tinypilot-jr python[675]: 2024-01-23 12:41:40.255 socket_api INFO Client txuDVNLv4zM3tVPdAAAD disconnected Jan 23 12:41:41 tinypilot-jr python[675]: 2024-01-23 12:41:41.324 socket_api INFO Client WZnO7PobTblfePOoAAAF connected Jan 23 12:42:39 tinypilot-jr python[675]: 2024-01-23 12:42:39.467 local_system INFO Retrieving local system's kernel version Jan 23 12:42:39 tinypilot-jr python[675]: 2024-01-23 12:42:39.479 local_system INFO Retrieved local system's kernel version as 6.1.21-v8+ Jan 23 12:42:39 tinypilot-jr python[675]: 2024-01-23 12:42:39.480 local_system INFO Retrieving local system's distribution name Jan 23 12:42:39 tinypilot-jr python[675]: 2024-01-23 12:42:39.651 local_system INFO Retrieved local system's distribution name as Raspbian Jan 23 12:42:39 tinypilot-jr python[675]: 2024-01-23 12:42:39.652 local_system INFO Retrieving local system's distribution version Jan 23 12:42:39 tinypilot-jr python[675]: 2024-01-23 12:42:39.748 local_system INFO Retrieved local system's distribution version as 11 Jan 23 12:42:52 tinypilot-jr sudo[1154]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Jan 23 12:42:52 tinypilot-jr sudo[1154]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Jan 23 12:42:53 tinypilot-jr python[1188]: 2024-01-23 12:42:53.964 app.main INFO Starting app Jan 23 12:42:54 tinypilot-jr python[1188]: 2024-01-23 12:42:54.019 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Jan 23 12:42:54 tinypilot-jr python[1188]: 2024-01-23 12:42:54.021 db.store INFO Read 7 database migrations from disk TinyPilot update logs 2024-01-17 00:25:19.966 __main__ INFO Starting TinyPilot update 2024-01-17 00:25:19.968 __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 ++ grep --fixed-strings Mem: ++ tr --squeeze-repeats ' ' ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=1418 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1418 >= 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.2 ]] + readonly TARGET_VERSION + [[ 2.6.1 == \2\.\6\.\2 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=10000000bc7fdbfa + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.2 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 10000000bc7fdbfa' --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://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] Get:3 https://pkgs.tailscale.com/stable/raspbian bullseye InRelease Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] Fetched 358 kB in 2s (212 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 packages will be upgraded: tinypilot ustreamer 2 upgraded, 0 newly installed, 0 to remove and 79 not upgraded. Need to get 0 B/2,667 kB of archives. After this operation, 54.3 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_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: [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_20231109172723_armhf.deb ... Unpacking tinypilot (20231109172723) 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 (20231109172723) ... 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-01-17 00:25:46.682 __main__ INFO Update completed successfully 2024-01-17 00:25:46.683 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-01-17 00:25:46.684 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 -- Journal begins at Tue 2024-01-23 12:17:01 GMT, ends at Tue 2024-01-23 12:42:54 GMT. -- Jan 23 12:20:27 tinypilot-jr systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Jan 23 12:20:29 tinypilot-jr launch[549]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder m2m-image --format uyvy --workers 3 --drop-same-frames 30 --dv-timings Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.415 main] -- Starting PiKVM uStreamer 5.43 ... Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.416 main] -- Using internal blank placeholder Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.416 main] -- Using H264-sink: tinypilot::ustreamer::h264 Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.417 main] -- Listening HTTP on [127.0.0.1]:48001 Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.417 stream] -- Using V4L2 device: /dev/video0 Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.418 stream] -- Using desired FPS: 0 Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.418 http] -- Starting HTTP eventloop ... Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.419 stream] -- H264: Initializing encoder ... Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.426 stream] -- H264: Configuring encoder: DMA=0 ... Jan 23 12:20:29 tinypilot-jr launch[549]: ================================================================================ Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.444 stream] -- Device fd=10 opened Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.444 stream] -- Using input channel: 0 Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.467 stream] -- Using resolution: 640x480 Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.467 stream] -- Using format: UYVY Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.467 stream] -- Querying HW FPS changing is not supported Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.467 stream] -- Using IO method: MMAP Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.472 stream] -- Requested 5 device buffers, got 5 Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.478 stream] -- Capturing started Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.478 stream] -- JPEG-0: Initializing encoder ... Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.478 stream] -- JPEG-1: Initializing encoder ... Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.479 stream] -- JPEG-2: Initializing encoder ... Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.479 stream] -- Using JPEG quality: 80% Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.479 stream] -- Creating pool JPEG with 3 workers ... Jan 23 12:20:29 tinypilot-jr launch[549]: -- INFO [10.480 stream] -- Capturing ... Jan 23 12:20:30 tinypilot-jr launch[549]: -- ERROR [11.481 stream] -- Persistent device timeout (unplugged) Jan 23 12:40:33 tinypilot-jr launch[549]: -- INFO [39.573 http] -- HTTP: NEW client (now=1): [100.99.11.105]:60850, id=2c9ee3f6427615a1 Jan 23 12:41:40 tinypilot-jr launch[549]: -- INFO [106.395 http] -- HTTP: DEL client (now=0): [100.99.11.105]:60850, id=2c9ee3f6427615a1, Resource temporarily unavailable (reading,eof) Jan 23 12:41:41 tinypilot-jr launch[549]: -- INFO [107.214 http] -- HTTP: NEW client (now=1): [100.99.11.105]:60304, id=4936134430ae2a97 nginx logs -- Journal begins at Tue 2024-01-23 12:17:01 GMT, ends at Tue 2024-01-23 12:42:54 GMT. -- Jan 23 12:20:27 tinypilot-jr systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 23 12:20:29 tinypilot-jr systemd[1]: Started A high performance web server and a reverse proxy server. 2024/01/23 02:19:03 [error] 679#679: *2 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.252, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot-jr", referrer: "https://tinypilot-jr/" 2024/01/23 02:25:12 [error] 680#680: *29 upstream prematurely closed connection while reading response header from upstream, client: 100.99.11.105, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "100.89.242.63", referrer: "https://100.89.242.63/" 2024/01/23 02:25:37 [error] 679#679: *14 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.99.11.105, server: tinypilot, request: "POST /api/shutdown HTTP/2.0", upstream: "http://127.0.0.1:48000/api/shutdown", host: "100.89.242.63", referrer: "https://100.89.242.63/" 2024/01/23 02:25:37 [error] 679#679: *14 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.99.11.105, server: tinypilot, request: "POST /api/shutdown HTTP/2.0", upstream: "http://127.0.0.1:48000/api/shutdown", host: "100.89.242.63", referrer: "https://100.89.242.63/" 2024/01/23 02:25:37 [error] 679#679: *14 upstream prematurely closed connection while reading response header from upstream, client: 100.99.11.105, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "100.89.242.63", referrer: "https://100.89.242.63/" 2024/01/23 11:28:58 [error] 674#674: *235 upstream prematurely closed connection while reading response header from upstream, client: 100.99.11.105, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "100.89.242.63", referrer: "https://100.89.242.63/" 2024/01/23 11:28:58 [error] 674#674: *235 upstream prematurely closed connection while reading response header from upstream, client: 100.99.11.105, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=Oqs59Ui&sid=QT-i3RR-kkKkpwXxAAA- HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=Oqs59Ui&sid=QT-i3RR-kkKkpwXxAAA-", host: "100.89.242.63", referrer: "https://100.89.242.63/" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /third-party/socket.io/4.7.1/socket.io.min.js HTTP/2.0" 200 48593 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /js/app.js HTTP/2.0" 200 14338 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /js/mouse.js HTTP/2.0" 200 8492 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://100.89.242.63/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /css/button.css HTTP/2.0" 200 1976 "https://100.89.242.63/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /css/cursors.css HTTP/2.0" 200 618 "https://100.89.242.63/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://100.89.242.63/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://100.89.242.63/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://100.89.242.63/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://100.89.242.63/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /js/keyboardstate.js HTTP/2.0" 200 3164 "https://100.89.242.63/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://100.89.242.63/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /js/overlays.js HTTP/2.0" 200 495 "https://100.89.242.63/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /css/icons.css HTTP/2.0" 200 841 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /img/video-stream-icon.svg HTTP/2.0" 304 0 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /img/warning-icon.svg HTTP/2.0" 304 0 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /img/clipboard-icon.svg HTTP/2.0" 304 0 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /img/logo.svg HTTP/2.0" 304 0 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /img/angle-down-icon.svg HTTP/2.0" 304 0 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:40 +0000] "GET /img/external-link-icon.svg HTTP/2.0" 304 0 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:41 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OqsLpG2 HTTP/2.0" 200 97 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:41 +0000] "POST /socket.io/?EIO=4&transport=polling&t=OqsLpK1&sid=XT0qyQiA5EUR8tiPAAAE HTTP/2.0" 200 2 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:41 +0000] "GET /favicon.ico HTTP/2.0" 200 1213 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:41 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OqsLpK1.0&sid=XT0qyQiA5EUR8tiPAAAE HTTP/2.0" 200 32 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:41 +0000] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:41:42 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OqsLpO3&sid=XT0qyQiA5EUR8tiPAAAE HTTP/2.0" 200 1 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:42:39 +0000] "GET /api/version HTTP/2.0" 200 20 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 100.99.11.105 - - [23/Jan/2024:12:42:41 +0000] "GET /api/latestRelease HTTP/2.0" 200 51 "https://100.89.242.63/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"