TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2025-03-30T03:10:55+01:00 Software versions TinyPilot version: 2.7.0 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 User scripts: 0 Mouse jiggler: disabled CPU Temperature: 45.7'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 Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 30 03:10:49 tinypilot python[649]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 30 03:10:49 tinypilot python[649]: return self.handlers[namespace][event](*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 30 03:10:49 tinypilot python[649]: return self._handle_event(handler, message, namespace, sid, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 30 03:10:49 tinypilot python[649]: ret = handler(*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 30 03:10:49 tinypilot python[649]: return handler(*args, **kwargs) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 30 03:10:49 tinypilot python[649]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 30 03:10:49 tinypilot python[649]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 30 03:10:49 tinypilot python[649]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 30 03:10:49 tinypilot python[649]: raise result.exception Mar 30 03:10:49 tinypilot python[649]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:49 tinypilot python[791]: Process ProcessWithResult-21: Mar 30 03:10:49 tinypilot python[791]: Traceback (most recent call last): Mar 30 03:10:49 tinypilot python[791]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 30 03:10:49 tinypilot python[791]: self.run() Mar 30 03:10:49 tinypilot python[791]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 30 03:10:49 tinypilot python[791]: result.return_value = self._target(*self._args, **self._kwargs) Mar 30 03:10:49 tinypilot python[791]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 30 03:10:49 tinypilot python[791]: hid_handle.write(bytearray(buffer)) Mar 30 03:10:49 tinypilot python[791]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:49 tinypilot python[649]: Exception in thread Thread-27: Mar 30 03:10:49 tinypilot python[649]: Traceback (most recent call last): Mar 30 03:10:49 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 30 03:10:49 tinypilot python[649]: self.run() Mar 30 03:10:49 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 30 03:10:49 tinypilot python[649]: self._target(*self._args, **self._kwargs) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 30 03:10:49 tinypilot python[649]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 30 03:10:49 tinypilot python[649]: return self.handlers[namespace][event](*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 30 03:10:49 tinypilot python[649]: return self._handle_event(handler, message, namespace, sid, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 30 03:10:49 tinypilot python[649]: ret = handler(*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 30 03:10:49 tinypilot python[649]: return handler(*args, **kwargs) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 30 03:10:49 tinypilot python[649]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 30 03:10:49 tinypilot python[649]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 30 03:10:49 tinypilot python[649]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 30 03:10:49 tinypilot python[649]: raise result.exception Mar 30 03:10:49 tinypilot python[649]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:49 tinypilot python[792]: Process ProcessWithResult-22: Mar 30 03:10:49 tinypilot python[792]: Traceback (most recent call last): Mar 30 03:10:49 tinypilot python[792]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 30 03:10:49 tinypilot python[792]: self.run() Mar 30 03:10:49 tinypilot python[792]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 30 03:10:49 tinypilot python[792]: result.return_value = self._target(*self._args, **self._kwargs) Mar 30 03:10:49 tinypilot python[792]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 30 03:10:49 tinypilot python[792]: hid_handle.write(bytearray(buffer)) Mar 30 03:10:49 tinypilot python[792]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:49 tinypilot python[649]: Exception in thread Thread-28: Mar 30 03:10:49 tinypilot python[649]: Traceback (most recent call last): Mar 30 03:10:49 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 30 03:10:49 tinypilot python[649]: self.run() Mar 30 03:10:49 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 30 03:10:49 tinypilot python[649]: self._target(*self._args, **self._kwargs) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 30 03:10:49 tinypilot python[649]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 30 03:10:49 tinypilot python[649]: return self.handlers[namespace][event](*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 30 03:10:49 tinypilot python[649]: return self._handle_event(handler, message, namespace, sid, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 30 03:10:49 tinypilot python[649]: ret = handler(*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 30 03:10:49 tinypilot python[649]: return handler(*args, **kwargs) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 30 03:10:49 tinypilot python[649]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 30 03:10:49 tinypilot python[649]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 30 03:10:49 tinypilot python[649]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 30 03:10:49 tinypilot python[649]: raise result.exception Mar 30 03:10:49 tinypilot python[649]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:49 tinypilot python[793]: Process ProcessWithResult-23: Mar 30 03:10:49 tinypilot python[793]: Traceback (most recent call last): Mar 30 03:10:49 tinypilot python[793]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 30 03:10:49 tinypilot python[793]: self.run() Mar 30 03:10:49 tinypilot python[793]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 30 03:10:49 tinypilot python[793]: result.return_value = self._target(*self._args, **self._kwargs) Mar 30 03:10:49 tinypilot python[793]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 30 03:10:49 tinypilot python[793]: hid_handle.write(bytearray(buffer)) Mar 30 03:10:49 tinypilot python[793]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:49 tinypilot python[649]: Exception in thread Thread-29: Mar 30 03:10:49 tinypilot python[649]: Traceback (most recent call last): Mar 30 03:10:49 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 30 03:10:49 tinypilot python[649]: self.run() Mar 30 03:10:49 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 30 03:10:49 tinypilot python[649]: self._target(*self._args, **self._kwargs) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 30 03:10:49 tinypilot python[649]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 30 03:10:49 tinypilot python[649]: return self.handlers[namespace][event](*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 30 03:10:49 tinypilot python[649]: return self._handle_event(handler, message, namespace, sid, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 30 03:10:49 tinypilot python[649]: ret = handler(*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 30 03:10:49 tinypilot python[649]: return handler(*args, **kwargs) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 30 03:10:49 tinypilot python[649]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 30 03:10:49 tinypilot python[649]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 30 03:10:49 tinypilot python[649]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 30 03:10:49 tinypilot python[649]: raise result.exception Mar 30 03:10:49 tinypilot python[649]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:49 tinypilot python[794]: Process ProcessWithResult-24: Mar 30 03:10:49 tinypilot python[794]: Traceback (most recent call last): Mar 30 03:10:49 tinypilot python[794]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 30 03:10:49 tinypilot python[794]: self.run() Mar 30 03:10:49 tinypilot python[794]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 30 03:10:49 tinypilot python[794]: result.return_value = self._target(*self._args, **self._kwargs) Mar 30 03:10:49 tinypilot python[794]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 30 03:10:49 tinypilot python[794]: hid_handle.write(bytearray(buffer)) Mar 30 03:10:49 tinypilot python[794]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:49 tinypilot python[649]: Exception in thread Thread-30: Mar 30 03:10:49 tinypilot python[649]: Traceback (most recent call last): Mar 30 03:10:49 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 30 03:10:49 tinypilot python[649]: self.run() Mar 30 03:10:49 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 30 03:10:49 tinypilot python[649]: self._target(*self._args, **self._kwargs) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 30 03:10:49 tinypilot python[649]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 30 03:10:49 tinypilot python[649]: return self.handlers[namespace][event](*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 30 03:10:49 tinypilot python[649]: return self._handle_event(handler, message, namespace, sid, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 30 03:10:49 tinypilot python[649]: ret = handler(*args) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 30 03:10:49 tinypilot python[649]: return handler(*args, **kwargs) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 30 03:10:49 tinypilot python[649]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 30 03:10:49 tinypilot python[649]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 30 03:10:49 tinypilot python[649]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 30 03:10:49 tinypilot python[649]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 30 03:10:49 tinypilot python[649]: raise result.exception Mar 30 03:10:49 tinypilot python[649]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:50 tinypilot python[795]: Process ProcessWithResult-25: Mar 30 03:10:50 tinypilot python[795]: Traceback (most recent call last): Mar 30 03:10:50 tinypilot python[795]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 30 03:10:50 tinypilot python[795]: self.run() Mar 30 03:10:50 tinypilot python[795]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 30 03:10:50 tinypilot python[795]: result.return_value = self._target(*self._args, **self._kwargs) Mar 30 03:10:50 tinypilot python[795]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 30 03:10:50 tinypilot python[795]: hid_handle.write(bytearray(buffer)) Mar 30 03:10:50 tinypilot python[795]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:50 tinypilot python[649]: Exception in thread Thread-31: Mar 30 03:10:50 tinypilot python[649]: Traceback (most recent call last): Mar 30 03:10:50 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 30 03:10:50 tinypilot python[649]: self.run() Mar 30 03:10:50 tinypilot python[649]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 30 03:10:50 tinypilot python[649]: self._target(*self._args, **self._kwargs) Mar 30 03:10:50 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 30 03:10:50 tinypilot python[649]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 30 03:10:50 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 30 03:10:50 tinypilot python[649]: return self.handlers[namespace][event](*args) Mar 30 03:10:50 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 30 03:10:50 tinypilot python[649]: return self._handle_event(handler, message, namespace, sid, Mar 30 03:10:50 tinypilot python[649]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 30 03:10:50 tinypilot python[649]: ret = handler(*args) Mar 30 03:10:50 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 30 03:10:50 tinypilot python[649]: return handler(*args, **kwargs) Mar 30 03:10:50 tinypilot python[649]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 30 03:10:50 tinypilot python[649]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 30 03:10:50 tinypilot python[649]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 30 03:10:50 tinypilot python[649]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 30 03:10:50 tinypilot python[649]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 30 03:10:50 tinypilot python[649]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 30 03:10:50 tinypilot python[649]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 30 03:10:50 tinypilot python[649]: raise result.exception Mar 30 03:10:50 tinypilot python[649]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 30 03:10:55 tinypilot sudo[796]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Mar 30 03:10:55 tinypilot sudo[796]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Mar 30 03:10:55 tinypilot runuser[811]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Mar 30 03:10:55 tinypilot runuser[811]: pam_unix(runuser:session): session closed for user tinypilot Mar 30 03:10:55 tinypilot runuser[817]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Mar 30 03:10:56 tinypilot runuser[817]: pam_unix(runuser:session): session closed for user tinypilot Mar 30 03:10:56 tinypilot runuser[826]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Mar 30 03:10:58 tinypilot python[833]: 2025-03-30 03:10:58.052 app.main INFO Starting app Mar 30 03:10:58 tinypilot python[833]: 2025-03-30 03:10:58.151 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Mar 30 03:10:58 tinypilot python[833]: 2025-03-30 03:10:58.153 db.store INFO Read 8 database migrations from disk Mar 30 03:10:58 tinypilot runuser[826]: 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 Sun 2025-03-30 02:17:01 BST, ends at Sun 2025-03-30 03:10:58 BST. -- Mar 30 02:42:03 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Mar 30 02:42:05 tinypilot launch[504]: + 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 Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.201 main] -- Starting PiKVM uStreamer 5.43 ... Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.201 main] -- Using internal blank placeholder Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.201 main] -- Using H264-sink: tinypilot::ustreamer::h264 Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.202 main] -- Listening HTTP on [127.0.0.1]:48001 Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.202 stream] -- Using V4L2 device: /dev/video0 Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.202 stream] -- Using desired FPS: 0 Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.203 http] -- Starting HTTP eventloop ... Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.203 stream] -- H264: Initializing encoder ... Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.211 stream] -- H264: Configuring encoder: DMA=0 ... Mar 30 02:42:05 tinypilot launch[504]: ================================================================================ Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.233 stream] -- Device fd=10 opened Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.233 stream] -- Using input channel: 0 Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.255 stream] -- Using resolution: 640x480 Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.255 stream] -- Using format: UYVY Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.255 stream] -- Querying HW FPS changing is not supported Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.255 stream] -- Using IO method: MMAP Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.260 stream] -- Requested 5 device buffers, got 5 Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.272 stream] -- Capturing started Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.272 stream] -- JPEG-0: Initializing encoder ... Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.272 stream] -- JPEG-1: Initializing encoder ... Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.272 stream] -- JPEG-2: Initializing encoder ... Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.272 stream] -- Using JPEG quality: 80% Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.272 stream] -- Creating pool JPEG with 3 workers ... Mar 30 02:42:05 tinypilot launch[504]: -- INFO [10.273 stream] -- Capturing ... Mar 30 02:42:06 tinypilot launch[504]: -- ERROR [11.274 stream] -- Persistent device timeout (unplugged) Mar 30 02:42:08 tinypilot launch[504]: -- INFO [13.108 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Mar 30 02:42:08 tinypilot launch[504]: -- INFO [13.108 stream] -- H264: Configuring encoder: DMA=1 ... Mar 30 02:42:08 tinypilot launch[504]: -- INFO [13.125 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Mar 30 02:42:08 tinypilot launch[504]: -- INFO [13.141 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.840 stream] -- Got V4L2 event Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.840 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.840 stream] -- Destroying workers pool JPEG ... Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.868 stream] -- Capturing stopped Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.869 stream] -- Device fd=10 closed Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.869 stream] -- Changed video frame to BLANK Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.875 stream] -- H264: Configuring encoder: DMA=0 ... Mar 30 02:42:09 tinypilot launch[504]: ================================================================================ Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.894 stream] -- Device fd=10 opened Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.894 stream] -- Using input channel: 0 Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.901 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=74250000, vsync=45, hsync=280 Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.938 stream] -- Using resolution: 1920x1080 Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.938 stream] -- Using format: UYVY Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.938 stream] -- Querying HW FPS changing is not supported Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.938 stream] -- Using IO method: MMAP Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.948 stream] -- Requested 5 device buffers, got 5 Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.955 stream] -- Capturing started Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.955 stream] -- Using JPEG quality: 80% Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.955 stream] -- Creating pool JPEG with 3 workers ... Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.955 stream] -- Capturing ... Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.975 stream] -- H264: Configuring encoder: DMA=1 ... Mar 30 02:42:09 tinypilot launch[504]: -- INFO [13.975 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Mar 30 02:42:09 tinypilot launch[504]: -- INFO [14.013 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Mar 30 02:42:09 tinypilot launch[504]: -- INFO [14.041 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Mar 30 02:46:00 tinypilot launch[504]: -- INFO [244.999 http] -- HTTP: NEW client (now=1): [192.168.0.3]:39910, id=7fdd4dae7206f7d9 Mar 30 02:46:01 tinypilot launch[504]: -- INFO [246.080 stream] -- H264: Requested keyframe by a sink client Mar 30 02:46:01 tinypilot launch[504]: -- INFO [246.147 stream] -- H264: Requested keyframe by a sink client Mar 30 02:46:01 tinypilot launch[504]: -- INFO [246.150 http] -- HTTP: DEL client (now=0): [192.168.0.3]:39910, id=7fdd4dae7206f7d9, Resource temporarily unavailable (reading,eof) Mar 30 02:46:01 tinypilot launch[504]: -- INFO [246.214 stream] -- H264: Requested keyframe by a sink client nginx logs -- Journal begins at Sun 2025-03-30 02:17:01 BST, ends at Sun 2025-03-30 03:10:58 BST. -- Mar 30 02:42:03 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 30 02:42:05 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2025/03/30 02:45:26 [error] 646#646: *2 open() "/opt/tinypilot/app/static/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css" failed (2: No such file or directory), client: 192.168.0.3, server: tinypilot, request: "GET /F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css HTTP/2.0", host: "tinypilot.local", referrer: "https://tinypilot.local/" 192.168.0.3 - - [30/Mar/2025:02:45:59 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:45:59 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:45:59 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:45:59 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:45:59 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:45:59 +0100] "GET /css/cursors.css HTTP/2.0" 200 618 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +0100] "GET /api/userScripts HTTP/2.0" 200 19 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +0100] "GET /socket.io/?EIO=4&transport=polling&t=PNaqByE HTTP/2.0" 200 97 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +0100] "POST /socket.io/?EIO=4&transport=polling&t=PNaqBzF&sid=Avn91tncVrL9rZqYAAAA HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +0100] "GET /socket.io/?EIO=4&transport=polling&t=PNaqBzG&sid=Avn91tncVrL9rZqYAAAA HTTP/2.0" 200 32 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +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/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:00 +0100] "POST /socket.io/?EIO=4&transport=polling&t=PNaqC6D&sid=Avn91tncVrL9rZqYAAAA HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:01 +0100] "GET /socket.io/?EIO=4&transport=polling&t=PNaqBzW&sid=Avn91tncVrL9rZqYAAAA HTTP/2.0" 200 1 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:01 +0100] "GET /stream?advance_headers=1 HTTP/2.0" 200 116966 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" 192.168.0.3 - - [30/Mar/2025:02:46:01 +0100] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"