TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2022-09-28T16:08:46+01:00 Software versions TinyPilot version: 2.4.1 3893245 uStreamer version: v4.13 61ab2a8 OS version: Linux tinypilot 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux TinyPilot state temp=38.4'C throttled=0x0 voltage logs 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=/opt/tinypilot/app_settings.cfg Restart=always [Install] WantedBy=multi-user.target TinyPilot logs -- Logs begin at Wed 2022-09-28 15:55:57 BST, end at Wed 2022-09-28 16:08:46 BST. -- Sep 28 15:56:15 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Sep 28 15:56:17 tinypilot python[585]: 2022-09-28 15:56:17.008 __main__ INFO Starting app Sep 28 16:06:30 tinypilot python[585]: 2022-09-28 16:06:30.143 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://tinypilot/ Sep 28 16:06:30 tinypilot python[585]: 2022-09-28 16:06:30.751 socket_api INFO Client f8WWySxueEog2b4WAAAB connected Sep 28 16:06:31 tinypilot python[585]: Process ProcessWithResult-1: Sep 28 16:06:31 tinypilot python[585]: Traceback (most recent call last): Sep 28 16:06:31 tinypilot python[585]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:06:31 tinypilot python[585]: self.run() Sep 28 16:06:31 tinypilot python[585]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:06:31 tinypilot python[585]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:06:31 tinypilot python[585]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:06:31 tinypilot python[585]: hid_handle.write(bytearray(buffer)) Sep 28 16:06:31 tinypilot python[585]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown [SENSITIVE DATA REDACTED] Sep 28 16:06:31 tinypilot python[585]: Process ProcessWithResult-2: Sep 28 16:06:31 tinypilot python[585]: Traceback (most recent call last): Sep 28 16:06:31 tinypilot python[585]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:06:31 tinypilot python[585]: self.run() Sep 28 16:06:31 tinypilot python[585]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:06:31 tinypilot python[585]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:06:31 tinypilot python[585]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:06:31 tinypilot python[585]: hid_handle.write(bytearray(buffer)) Sep 28 16:06:31 tinypilot python[585]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown [SENSITIVE DATA REDACTED] Sep 28 16:07:33 tinypilot python[585]: 2022-09-28 16:07:33.043 socket_api INFO Client f8WWySxueEog2b4WAAAB disconnected Sep 28 16:07:33 tinypilot python[585]: 2022-09-28 16:07:33.197 socket_api INFO Client N1qKscqEj4pQbrf7AAAD connected Sep 28 16:07:42 tinypilot sudo[681]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q Sep 28 16:07:42 tinypilot sudo[681]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:07:42 tinypilot sudo[681]: pam_unix(sudo:session): session closed for user root Sep 28 16:08:23 tinypilot python[585]: 2022-09-28 16:08:23.391 socket_api INFO Client N1qKscqEj4pQbrf7AAAD disconnected Sep 28 16:08:23 tinypilot python[585]: 2022-09-28 16:08:23.492 socket_api INFO Client NyDG36jW567uImpQAAAF connected Sep 28 16:08:40 tinypilot sudo[714]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q Sep 28 16:08:40 tinypilot sudo[714]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:08:40 tinypilot sudo[714]: pam_unix(sudo:session): session closed for user root Sep 28 16:08:46 tinypilot sudo[748]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q Sep 28 16:08:46 tinypilot sudo[748]: pam_unix(sudo:session): session opened for user root by (uid=0) TinyPilot update logs uStreamer configuration [Unit] Description=uStreamer - Lightweight, optimized video encoder After=syslog.target network.target [Service] Type=simple User=ustreamer WorkingDirectory=/opt/ustreamer ExecStart=/opt/ustreamer/ustreamer \ --host 127.0.0.1 \ --port 8001 \ --encoder omx \ --format uyvy \ --workers 3 \ --drop-same-frames 30 \ --persistent \ --dv-timings \ && : # This last line is just to end the multi-line command because the line # before is ending with backslash and so expects to be continued. Restart=always [Install] WantedBy=multi-user.target uStreamer logs Sep 28 16:08:40 tinypilot ustreamer[583]: -- INFO [215.664 stream] -- Using resolution: 1920x1080 Sep 28 16:08:40 tinypilot ustreamer[583]: -- INFO [215.665 stream] -- Using pixelformat: UYVY Sep 28 16:08:40 tinypilot ustreamer[583]: -- INFO [215.665 stream] -- Querying HW FPS changing is not supported Sep 28 16:08:40 tinypilot ustreamer[583]: -- INFO [215.665 stream] -- Using IO method: MMAP Sep 28 16:08:40 tinypilot ustreamer[583]: -- INFO [215.684 stream] -- Requested 5 device buffers, got 5 Sep 28 16:08:40 tinypilot ustreamer[583]: -- ERROR [215.685 stream] -- Unable to start capturing: Invalid argument Sep 28 16:08:40 tinypilot ustreamer[583]: -- INFO [215.699 stream] -- Device fd=10 closed Sep 28 16:08:40 tinypilot ustreamer[583]: -- INFO [215.699 stream] -- Sleeping 1 seconds before new stream init ... Sep 28 16:08:41 tinypilot ustreamer[583]: ================================================================================ Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.700 stream] -- Device fd=10 opened Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.700 stream] -- Using input channel: 0 Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.707 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.726 stream] -- Using resolution: 1920x1080 Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.726 stream] -- Using pixelformat: UYVY Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.726 stream] -- Querying HW FPS changing is not supported Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.726 stream] -- Using IO method: MMAP Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.736 stream] -- Requested 5 device buffers, got 5 Sep 28 16:08:41 tinypilot ustreamer[583]: -- ERROR [216.737 stream] -- Unable to start capturing: Invalid argument Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.743 stream] -- Device fd=10 closed Sep 28 16:08:41 tinypilot ustreamer[583]: -- INFO [216.743 stream] -- Sleeping 1 seconds before new stream init ... Sep 28 16:08:42 tinypilot ustreamer[583]: ================================================================================ Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.744 stream] -- Device fd=10 opened Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.744 stream] -- Using input channel: 0 Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.751 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.771 stream] -- Using resolution: 1920x1080 Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.771 stream] -- Using pixelformat: UYVY Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.771 stream] -- Querying HW FPS changing is not supported Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.771 stream] -- Using IO method: MMAP Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.791 stream] -- Requested 5 device buffers, got 5 Sep 28 16:08:42 tinypilot ustreamer[583]: -- ERROR [217.791 stream] -- Unable to start capturing: Invalid argument Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.806 stream] -- Device fd=10 closed Sep 28 16:08:42 tinypilot ustreamer[583]: -- INFO [217.806 stream] -- Sleeping 1 seconds before new stream init ... Sep 28 16:08:43 tinypilot ustreamer[583]: ================================================================================ Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.807 stream] -- Device fd=10 opened Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.807 stream] -- Using input channel: 0 Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.814 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.834 stream] -- Using resolution: 1920x1080 Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.834 stream] -- Using pixelformat: UYVY Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.834 stream] -- Querying HW FPS changing is not supported Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.834 stream] -- Using IO method: MMAP Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.854 stream] -- Requested 5 device buffers, got 5 Sep 28 16:08:43 tinypilot ustreamer[583]: -- ERROR [218.856 stream] -- Unable to start capturing: Invalid argument Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.870 stream] -- Device fd=10 closed Sep 28 16:08:43 tinypilot ustreamer[583]: -- INFO [218.870 stream] -- Sleeping 1 seconds before new stream init ... Sep 28 16:08:44 tinypilot ustreamer[583]: ================================================================================ Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.871 stream] -- Device fd=10 opened Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.871 stream] -- Using input channel: 0 Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.878 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.898 stream] -- Using resolution: 1920x1080 Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.898 stream] -- Using pixelformat: UYVY Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.898 stream] -- Querying HW FPS changing is not supported Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.898 stream] -- Using IO method: MMAP Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.918 stream] -- Requested 5 device buffers, got 5 Sep 28 16:08:44 tinypilot ustreamer[583]: -- ERROR [219.919 stream] -- Unable to start capturing: Invalid argument Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.933 stream] -- Device fd=10 closed Sep 28 16:08:44 tinypilot ustreamer[583]: -- INFO [219.933 stream] -- Sleeping 1 seconds before new stream init ... Sep 28 16:08:45 tinypilot ustreamer[583]: ================================================================================ Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.934 stream] -- Device fd=10 opened Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.934 stream] -- Using input channel: 0 Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.941 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.960 stream] -- Using resolution: 1920x1080 Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.961 stream] -- Using pixelformat: UYVY Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.961 stream] -- Querying HW FPS changing is not supported Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.961 stream] -- Using IO method: MMAP Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.977 stream] -- Requested 5 device buffers, got 5 Sep 28 16:08:45 tinypilot ustreamer[583]: -- ERROR [220.977 stream] -- Unable to start capturing: Invalid argument Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.987 stream] -- Device fd=10 closed Sep 28 16:08:45 tinypilot ustreamer[583]: -- INFO [220.987 stream] -- Sleeping 1 seconds before new stream init ... Sep 28 16:08:46 tinypilot ustreamer[583]: ================================================================================ Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [221.988 stream] -- Device fd=10 opened Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [221.988 stream] -- Using input channel: 0 Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [221.995 stream] -- Got new DV-timings: 1920x1080p60.00, pixclk=148500000, vsync=45, hsync=280 Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [222.015 stream] -- Using resolution: 1920x1080 Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [222.015 stream] -- Using pixelformat: UYVY Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [222.015 stream] -- Querying HW FPS changing is not supported Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [222.015 stream] -- Using IO method: MMAP Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [222.033 stream] -- Requested 5 device buffers, got 5 Sep 28 16:08:46 tinypilot ustreamer[583]: -- ERROR [222.033 stream] -- Unable to start capturing: Invalid argument Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [222.046 stream] -- Device fd=10 closed Sep 28 16:08:46 tinypilot ustreamer[583]: -- INFO [222.046 stream] -- Sleeping 1 seconds before new stream init ... nginx logs -- Logs begin at Wed 2022-09-28 15:55:57 BST, end at Wed 2022-09-28 16:08:46 BST. -- Sep 28 15:56:15 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Sep 28 15:56:15 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2022/09/28 15:55:56 [error] 594#594: *46 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.102, server: tinypilot, request: "POST /api/shutdown HTTP/2.0", upstream: "http://127.0.0.1:8000/api/shutdown", host: "tinypilot", referrer: "https://tinypilot/" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /css/button.css HTTP/2.0" 200 1690 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/poll.js HTTP/2.0" 200 1950 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/events.js HTTP/2.0" 200 1357 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/controllers.js HTTP/2.0" 200 18528 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 696 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/wake-on-lan.js HTTP/2.0" 200 551 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/settings.js HTTP/2.0" 200 1877 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/mouse.js HTTP/2.0" 200 8475 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/clipboard.js HTTP/2.0" 200 633 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/logs.js HTTP/2.0" 200 1484 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /third-party/socket.io/3.1.3/socket.io.min.js HTTP/2.0" 200 61701 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/paste.js HTTP/2.0" 200 2076 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/app.js HTTP/2.0" 200 12804 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/keycodes.js HTTP/2.0" 200 3190 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 2829 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /socket.io/?EIO=4&transport=polling&t=OE4eubi HTTP/2.0" 200 96 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "POST /socket.io/?EIO=4&transport=polling&t=OE4eucN&sid=DpyTuRstqKP2U0-sAAAC HTTP/2.0" 200 2 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" 192.168.1.102 - - [28/Sep/2022:16:07:33 +0100] "GET /socket.io/?EIO=4&transport=polling&t=OE4eucO&sid=DpyTuRstqKP2U0-sAAAC HTTP/2.0" 200 32 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-"