TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2023-12-08T14:58:24+00:00 Software versions TinyPilot version: 2.6.2 uStreamer version: 5.43 System information OS version: Linux tinypilot 5.15.61-v7l+ #1579 SMP Fri Aug 26 11:13:03 BST 2022 armv7l GNU/Linux Kernel architecture: armv7l Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2711 Revision: b03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (up) lo (unknown) wlan0 (down) Mouse jiggler: disabled CPU Temperature: 49.1'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 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 Dec 08 14:58:20 tinypilot python[595]: Exception in thread Thread-245: Dec 08 14:58:20 tinypilot python[595]: Traceback (most recent call last): Dec 08 14:58:20 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 08 14:58:20 tinypilot python[595]: self.run() Dec 08 14:58:20 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 08 14:58:20 tinypilot python[595]: self._target(*self._args, **self._kwargs) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 08 14:58:20 tinypilot python[595]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 08 14:58:20 tinypilot python[595]: return self.handlers[namespace][event](*args) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 08 14:58:20 tinypilot python[595]: return self._handle_event(handler, message, namespace, sid, Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 08 14:58:20 tinypilot python[595]: ret = handler(*args) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 08 14:58:20 tinypilot python[595]: return handler(*args, **kwargs) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 118, in on_key_release Dec 08 14:58:20 tinypilot python[595]: fake_keyboard.release_keys(keyboard_path) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/hid/keyboard.py", line 22, in release_keys Dec 08 14:58:20 tinypilot python[595]: hid_write.write_to_hid_interface(keyboard_path, [0] * 8) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 08 14:58:20 tinypilot python[595]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 08 14:58:20 tinypilot python[595]: raise result.exception Dec 08 14:58:20 tinypilot python[595]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:20 tinypilot python[1989]: Process ProcessWithResult-120: Dec 08 14:58:20 tinypilot python[1989]: Traceback (most recent call last): Dec 08 14:58:20 tinypilot python[1989]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 08 14:58:20 tinypilot python[1989]: self.run() Dec 08 14:58:20 tinypilot python[1989]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 08 14:58:20 tinypilot python[1989]: result.return_value = self._target(*self._args, **self._kwargs) Dec 08 14:58:20 tinypilot python[1989]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 08 14:58:20 tinypilot python[1989]: hid_handle.write(bytearray(buffer)) Dec 08 14:58:20 tinypilot python[1989]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:20 tinypilot python[595]: Exception in thread Thread-246: Dec 08 14:58:20 tinypilot python[595]: Traceback (most recent call last): Dec 08 14:58:20 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 08 14:58:20 tinypilot python[595]: self.run() Dec 08 14:58:20 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 08 14:58:20 tinypilot python[595]: self._target(*self._args, **self._kwargs) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 08 14:58:20 tinypilot python[595]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 08 14:58:20 tinypilot python[595]: return self.handlers[namespace][event](*args) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 08 14:58:20 tinypilot python[595]: return self._handle_event(handler, message, namespace, sid, Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 08 14:58:20 tinypilot python[595]: ret = handler(*args) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 08 14:58:20 tinypilot python[595]: return handler(*args, **kwargs) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke Dec 08 14:58:20 tinypilot python[595]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke Dec 08 14:58:20 tinypilot python[595]: hid_write.write_to_hid_interface(keyboard_path, buf) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 08 14:58:20 tinypilot python[595]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 08 14:58:20 tinypilot python[595]: raise result.exception Dec 08 14:58:20 tinypilot python[595]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:20 tinypilot python[1990]: Process ProcessWithResult-121: Dec 08 14:58:20 tinypilot python[1990]: Traceback (most recent call last): Dec 08 14:58:20 tinypilot python[1990]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 08 14:58:20 tinypilot python[1990]: self.run() Dec 08 14:58:20 tinypilot python[1990]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 08 14:58:20 tinypilot python[1990]: result.return_value = self._target(*self._args, **self._kwargs) Dec 08 14:58:20 tinypilot python[1990]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 08 14:58:20 tinypilot python[1990]: hid_handle.write(bytearray(buffer)) Dec 08 14:58:20 tinypilot python[1990]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:20 tinypilot python[595]: Exception in thread Thread-247: Dec 08 14:58:20 tinypilot python[595]: Traceback (most recent call last): Dec 08 14:58:20 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 08 14:58:20 tinypilot python[595]: self.run() Dec 08 14:58:20 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 08 14:58:20 tinypilot python[595]: self._target(*self._args, **self._kwargs) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 08 14:58:20 tinypilot python[595]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 08 14:58:20 tinypilot python[595]: return self.handlers[namespace][event](*args) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 08 14:58:20 tinypilot python[595]: return self._handle_event(handler, message, namespace, sid, Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 08 14:58:20 tinypilot python[595]: ret = handler(*args) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 08 14:58:20 tinypilot python[595]: return handler(*args, **kwargs) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 118, in on_key_release Dec 08 14:58:20 tinypilot python[595]: fake_keyboard.release_keys(keyboard_path) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/hid/keyboard.py", line 22, in release_keys Dec 08 14:58:20 tinypilot python[595]: hid_write.write_to_hid_interface(keyboard_path, [0] * 8) Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 08 14:58:20 tinypilot python[595]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 08 14:58:20 tinypilot python[595]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 08 14:58:20 tinypilot python[595]: raise result.exception Dec 08 14:58:20 tinypilot python[595]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:21 tinypilot python[1991]: Process ProcessWithResult-122: Dec 08 14:58:21 tinypilot python[1991]: Traceback (most recent call last): Dec 08 14:58:21 tinypilot python[1991]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 08 14:58:21 tinypilot python[1991]: self.run() Dec 08 14:58:21 tinypilot python[1991]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 08 14:58:21 tinypilot python[1991]: result.return_value = self._target(*self._args, **self._kwargs) Dec 08 14:58:21 tinypilot python[1991]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 08 14:58:21 tinypilot python[1991]: hid_handle.write(bytearray(buffer)) Dec 08 14:58:21 tinypilot python[1991]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:21 tinypilot python[595]: Exception in thread Thread-248: Dec 08 14:58:21 tinypilot python[595]: Traceback (most recent call last): Dec 08 14:58:21 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 08 14:58:21 tinypilot python[595]: self.run() Dec 08 14:58:21 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 08 14:58:21 tinypilot python[595]: self._target(*self._args, **self._kwargs) Dec 08 14:58:21 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 08 14:58:21 tinypilot python[595]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 08 14:58:21 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 08 14:58:21 tinypilot python[595]: return self.handlers[namespace][event](*args) Dec 08 14:58:21 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 08 14:58:21 tinypilot python[595]: return self._handle_event(handler, message, namespace, sid, Dec 08 14:58:21 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 08 14:58:21 tinypilot python[595]: ret = handler(*args) Dec 08 14:58:21 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 08 14:58:21 tinypilot python[595]: return handler(*args, **kwargs) Dec 08 14:58:21 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Dec 08 14:58:21 tinypilot python[595]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Dec 08 14:58:21 tinypilot python[595]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Dec 08 14:58:21 tinypilot python[595]: hid_write.write_to_hid_interface(mouse_path, buf) Dec 08 14:58:21 tinypilot python[595]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 08 14:58:21 tinypilot python[595]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 08 14:58:21 tinypilot python[595]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 08 14:58:21 tinypilot python[595]: raise result.exception Dec 08 14:58:21 tinypilot python[595]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:22 tinypilot python[1992]: Process ProcessWithResult-123: Dec 08 14:58:22 tinypilot python[1992]: Traceback (most recent call last): Dec 08 14:58:22 tinypilot python[1992]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 08 14:58:22 tinypilot python[1992]: self.run() Dec 08 14:58:22 tinypilot python[1992]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 08 14:58:22 tinypilot python[1992]: result.return_value = self._target(*self._args, **self._kwargs) Dec 08 14:58:22 tinypilot python[1992]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 08 14:58:22 tinypilot python[1992]: hid_handle.write(bytearray(buffer)) Dec 08 14:58:22 tinypilot python[1992]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:22 tinypilot python[595]: Exception in thread Thread-249: Dec 08 14:58:22 tinypilot python[595]: Traceback (most recent call last): Dec 08 14:58:22 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 08 14:58:22 tinypilot python[595]: self.run() Dec 08 14:58:22 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 08 14:58:22 tinypilot python[595]: self._target(*self._args, **self._kwargs) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 08 14:58:22 tinypilot python[595]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 08 14:58:22 tinypilot python[595]: return self.handlers[namespace][event](*args) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 08 14:58:22 tinypilot python[595]: return self._handle_event(handler, message, namespace, sid, Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 08 14:58:22 tinypilot python[595]: ret = handler(*args) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 08 14:58:22 tinypilot python[595]: return handler(*args, **kwargs) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Dec 08 14:58:22 tinypilot python[595]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Dec 08 14:58:22 tinypilot python[595]: hid_write.write_to_hid_interface(mouse_path, buf) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 08 14:58:22 tinypilot python[595]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 08 14:58:22 tinypilot python[595]: raise result.exception Dec 08 14:58:22 tinypilot python[595]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:22 tinypilot python[1993]: Process ProcessWithResult-124: Dec 08 14:58:22 tinypilot python[1993]: Traceback (most recent call last): Dec 08 14:58:22 tinypilot python[1993]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Dec 08 14:58:22 tinypilot python[1993]: self.run() Dec 08 14:58:22 tinypilot python[1993]: File "/opt/tinypilot/app/execute.py", line 37, in run Dec 08 14:58:22 tinypilot python[1993]: result.return_value = self._target(*self._args, **self._kwargs) Dec 08 14:58:22 tinypilot python[1993]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Dec 08 14:58:22 tinypilot python[1993]: hid_handle.write(bytearray(buffer)) Dec 08 14:58:22 tinypilot python[1993]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:22 tinypilot python[595]: Exception in thread Thread-250: Dec 08 14:58:22 tinypilot python[595]: Traceback (most recent call last): Dec 08 14:58:22 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Dec 08 14:58:22 tinypilot python[595]: self.run() Dec 08 14:58:22 tinypilot python[595]: File "/usr/lib/python3.9/threading.py", line 892, in run Dec 08 14:58:22 tinypilot python[595]: self._target(*self._args, **self._kwargs) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Dec 08 14:58:22 tinypilot python[595]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Dec 08 14:58:22 tinypilot python[595]: return self.handlers[namespace][event](*args) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Dec 08 14:58:22 tinypilot python[595]: return self._handle_event(handler, message, namespace, sid, Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Dec 08 14:58:22 tinypilot python[595]: ret = handler(*args) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Dec 08 14:58:22 tinypilot python[595]: return handler(*args, **kwargs) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Dec 08 14:58:22 tinypilot python[595]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Dec 08 14:58:22 tinypilot python[595]: hid_write.write_to_hid_interface(mouse_path, buf) Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Dec 08 14:58:22 tinypilot python[595]: execute.with_timeout(_write_to_hid_interface_immediately, Dec 08 14:58:22 tinypilot python[595]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Dec 08 14:58:22 tinypilot python[595]: raise result.exception Dec 08 14:58:22 tinypilot python[595]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Dec 08 14:58:24 tinypilot sudo[1994]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Dec 08 14:58:24 tinypilot sudo[1994]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=110) Dec 08 14:58:30 tinypilot python[2027]: 2023-12-08 14:58:30.170 app.main INFO Starting app Dec 08 14:58:30 tinypilot python[2027]: 2023-12-08 14:58:30.249 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Dec 08 14:58:30 tinypilot python[2027]: 2023-12-08 14:58:30.252 db.store INFO Read 7 database migrations from disk TinyPilot update logs 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.38-20230802141939_armhf.deb ... Unpacking ustreamer (5.38-20230802141939) over (5.38-20230525134432) ... Preparing to unpack .../tinypilot_20230904111604_armhf.deb ... Unpacking tinypilot (20230904111604) over (20230626153715) ... Setting up ustreamer (5.38-20230802141939) ... Warning: The home dir /home/ustreamer you specified already exists. The system user `ustreamer' already exists. Exiting. Setting up tinypilot (20230904111604) ... Installing new version of config file /etc/sudoers.d/tinypilot ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /opt/tinypilot / / /opt/tinypilot / / /opt/tinypilot / / nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful active /opt/tinypilot / / update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. Processing triggers for man-db (2.9.4-2) ... + mv yq /usr/bin/yq + chmod 0755 /usr/bin/yq + clean_up + sudo umount --lazy /mnt/tinypilot-installer + sudo rm -rf /opt/tinypilot-updater /mnt/tinypilot-installer 2023-10-06 10:11:33.888 __main__ INFO Update completed successfully 2023-10-06 10:11:33.888 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2023-10-06 10:11:33.890 update.target_version INFO Clearing target version file /home/tinypilot/target-version 2023-12-02 14:22:43.009 __main__ INFO Starting TinyPilot update 2023-12-02 14:22:43.011 __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: ++ cut --delimiter ' ' --fields 7 ++ tr --squeeze-repeats ' ' + AVAILABLE_MEMORY_MIB=1448 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1448 >= 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=100000000c77d22a + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.2 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 100000000c77d22a' --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://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] Get:2 http://deb.debian.org/debian bullseye-backports InRelease [49.0 kB] Get:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:5 http://deb.debian.org/debian bullseye-backports/main armhf Packages [398 kB] Get:6 http://deb.debian.org/debian bullseye-backports/main Translation-en [343 kB] Get:7 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] Get:8 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages [106 kB] Fetched 14.5 MB in 8s (1,923 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 126 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 2023-12-02 14:23:25.401 __main__ INFO Update completed successfully 2023-12-02 14:23:25.401 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2023-12-02 14:23:25.404 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 Dec 08 14:19:18 tinypilot systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. Dec 08 14:19:18 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Dec 08 14:19:18 tinypilot launch[685]: + 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 Dec 08 14:19:18 tinypilot launch[685]: -- INFO [16.836 main] -- Starting PiKVM uStreamer 5.43 ... Dec 08 14:19:18 tinypilot launch[685]: -- INFO [16.837 main] -- Using internal blank placeholder Dec 08 14:19:18 tinypilot launch[685]: -- INFO [16.837 main] -- Using H264-sink: tinypilot::ustreamer::h264 Dec 08 14:19:18 tinypilot launch[685]: [warn] getaddrinfo: address family for nodename not supported Dec 08 14:19:18 tinypilot launch[685]: -- ERROR [16.837 main] -- Can't bind HTTP on [127.0.0.1]:48001: Success Dec 08 14:19:18 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=1/FAILURE Dec 08 14:19:18 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. Dec 08 14:19:18 tinypilot systemd[1]: ustreamer.service: Scheduled restart job, restart counter is at 2. Dec 08 14:19:18 tinypilot systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. Dec 08 14:19:18 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Dec 08 14:19:18 tinypilot launch[770]: + 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 Dec 08 14:19:18 tinypilot launch[770]: -- INFO [17.374 main] -- Starting PiKVM uStreamer 5.43 ... Dec 08 14:19:18 tinypilot launch[770]: -- INFO [17.374 main] -- Using internal blank placeholder Dec 08 14:19:18 tinypilot launch[770]: -- INFO [17.374 main] -- Using H264-sink: tinypilot::ustreamer::h264 Dec 08 14:19:18 tinypilot launch[770]: [warn] getaddrinfo: address family for nodename not supported Dec 08 14:19:18 tinypilot launch[770]: -- ERROR [17.374 main] -- Can't bind HTTP on [127.0.0.1]:48001: Success Dec 08 14:19:18 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=1/FAILURE Dec 08 14:19:18 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. Dec 08 14:19:19 tinypilot systemd[1]: ustreamer.service: Scheduled restart job, restart counter is at 3. Dec 08 14:19:19 tinypilot systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. Dec 08 14:19:19 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Dec 08 14:19:19 tinypilot launch[849]: + 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 Dec 08 14:19:19 tinypilot launch[849]: -- INFO [17.836 main] -- Starting PiKVM uStreamer 5.43 ... Dec 08 14:19:19 tinypilot launch[849]: -- INFO [17.836 main] -- Using internal blank placeholder Dec 08 14:19:19 tinypilot launch[849]: -- INFO [17.836 main] -- Using H264-sink: tinypilot::ustreamer::h264 Dec 08 14:19:19 tinypilot launch[849]: [warn] getaddrinfo: address family for nodename not supported Dec 08 14:19:19 tinypilot launch[849]: -- ERROR [17.837 main] -- Can't bind HTTP on [127.0.0.1]:48001: Success Dec 08 14:19:19 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=1/FAILURE Dec 08 14:19:19 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. Dec 08 14:19:19 tinypilot systemd[1]: ustreamer.service: Scheduled restart job, restart counter is at 4. Dec 08 14:19:19 tinypilot systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. Dec 08 14:19:19 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Dec 08 14:19:19 tinypilot launch[925]: + 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 Dec 08 14:19:19 tinypilot launch[925]: -- INFO [18.377 main] -- Starting PiKVM uStreamer 5.43 ... Dec 08 14:19:19 tinypilot launch[925]: -- INFO [18.377 main] -- Using internal blank placeholder Dec 08 14:19:19 tinypilot launch[925]: -- INFO [18.377 main] -- Using H264-sink: tinypilot::ustreamer::h264 Dec 08 14:19:19 tinypilot launch[925]: [warn] getaddrinfo: address family for nodename not supported Dec 08 14:19:19 tinypilot launch[925]: -- ERROR [18.378 main] -- Can't bind HTTP on [127.0.0.1]:48001: Success Dec 08 14:19:19 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=1/FAILURE Dec 08 14:19:19 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. Dec 08 14:19:20 tinypilot systemd[1]: ustreamer.service: Scheduled restart job, restart counter is at 5. Dec 08 14:19:20 tinypilot systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. Dec 08 14:19:20 tinypilot systemd[1]: ustreamer.service: Start request repeated too quickly. Dec 08 14:19:20 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. Dec 08 14:19:20 tinypilot systemd[1]: Failed to start uStreamer - Lightweight, optimized video encoder. Dec 08 14:42:59 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Dec 08 14:42:59 tinypilot launch[1386]: + 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 Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.512 main] -- Starting PiKVM uStreamer 5.43 ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.513 main] -- Using internal blank placeholder Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.513 main] -- Using H264-sink: tinypilot::ustreamer::h264 Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.514 main] -- Listening HTTP on [127.0.0.1]:48001 Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.515 stream] -- Using V4L2 device: /dev/video0 Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.515 stream] -- Using desired FPS: 0 Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.515 http] -- Starting HTTP eventloop ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.515 stream] -- H264: Initializing encoder ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.525 stream] -- H264: Configuring encoder: DMA=0 ... Dec 08 14:42:59 tinypilot launch[1386]: ================================================================================ Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.542 stream] -- Device fd=10 opened Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.542 stream] -- Using input channel: 0 Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.549 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.586 stream] -- Using resolution: 1920x1080 Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.586 stream] -- Using format: UYVY Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.586 stream] -- Querying HW FPS changing is not supported Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.586 stream] -- Using IO method: MMAP Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.597 stream] -- Requested 5 device buffers, got 5 Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.603 stream] -- Capturing started Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.603 stream] -- JPEG-0: Initializing encoder ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.603 stream] -- JPEG-1: Initializing encoder ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.603 stream] -- JPEG-2: Initializing encoder ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.603 stream] -- Using JPEG quality: 80% Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.603 stream] -- Creating pool JPEG with 3 workers ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.603 stream] -- Capturing ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.627 stream] -- H264: Configuring encoder: DMA=1 ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.627 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.672 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Dec 08 14:42:59 tinypilot launch[1386]: -- INFO [1222.694 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Dec 08 14:43:01 tinypilot launch[1386]: -- INFO [1224.188 http] -- HTTP: NEW client (now=1): [fe80::fa6a:f91e:4c30:5138]:34914, id=b61225d432a2c38 nginx logs -- Journal begins at Tue 2022-09-13 02:58:39 BST, ends at Fri 2023-12-08 14:58:30 GMT. -- Mar 31 14:42:59 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 31 14:42:59 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Mar 31 15:14:28 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 31 15:14:29 tinypilot systemd[1]: nginx.service: Succeeded. Mar 31 15:14:29 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Mar 31 15:14:29 tinypilot systemd[1]: nginx.service: Consumed 4.932s CPU time. -- Boot e821b0f9192c486b83b8da551cc8849f -- Mar 31 15:14:35 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 31 15:14:36 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. May 07 09:52:27 tinypilot systemd[1]: Reloading A high performance web server and a reverse proxy server. May 07 09:52:27 tinypilot systemd[1]: Reloaded A high performance web server and a reverse proxy server. May 07 09:52:32 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... May 07 09:52:32 tinypilot systemd[1]: nginx.service: Succeeded. May 07 09:52:32 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. May 07 09:52:32 tinypilot systemd[1]: nginx.service: Consumed 31min 32.631s CPU time. -- Boot 4231bc1d5d7f49189003ec7bcffaa146 -- May 07 09:52:37 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... May 07 09:52:38 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. May 07 09:57:31 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... May 07 09:57:32 tinypilot systemd[1]: nginx.service: Succeeded. May 07 09:57:32 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot af6b0c9913a74b01a95b0c364f14a81f -- May 07 09:57:36 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... May 07 09:57:37 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. May 07 10:04:07 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... May 07 10:04:07 tinypilot systemd[1]: nginx.service: Succeeded. May 07 10:04:07 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot d8a1c4b47fbc471aac1e92e91534d46a -- May 07 10:04:13 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... May 07 10:04:14 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. May 11 13:50:03 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... May 11 13:50:03 tinypilot systemd[1]: nginx.service: Succeeded. May 11 13:50:03 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. May 11 13:50:03 tinypilot systemd[1]: nginx.service: Consumed 6min 49.288s CPU time. -- Boot 5c1f2886cd8d4768ac329f723f24302b -- May 11 13:50:10 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... May 11 13:50:11 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Jul 31 17:03:34 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Jul 31 17:03:35 tinypilot systemd[1]: nginx.service: Succeeded. Jul 31 17:03:35 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Jul 31 17:03:35 tinypilot systemd[1]: nginx.service: Consumed 1.491s CPU time. -- Boot 905dd76e961c4624bc8d724e2d61f730 -- Jul 31 17:03:41 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 31 17:03:42 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Jul 31 17:09:52 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Jul 31 17:09:53 tinypilot systemd[1]: nginx.service: Succeeded. Jul 31 17:09:53 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Jul 31 17:09:53 tinypilot systemd[1]: nginx.service: Consumed 1.801s CPU time. -- Boot 23d54b5f1e534b2593a90fa85beda6ab -- Jul 31 17:09:57 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 31 17:09:58 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Jul 31 17:33:58 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Jul 31 17:33:59 tinypilot systemd[1]: nginx.service: Succeeded. Jul 31 17:33:59 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Jul 31 17:33:59 tinypilot systemd[1]: nginx.service: Consumed 35.137s CPU time. -- Boot 5d6ea45f17b74dc08ce3d4f3cb638ef7 -- Jul 31 17:34:08 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 31 17:34:11 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Aug 18 07:51:19 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Aug 18 07:51:19 tinypilot systemd[1]: nginx.service: Succeeded. Aug 18 07:51:19 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Aug 18 07:51:19 tinypilot systemd[1]: nginx.service: Consumed 1.777s CPU time. -- Boot 97f7ad6ecb6d4092b61e912373606779 -- Aug 18 07:51:25 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 18 07:51:26 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Aug 18 16:31:34 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Aug 18 16:31:34 tinypilot systemd[1]: nginx.service: Succeeded. Aug 18 16:31:34 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Aug 18 16:31:34 tinypilot systemd[1]: nginx.service: Consumed 10min 9.890s CPU time. -- Boot 1447d72bb7184735b388300a4be60a97 -- Aug 18 16:31:39 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 18 16:31:40 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 271bcc2461a14ea5bfa99bcf73af9b72 -- Aug 31 15:00:53 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 31 15:00:55 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Oct 06 10:11:23 tinypilot systemd[1]: Reloading A high performance web server and a reverse proxy server. Oct 06 10:11:23 tinypilot systemd[1]: Reloaded A high performance web server and a reverse proxy server. Oct 06 10:11:35 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Oct 06 10:11:35 tinypilot systemd[1]: nginx.service: Succeeded. Oct 06 10:11:35 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot bb4ffd49286147a19d133254f13efad1 -- Oct 06 10:11:41 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 06 10:11:42 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Oct 06 14:26:48 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Oct 06 14:26:48 tinypilot systemd[1]: nginx.service: Succeeded. Oct 06 14:26:48 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Oct 06 14:26:48 tinypilot systemd[1]: nginx.service: Consumed 2min 12.443s CPU time. -- Boot deef4ec7535541e7947f5f5c64981e68 -- Oct 06 14:26:54 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 06 14:26:55 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 471692027a0e4989a84e4a06d7691af0 -- Oct 10 13:42:31 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 10 13:42:31 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Oct 10 16:25:09 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Oct 10 16:25:10 tinypilot systemd[1]: nginx.service: Succeeded. Oct 10 16:25:10 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Oct 10 16:25:10 tinypilot systemd[1]: nginx.service: Consumed 1min 16.439s CPU time. -- Boot d322388bb8e94e5599980f4cf1a6ec3a -- Oct 10 16:25:21 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 10 16:25:22 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Oct 16 14:03:19 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Oct 16 14:03:19 tinypilot systemd[1]: nginx.service: Succeeded. Oct 16 14:03:19 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Oct 16 14:03:19 tinypilot systemd[1]: nginx.service: Consumed 4min 47.044s CPU time. -- Boot 50870ec598f441eea92cbe826c324f21 -- Oct 16 14:03:24 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 16 14:03:25 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Oct 24 09:00:43 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Oct 24 09:00:43 tinypilot systemd[1]: nginx.service: Succeeded. Oct 24 09:00:43 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Oct 24 09:00:43 tinypilot systemd[1]: nginx.service: Consumed 2min 43.294s CPU time. -- Boot b23a219508294fa793ba1bc43be2e44d -- Oct 24 09:00:50 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 24 09:00:52 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Nov 08 14:56:59 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Nov 08 14:56:59 tinypilot systemd[1]: nginx.service: Succeeded. Nov 08 14:56:59 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 4ef9d5f7fc3c4d70b9828896ec5f1b7b -- Nov 08 14:57:03 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 08 14:57:04 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Dec 02 14:23:17 tinypilot systemd[1]: Reloading A high performance web server and a reverse proxy server. Dec 02 14:23:17 tinypilot systemd[1]: Reloaded A high performance web server and a reverse proxy server. Dec 02 14:23:28 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Dec 02 14:23:28 tinypilot systemd[1]: nginx.service: Succeeded. Dec 02 14:23:28 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Dec 02 14:23:28 tinypilot systemd[1]: nginx.service: Consumed 1h 1min 5.259s CPU time. -- Boot 055050ec9237477c8f9672f509624961 -- Dec 02 14:23:35 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Dec 02 14:23:36 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Dec 04 15:31:35 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Dec 04 15:31:35 tinypilot systemd[1]: nginx.service: Succeeded. Dec 04 15:31:35 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Dec 04 15:31:35 tinypilot systemd[1]: nginx.service: Consumed 11.790s CPU time. -- Boot 9d37b2f199364646bdbbe3b16d1a757e -- Dec 04 15:31:49 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Dec 04 15:31:52 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Dec 08 14:19:05 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Dec 08 14:19:06 tinypilot systemd[1]: nginx.service: Succeeded. Dec 08 14:19:06 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Dec 08 14:19:06 tinypilot systemd[1]: nginx.service: Consumed 3min 14.896s CPU time. -- Boot 968ea5bc3bd0447dab0872ee96818a3e -- Dec 08 14:19:13 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Dec 08 14:19:14 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2023/12/08 06:27:23 [error] 582#582: *62 open() "/opt/tinypilot/app/static/button.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /button.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 06:27:23 [error] 582#582: *62 open() "/opt/tinypilot/app/static/style.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /style.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 06:27:23 [error] 582#582: *62 open() "/opt/tinypilot/app/static/button.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /button.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:19:05 [error] 582#582: *90 upstream prematurely closed connection while reading response header from upstream, client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "POST /api/shutdown HTTP/2.0", upstream: "http://127.0.0.1:48000/api/shutdown", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:23:01 [error] 591#591: *1 connect() failed (111: Connection refused) while connecting to upstream, client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:23:01 [error] 591#591: *1 open() "/opt/tinypilot/app/static/button.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /button.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:23:01 [error] 591#591: *1 open() "/opt/tinypilot/app/static/style.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /style.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:33:25 [error] 591#591: *18 open() "/opt/tinypilot/app/static/button.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /button.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:33:25 [error] 591#591: *18 connect() failed (111: Connection refused) while connecting to upstream, client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:33:25 [error] 591#591: *18 open() "/opt/tinypilot/app/static/style.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /style.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:35:11 [error] 591#591: *18 upstream timed out (110: Connection timed out) while reading response header from upstream, client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /api/debugLogs HTTP/2.0", upstream: "http://127.0.0.1:48000/api/debugLogs", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:35:36 [error] 591#591: *18 upstream timed out (110: Connection timed out) while reading response header from upstream, client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=On9sWhM HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=On9sWhM", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:36:40 [error] 591#591: *18 open() "/opt/tinypilot/app/static/button.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /button.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:36:40 [error] 591#591: *18 connect() failed (111: Connection refused) while connecting to upstream, client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:36:40 [error] 591#591: *18 open() "/opt/tinypilot/app/static/style.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /style.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:37:24 [error] 591#591: *18 connect() failed (111: Connection refused) while connecting to upstream, client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:37:24 [error] 591#591: *18 open() "/opt/tinypilot/app/static/button.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /button.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:37:24 [error] 591#591: *18 open() "/opt/tinypilot/app/static/style.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /style.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:38:34 [error] 591#591: *18 connect() failed (111: Connection refused) while connecting to upstream, client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:38:34 [error] 591#591: *94 open() "/opt/tinypilot/app/static/button.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /button.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:38:34 [error] 591#591: *94 open() "/opt/tinypilot/app/static/style.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /style.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:43:01 [error] 591#591: *94 open() "/opt/tinypilot/app/static/button.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /button.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2023/12/08 14:43:01 [error] 591#591: *94 open() "/opt/tinypilot/app/static/style.css" failed (2: No such file or directory), client: fe80::fa6a:f91e:4c30:5138, server: tinypilot, request: "GET /style.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:00 +0000] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:00 +0000] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:00 +0000] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:00 +0000] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:01 +0000] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:01 +0000] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:01 +0000] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:01 +0000] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:01 +0000] "GET /socket.io/?EIO=4&transport=polling&t=On9uRxx HTTP/2.0" 200 97 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:01 +0000] "GET /button.css HTTP/2.0" 404 153 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:01 +0000] "GET /style.css HTTP/2.0" 404 153 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:01 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uRzh&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:01 +0000] "GET /socket.io/?EIO=4&transport=polling&t=On9uRzh.0&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 32 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:02 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uSB0&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:02 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uSKa&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:04 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uSlV&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:05 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uSuw&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:05 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uT2L&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:06 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uTCl&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:06 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uTMC&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:07 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uTW8&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:07 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uTXQ&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:07 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uTZ9&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:08 +0000] "POST /socket.io/?EIO=4&transport=polling&t=On9uTii&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:11 +0000] "GET /api/settings/video HTTP/2.0" 200 248 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:43:20 +0000] "GET /socket.io/?EIO=4&transport=polling&t=On9uR-U&sid=1i42td3KfnVo2JygAAAQ HTTP/2.0" 200 1 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:46:05 +0000] "GET /api/debugLogs HTTP/2.0" 200 67072 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:47:03 +0000] "GET /api/debugLogs HTTP/2.0" 200 67072 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:54:56 +0000] "GET /api/debugLogs HTTP/2.0" 200 67283 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" fe80::fa6a:f91e:4c30:5138 - - [08/Dec/2023:14:55:26 +0000] "GET /api/debugLogs HTTP/2.0" 200 67025 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-"