TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2023-05-03T19:51:02+01:00 Software versions TinyPilot version: 2.6.0 uStreamer version: 5.38 OS version: Linux tinypilot 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2835 Revision: b03112 Model: Raspberry Pi 4 Model B Rev 1.2 TinyPilot state Read-only filesystem: off SSH access: disabled temp=49.1'C throttled=0x0 voltage logs TinyPilot settings.yml ustreamer_encoder: hw ustreamer_format: jpeg ustreamer_h264_bitrate: 8100 ustreamer_persistent: true ustreamer_resolution: 1920x1080 TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM After=syslog.target network.target StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment=HOST=127.0.0.1 Environment=PORT=8000 Environment=APP_SETTINGS_FILE=/home/tinypilot/app_settings.cfg Restart=always [Install] WantedBy=multi-user.target TinyPilot logs -- Journal begins at Wed 2023-05-03 19:17:02 BST, ends at Wed 2023-05-03 19:51:02 BST. -- May 03 19:17:05 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. May 03 19:17:08 tinypilot python[483]: 2023-05-03 19:17:08.575 __main__ INFO Starting app May 03 19:17:23 tinypilot python[483]: 2023-05-03 19:17:23.817 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql May 03 19:17:23 tinypilot python[483]: 2023-05-03 19:17:23.826 db.store INFO Read 7 database migrations from disk May 03 19:17:23 tinypilot python[483]: 2023-05-03 19:17:23.849 socket_api INFO Client MwWVOmEiJR1bpixxAAAB connected May 03 19:17:25 tinypilot python[483]: 2023-05-03 19:17:25.255 socket_api INFO Client DixL9xPzqaQVpNvdAAAD connected May 03 19:18:26 tinypilot python[483]: 2023-05-03 19:18:26.491 socket_api INFO Client MwWVOmEiJR1bpixxAAAB disconnected May 03 19:18:26 tinypilot python[483]: 2023-05-03 19:18:26.997 socket_api INFO Client StLelfdF17aK0zQ3AAAF connected May 03 19:46:12 tinypilot python[483]: 2023-05-03 19:46:12.737 local_system INFO Retrieving local system's kernel version May 03 19:46:12 tinypilot python[483]: 2023-05-03 19:46:12.747 local_system INFO Retrieved local system's kernel version as 6.1.21-v8+ May 03 19:46:12 tinypilot python[483]: 2023-05-03 19:46:12.749 local_system INFO Retrieving local system's distribution name May 03 19:46:12 tinypilot python[483]: 2023-05-03 19:46:12.900 local_system INFO Retrieved local system's distribution name as Raspbian May 03 19:46:12 tinypilot python[483]: 2023-05-03 19:46:12.902 local_system INFO Retrieving local system's distribution version May 03 19:46:13 tinypilot python[483]: 2023-05-03 19:46:13.021 local_system INFO Retrieved local system's distribution version as 11 May 03 19:50:42 tinypilot python[483]: 2023-05-03 19:50:42.388 local_system INFO Retrieving local system's kernel version May 03 19:50:42 tinypilot python[483]: 2023-05-03 19:50:42.400 local_system INFO Retrieved local system's kernel version as 6.1.21-v8+ May 03 19:50:42 tinypilot python[483]: 2023-05-03 19:50:42.401 local_system INFO Retrieving local system's distribution name May 03 19:50:42 tinypilot python[483]: 2023-05-03 19:50:42.517 local_system INFO Retrieved local system's distribution name as Raspbian May 03 19:50:42 tinypilot python[483]: 2023-05-03 19:50:42.518 local_system INFO Retrieving local system's distribution version May 03 19:50:42 tinypilot python[483]: 2023-05-03 19:50:42.642 local_system INFO Retrieved local system's distribution version as 11 May 03 19:51:02 tinypilot sudo[1461]: pam_unix(sudo:account): account tinypilot has password changed in future May 03 19:51:02 tinypilot sudo[1461]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q May 03 19:51:02 tinypilot sudo[1461]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=110) TinyPilot update logs uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== --- ustreamer_encoder: hw ustreamer_format: jpeg ustreamer_h264_sink: tinypilot::ustreamer::h264 ustreamer_h264_sink_mode: 777 ustreamer_h264_sink_rm: true ustreamer_interface: 127.0.0.1 ustreamer_persistent: true ustreamer_port: 8001 ustreamer_resolution: 1920x1080 ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== ustreamer_encoder: hw ustreamer_format: jpeg ustreamer_h264_bitrate: 8100 ustreamer_persistent: true ustreamer_resolution: 1920x1080 uStreamer logs -- Journal begins at Wed 2023-05-03 19:17:02 BST, ends at Wed 2023-05-03 19:51:03 BST. -- May 03 19:17:05 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. May 03 19:17:07 tinypilot launch[485]: + exec /opt/ustreamer/ustreamer --host 127.0.0.1 --port 8001 --encoder hw --format jpeg --resolution 1920x1080 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --h264-bitrate 8100 May 03 19:17:07 tinypilot launch[485]: -- INFO [9.312 main] -- Starting PiKVM uStreamer 5.38 ... May 03 19:17:07 tinypilot launch[485]: -- INFO [9.312 main] -- Using internal blank placeholder May 03 19:17:07 tinypilot launch[485]: -- INFO [9.313 main] -- Using H264-sink: tinypilot::ustreamer::h264 May 03 19:17:07 tinypilot launch[485]: -- INFO [9.313 main] -- Listening HTTP on [127.0.0.1]:8001 May 03 19:17:07 tinypilot launch[485]: -- INFO [9.313 stream] -- Using V4L2 device: /dev/video0 May 03 19:17:07 tinypilot launch[485]: -- INFO [9.313 stream] -- Using desired FPS: 0 May 03 19:17:07 tinypilot launch[485]: -- INFO [9.313 http] -- Starting HTTP eventloop ... May 03 19:17:07 tinypilot launch[485]: -- INFO [9.313 stream] -- H264: Initializing encoder ... May 03 19:17:07 tinypilot launch[485]: -- INFO [9.322 stream] -- H264: Configuring encoder: DMA=0 ... May 03 19:17:07 tinypilot launch[485]: ================================================================================ May 03 19:17:07 tinypilot launch[485]: -- INFO [9.341 stream] -- Device fd=10 opened May 03 19:17:07 tinypilot launch[485]: -- INFO [9.341 stream] -- Using input channel: 0 May 03 19:17:07 tinypilot launch[485]: -- INFO [9.345 stream] -- Using resolution: 1920x1080 May 03 19:17:07 tinypilot launch[485]: -- ERROR [9.345 stream] -- Could not obtain the requested format=JPEG; driver gave us MJPEG May 03 19:17:07 tinypilot launch[485]: -- INFO [9.345 stream] -- Falling back to format=MJPEG May 03 19:17:07 tinypilot launch[485]: -- INFO [9.345 stream] -- Using format: MJPEG May 03 19:17:07 tinypilot launch[485]: -- INFO [9.346 stream] -- Using HW FPS: 0 -> 30 (coerced) May 03 19:17:07 tinypilot launch[485]: -- ERROR [9.346 stream] -- Device doesn't support setting of HW encoding quality parameters May 03 19:17:07 tinypilot launch[485]: -- INFO [9.346 stream] -- Using IO method: MMAP May 03 19:17:07 tinypilot launch[485]: -- INFO [9.361 stream] -- Requested 5 device buffers, got 5 May 03 19:17:07 tinypilot launch[485]: -- INFO [9.365 stream] -- Capturing started May 03 19:17:07 tinypilot launch[485]: -- INFO [9.365 stream] -- Using JPEG quality: encoder default May 03 19:17:07 tinypilot launch[485]: -- INFO [9.365 stream] -- Creating pool JPEG with 1 workers ... May 03 19:17:07 tinypilot launch[485]: -- INFO [9.365 stream] -- Capturing ... May 03 19:17:07 tinypilot launch[485]: Corrupt JPEG data: premature end of data segment May 03 19:17:07 tinypilot launch[485]: -- ERROR [9.588 stream] -- Can't decompress JPEG: Unsupported marker type 0x43 May 03 19:17:07 tinypilot launch[485]: -- INFO [9.645 stream] -- H264: Configuring encoder: DMA=0 ... May 03 19:18:26 tinypilot launch[485]: -- INFO [88.761 http] -- HTTP: NEW client (now=1): [192.168.175.236]:43106, id=65eb7228f3026d29 nginx logs -- Journal begins at Wed 2023-05-03 19:17:02 BST, ends at Wed 2023-05-03 19:51:03 BST. -- May 03 19:17:05 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... May 03 19:17:06 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2023/05/03 01:33:59 [error] 935#935: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 172.16.0.236, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:8001/stream", host: "172.16.0.145", referrer: "https://172.16.0.145/" 2023/05/03 01:35:14 [error] 935#935: *6 upstream prematurely closed connection while reading response header from upstream, client: 172.16.0.236, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:8000/api/restart", host: "172.16.0.145", referrer: "https://172.16.0.145/" 2023/05/03 04:28:02 [error] 776#776: *68 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.175.236, server: tinypilot, request: "HEAD /stream HTTP/1.1", upstream: "http://127.0.0.1:8001/stream", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 04:28:04 [warn] 776#776: *68 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 04:28:04 [warn] 776#776: *80 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 04:28:04 [warn] 777#777: *78 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 04:28:04 [warn] 776#776: *77 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 04:28:04 [warn] 777#777: *79 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 04:28:04 [warn] 776#776: *57 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:13:04 [warn] 776#776: *121 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:13:04 [warn] 776#776: *120 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:13:04 [warn] 776#776: *119 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:13:04 [warn] 776#776: *115 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:13:04 [warn] 776#776: *131 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:13:04 [warn] 776#776: *110 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:21:45 [warn] 776#776: *180 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:21:45 [warn] 776#776: *181 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:21:45 [warn] 777#777: *178 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:21:45 [warn] 776#776: *176 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:21:45 [warn] 779#779: *179 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:21:45 [warn] 777#777: *175 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:42 [warn] 776#776: *213 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:42 [warn] 776#776: *211 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:42 [warn] 777#777: *208 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:42 [warn] 776#776: *207 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:42 [warn] 776#776: *210 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:42 [warn] 776#776: *212 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:45 [warn] 776#776: *237 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:45 [warn] 776#776: *238 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:45 [warn] 776#776: *231 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:45 [warn] 776#776: *220 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:45 [warn] 776#776: *228 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:27:45 [warn] 777#777: *236 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:35:29 [warn] 776#776: *264 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:35:29 [warn] 776#776: *263 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:35:29 [warn] 776#776: *262 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:35:29 [warn] 776#776: *259 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:35:29 [warn] 777#777: *265 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:35:29 [warn] 777#777: *260 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.179, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:36:18 [warn] 777#777: *293 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:36:18 [warn] 776#776: *298 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:36:18 [warn] 776#776: *297 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:36:18 [warn] 776#776: *287 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:36:18 [warn] 776#776: *299 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:36:18 [warn] 776#776: *308 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:37:27 [warn] 776#776: *334 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:37:27 [warn] 776#776: *335 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:37:27 [warn] 776#776: *336 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:37:27 [warn] 776#776: *324 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:37:27 [warn] 776#776: *347 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:37:27 [warn] 776#776: *349 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:40:10 [warn] 776#776: *370 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:40:10 [warn] 776#776: *369 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:40:10 [warn] 776#776: *371 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:40:10 [warn] 776#776: *359 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:40:10 [warn] 776#776: *380 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:40:11 [warn] 776#776: *383 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:44:46 [error] 776#776: *434 connect() failed (111: Connection refused) while connecting to upstream, client: 172.16.0.236, server: tinypilot, request: "HEAD /stream HTTP/1.1", upstream: "http://127.0.0.1:8001/stream", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:44:48 [warn] 776#776: *433 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:44:48 [warn] 776#776: *437 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:44:48 [warn] 776#776: *435 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:44:48 [warn] 776#776: *436 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:44:48 [warn] 776#776: *434 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:44:48 [warn] 776#776: *471 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:45:13 [warn] 776#776: *489 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:45:13 [warn] 776#776: *472 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:45:13 [warn] 776#776: *491 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:45:13 [warn] 776#776: *490 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:45:13 [warn] 776#776: *499 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 05:45:13 [warn] 776#776: *492 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 172.16.0.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 18:30:23 [warn] 776#776: *523 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 18:30:23 [warn] 776#776: *520 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 18:30:23 [warn] 776#776: *522 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 18:30:23 [warn] 776#776: *519 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 18:30:23 [warn] 776#776: *524 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 18:30:23 [warn] 776#776: *530 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:38:28 [warn] 776#776: *552 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:38:28 [warn] 776#776: *547 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:38:28 [warn] 776#776: *550 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:38:28 [warn] 776#776: *549 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:38:28 [warn] 776#776: *551 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:38:28 [warn] 776#776: *553 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:18:26 [warn] 516#516: *6 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/video-stream-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/video-stream-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:18:26 [warn] 516#516: *1 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/warning-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/warning-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:18:26 [warn] 518#518: *18 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/clipboard-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/clipboard-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:18:26 [warn] 516#516: *20 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/logo.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/logo.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:18:26 [warn] 519#519: *19 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/angle-down-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/angle-down-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 2023/05/03 19:18:26 [warn] 516#516: *21 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 192.168.175.236, server: tinypilot, request: "GET /img/external-link-icon.svg HTTP/1.1", upstream: "http://127.0.0.1:8000/img/external-link-icon.svg", host: "172.16.0.145", referrer: "http://172.16.0.145/" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/mouse.js HTTP/1.1" 200 8492 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/updatelogs.js HTTP/1.1" 200 861 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/keycodes.js HTTP/1.1" 200 3205 "http://172.16.0.145/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/keyboardstate.js HTTP/1.1" 200 3164 "http://172.16.0.145/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/keystrokes.js HTTP/1.1" 200 362 "http://172.16.0.145/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/overlays.js HTTP/1.1" 200 495 "http://172.16.0.145/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /img/video-stream-icon.svg HTTP/1.1" 304 5 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /img/warning-icon.svg HTTP/1.1" 304 5 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/1.1" 200 50112 "http://172.16.0.145/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/1.1" 200 25032 "http://172.16.0.145/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /img/logo.svg HTTP/1.1" 304 5 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /img/external-link-icon.svg HTTP/1.1" 304 5 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /socket.io/?EIO=4&transport=polling&t=OeoXxh8 HTTP/1.1" 200 96 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "POST /socket.io/?EIO=4&transport=polling&t=OeoXxhM&sid=eh9UNoXL6zMFA1YuAAAE HTTP/1.1" 200 2 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:27 +0100] "GET /socket.io/?EIO=4&transport=polling&t=OeoXxhN&sid=eh9UNoXL6zMFA1YuAAAE HTTP/1.1" 200 32 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:27 +0100] "GET /socket.io/?EIO=4&transport=polling&t=OeoXxhp&sid=eh9UNoXL6zMFA1YuAAAE HTTP/1.1" 200 1 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:27 +0100] "GET /favicon.ico HTTP/1.1" 304 0 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:27 +0100] "GET /favicon-32x32.png HTTP/1.1" 304 0 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /css/cursors.css HTTP/1.1" 200 618 "http://172.16.0.145/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/events.js HTTP/1.1" 200 1890 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/settings.js HTTP/1.1" 200 1900 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /css/icons.css HTTP/1.1" 200 841 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /css/toggle.css HTTP/1.1" 200 1005 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /img/clipboard-icon.svg HTTP/1.1" 304 5 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/controllers.js HTTP/1.1" 200 18721 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/logs.js HTTP/1.1" 200 1484 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /js/paste.js HTTP/1.1" 200 2096 "http://172.16.0.145/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:18:26 +0100] "GET /img/angle-down-icon.svg HTTP/1.1" 304 5 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:46:13 +0100] "GET /api/latestRelease HTTP/1.1" 500 189 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-" 192.168.175.236 - - [03/May/2023:19:46:13 +0100] "GET /api/version HTTP/1.1" 200 20 "http://172.16.0.145/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54" "-"