TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-10-15T19:40:57+01:00 Software versions TinyPilot version: 2.6.4 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) Static IP: Not set Mouse jiggler: disabled CPU Temperature: 33.6'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 Sat 2024-10-12 23:17:01 BST, ends at Tue 2024-10-15 19:40:59 BST. -- Oct 14 09:46:24 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Oct 14 09:46:26 tinypilot python[653]: 2024-10-14 09:46:26.563 __main__ INFO Starting app Oct 15 19:37:51 tinypilot python[653]: 2024-10-15 19:37:51.586 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Oct 15 19:37:51 tinypilot python[653]: 2024-10-15 19:37:51.592 db.store INFO Read 7 database migrations from disk Oct 15 19:37:52 tinypilot python[653]: 2024-10-15 19:37:52.006 socket_api INFO Client LjVl-1AwjXQLpCJRAAAB connected Oct 15 19:38:24 tinypilot python[914]: Process ProcessWithResult-1: Oct 15 19:38:24 tinypilot python[914]: Traceback (most recent call last): Oct 15 19:38:24 tinypilot python[914]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Oct 15 19:38:24 tinypilot python[914]: self.run() Oct 15 19:38:24 tinypilot python[914]: File "/opt/tinypilot/app/execute.py", line 37, in run Oct 15 19:38:24 tinypilot python[914]: result.return_value = self._target(*self._args, **self._kwargs) Oct 15 19:38:24 tinypilot python[914]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Oct 15 19:38:24 tinypilot python[914]: hid_handle.write(bytearray(buffer)) Oct 15 19:38:24 tinypilot python[914]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 15 19:38:24 tinypilot python[653]: Exception in thread Thread-7: Oct 15 19:38:24 tinypilot python[653]: Traceback (most recent call last): Oct 15 19:38:24 tinypilot python[653]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Oct 15 19:38:24 tinypilot python[653]: self.run() Oct 15 19:38:24 tinypilot python[653]: File "/usr/lib/python3.9/threading.py", line 892, in run Oct 15 19:38:24 tinypilot python[653]: self._target(*self._args, **self._kwargs) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Oct 15 19:38:24 tinypilot python[653]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Oct 15 19:38:24 tinypilot python[653]: return self.handlers[namespace][event](*args) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Oct 15 19:38:24 tinypilot python[653]: return self._handle_event(handler, message, namespace, sid, Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Oct 15 19:38:24 tinypilot python[653]: ret = handler(*args) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Oct 15 19:38:24 tinypilot python[653]: return handler(*args, **kwargs) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Oct 15 19:38:24 tinypilot python[653]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Oct 15 19:38:24 tinypilot python[653]: hid_write.write_to_hid_interface(mouse_path, buf) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Oct 15 19:38:24 tinypilot python[653]: execute.with_timeout(_write_to_hid_interface_immediately, Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Oct 15 19:38:24 tinypilot python[653]: raise result.exception Oct 15 19:38:24 tinypilot python[653]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 15 19:38:24 tinypilot python[915]: Process ProcessWithResult-2: Oct 15 19:38:24 tinypilot python[915]: Traceback (most recent call last): Oct 15 19:38:24 tinypilot python[915]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Oct 15 19:38:24 tinypilot python[915]: self.run() Oct 15 19:38:24 tinypilot python[915]: File "/opt/tinypilot/app/execute.py", line 37, in run Oct 15 19:38:24 tinypilot python[915]: result.return_value = self._target(*self._args, **self._kwargs) Oct 15 19:38:24 tinypilot python[915]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Oct 15 19:38:24 tinypilot python[915]: hid_handle.write(bytearray(buffer)) Oct 15 19:38:24 tinypilot python[915]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 15 19:38:24 tinypilot python[653]: Exception in thread Thread-8: Oct 15 19:38:24 tinypilot python[653]: Traceback (most recent call last): Oct 15 19:38:24 tinypilot python[653]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Oct 15 19:38:24 tinypilot python[653]: self.run() Oct 15 19:38:24 tinypilot python[653]: File "/usr/lib/python3.9/threading.py", line 892, in run Oct 15 19:38:24 tinypilot python[653]: self._target(*self._args, **self._kwargs) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Oct 15 19:38:24 tinypilot python[653]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Oct 15 19:38:24 tinypilot python[653]: return self.handlers[namespace][event](*args) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Oct 15 19:38:24 tinypilot python[653]: return self._handle_event(handler, message, namespace, sid, Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Oct 15 19:38:24 tinypilot python[653]: ret = handler(*args) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Oct 15 19:38:24 tinypilot python[653]: return handler(*args, **kwargs) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Oct 15 19:38:24 tinypilot python[653]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Oct 15 19:38:24 tinypilot python[653]: hid_write.write_to_hid_interface(mouse_path, buf) Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Oct 15 19:38:24 tinypilot python[653]: execute.with_timeout(_write_to_hid_interface_immediately, Oct 15 19:38:24 tinypilot python[653]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Oct 15 19:38:24 tinypilot python[653]: raise result.exception Oct 15 19:38:24 tinypilot python[653]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 15 19:40:57 tinypilot sudo[932]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Oct 15 19:40:57 tinypilot sudo[932]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Oct 15 19:40:58 tinypilot runuser[947]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Oct 15 19:40:58 tinypilot runuser[947]: pam_unix(runuser:session): session closed for user tinypilot Oct 15 19:40:58 tinypilot runuser[953]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Oct 15 19:40:58 tinypilot runuser[953]: pam_unix(runuser:session): session closed for user tinypilot Oct 15 19:40:58 tinypilot runuser[962]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Oct 15 19:40:59 tinypilot python[969]: 2024-10-15 19:40:59.312 app.main INFO Starting app Oct 15 19:40:59 tinypilot python[969]: 2024-10-15 19:40:59.373 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Oct 15 19:40:59 tinypilot python[969]: 2024-10-15 19:40:59.375 db.store INFO Read 7 database migrations from disk Oct 15 19:40:59 tinypilot runuser[962]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 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 Sat 2024-10-12 23:17:01 BST, ends at Tue 2024-10-15 19:40:59 BST. -- Oct 14 09:46:23 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Oct 14 09:46:24 tinypilot launch[469]: + 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 Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.201 main] -- Starting PiKVM uStreamer 5.43 ... Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.201 main] -- Using internal blank placeholder Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.201 main] -- Using H264-sink: tinypilot::ustreamer::h264 Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.201 main] -- Listening HTTP on [127.0.0.1]:48001 Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.201 stream] -- Using V4L2 device: /dev/video0 Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.202 stream] -- Using desired FPS: 0 Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.202 http] -- Starting HTTP eventloop ... Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.202 stream] -- H264: Initializing encoder ... Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.210 stream] -- H264: Configuring encoder: DMA=0 ... Oct 14 09:46:24 tinypilot launch[469]: ================================================================================ Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.228 stream] -- Device fd=10 opened Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.228 stream] -- Using input channel: 0 Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.251 stream] -- Using resolution: 640x480 Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.251 stream] -- Using format: UYVY Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.251 stream] -- Querying HW FPS changing is not supported Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.251 stream] -- Using IO method: MMAP Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.255 stream] -- Requested 5 device buffers, got 5 Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.267 stream] -- Capturing started Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.267 stream] -- JPEG-0: Initializing encoder ... Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.267 stream] -- JPEG-1: Initializing encoder ... Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.267 stream] -- JPEG-2: Initializing encoder ... Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.267 stream] -- Using JPEG quality: 80% Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.267 stream] -- Creating pool JPEG with 3 workers ... Oct 14 09:46:24 tinypilot launch[469]: -- INFO [9.268 stream] -- Capturing ... Oct 14 09:46:25 tinypilot launch[469]: -- ERROR [10.269 stream] -- Persistent device timeout (unplugged) Oct 15 19:37:52 tinypilot launch[469]: -- INFO [68.708 http] -- HTTP: NEW client (now=1): [192.168.1.114]:51016, id=241047bca2127d60 nginx logs -- Journal begins at Sat 2024-10-12 23:17:01 BST, ends at Tue 2024-10-15 19:40:59 BST. -- Oct 14 09:46:22 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 14 09:46:24 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/poll.js HTTP/2.0" 200 1958 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/mass-storage.js HTTP/2.0" 200 874 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/logs.js HTTP/2.0" 200 1484 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/wake-on-lan.js HTTP/2.0" 200 551 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/mouse.js HTTP/2.0" 200 8581 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/touch.js HTTP/2.0" 200 4453 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:51 +0100] "GET /socket.io/?EIO=4&transport=polling&t=PAHUHhh HTTP/2.0" 200 97 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "POST /socket.io/?EIO=4&transport=polling&t=PAHUHiQ&sid=yiuAs7xFe3vZHq9ZAAAA HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://tinypilot.local/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot.local/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot.local/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /socket.io/?EIO=4&transport=polling&t=PAHUHiR&sid=yiuAs7xFe3vZHq9ZAAAA HTTP/2.0" 200 32 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /socket.io/?EIO=4&transport=polling&t=PAHUHiv&sid=yiuAs7xFe3vZHq9ZAAAA HTTP/2.0" 200 1 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0" 192.168.1.114 - - [15/Oct/2024:19:37:52 +0100] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0"