TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-06-21T00:34:41+01:00 Software versions TinyPilot version: 2.6.3 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) tailscale0 (unknown) wlan0 (up) Mouse jiggler: disabled CPU Temperature: 50.1'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml ustreamer_h264_bitrate: 15000 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 Jun 21 00:33:06 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 892, in run Jun 21 00:33:06 tinypilot python[656]: self._target(*self._args, **self._kwargs) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jun 21 00:33:06 tinypilot python[656]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jun 21 00:33:06 tinypilot python[656]: return self.handlers[namespace][event](*args) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jun 21 00:33:06 tinypilot python[656]: return self._handle_event(handler, message, namespace, sid, Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jun 21 00:33:06 tinypilot python[656]: ret = handler(*args) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jun 21 00:33:06 tinypilot python[656]: return handler(*args, **kwargs) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jun 21 00:33:06 tinypilot python[656]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jun 21 00:33:06 tinypilot python[656]: hid_write.write_to_hid_interface(mouse_path, buf) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jun 21 00:33:06 tinypilot python[656]: execute.with_timeout(_write_to_hid_interface_immediately, Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jun 21 00:33:06 tinypilot python[656]: raise result.exception Jun 21 00:33:06 tinypilot python[656]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:33:06 tinypilot python[1045]: Process ProcessWithResult-30: Jun 21 00:33:06 tinypilot python[1045]: Traceback (most recent call last): Jun 21 00:33:06 tinypilot python[1045]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jun 21 00:33:06 tinypilot python[1045]: self.run() Jun 21 00:33:06 tinypilot python[1045]: File "/opt/tinypilot/app/execute.py", line 37, in run Jun 21 00:33:06 tinypilot python[1045]: result.return_value = self._target(*self._args, **self._kwargs) Jun 21 00:33:06 tinypilot python[1045]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jun 21 00:33:06 tinypilot python[1045]: hid_handle.write(bytearray(buffer)) Jun 21 00:33:06 tinypilot python[1045]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:33:06 tinypilot python[656]: Exception in thread Thread-37: Jun 21 00:33:06 tinypilot python[656]: Traceback (most recent call last): Jun 21 00:33:06 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jun 21 00:33:06 tinypilot python[656]: self.run() Jun 21 00:33:06 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 892, in run Jun 21 00:33:06 tinypilot python[656]: self._target(*self._args, **self._kwargs) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jun 21 00:33:06 tinypilot python[656]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jun 21 00:33:06 tinypilot python[656]: return self.handlers[namespace][event](*args) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jun 21 00:33:06 tinypilot python[656]: return self._handle_event(handler, message, namespace, sid, Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jun 21 00:33:06 tinypilot python[656]: ret = handler(*args) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jun 21 00:33:06 tinypilot python[656]: return handler(*args, **kwargs) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jun 21 00:33:06 tinypilot python[656]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jun 21 00:33:06 tinypilot python[656]: hid_write.write_to_hid_interface(mouse_path, buf) Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jun 21 00:33:06 tinypilot python[656]: execute.with_timeout(_write_to_hid_interface_immediately, Jun 21 00:33:06 tinypilot python[656]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jun 21 00:33:06 tinypilot python[656]: raise result.exception Jun 21 00:33:06 tinypilot python[656]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:33:07 tinypilot python[1046]: Process ProcessWithResult-31: Jun 21 00:33:07 tinypilot python[1046]: Traceback (most recent call last): Jun 21 00:33:07 tinypilot python[1046]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jun 21 00:33:07 tinypilot python[1046]: self.run() Jun 21 00:33:07 tinypilot python[1046]: File "/opt/tinypilot/app/execute.py", line 37, in run Jun 21 00:33:07 tinypilot python[1046]: result.return_value = self._target(*self._args, **self._kwargs) Jun 21 00:33:07 tinypilot python[1046]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jun 21 00:33:07 tinypilot python[1046]: hid_handle.write(bytearray(buffer)) Jun 21 00:33:07 tinypilot python[1046]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:33:07 tinypilot python[656]: Exception in thread Thread-38: Jun 21 00:33:07 tinypilot python[656]: Traceback (most recent call last): Jun 21 00:33:07 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jun 21 00:33:07 tinypilot python[656]: self.run() Jun 21 00:33:07 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 892, in run Jun 21 00:33:07 tinypilot python[656]: self._target(*self._args, **self._kwargs) Jun 21 00:33:07 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jun 21 00:33:07 tinypilot python[656]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jun 21 00:33:07 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jun 21 00:33:07 tinypilot python[656]: return self.handlers[namespace][event](*args) Jun 21 00:33:07 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jun 21 00:33:07 tinypilot python[656]: return self._handle_event(handler, message, namespace, sid, Jun 21 00:33:07 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jun 21 00:33:07 tinypilot python[656]: ret = handler(*args) Jun 21 00:33:07 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jun 21 00:33:07 tinypilot python[656]: return handler(*args, **kwargs) Jun 21 00:33:07 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jun 21 00:33:07 tinypilot python[656]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jun 21 00:33:07 tinypilot python[656]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jun 21 00:33:07 tinypilot python[656]: hid_write.write_to_hid_interface(mouse_path, buf) Jun 21 00:33:07 tinypilot python[656]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jun 21 00:33:07 tinypilot python[656]: execute.with_timeout(_write_to_hid_interface_immediately, Jun 21 00:33:07 tinypilot python[656]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jun 21 00:33:07 tinypilot python[656]: raise result.exception Jun 21 00:33:07 tinypilot python[656]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:33:08 tinypilot python[1047]: Process ProcessWithResult-32: Jun 21 00:33:08 tinypilot python[1047]: Traceback (most recent call last): Jun 21 00:33:08 tinypilot python[1047]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jun 21 00:33:08 tinypilot python[1047]: self.run() Jun 21 00:33:08 tinypilot python[1047]: File "/opt/tinypilot/app/execute.py", line 37, in run Jun 21 00:33:08 tinypilot python[1047]: result.return_value = self._target(*self._args, **self._kwargs) Jun 21 00:33:08 tinypilot python[1047]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jun 21 00:33:08 tinypilot python[1047]: hid_handle.write(bytearray(buffer)) Jun 21 00:33:08 tinypilot python[1047]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:33:08 tinypilot python[656]: Exception in thread Thread-39: Jun 21 00:33:08 tinypilot python[656]: Traceback (most recent call last): Jun 21 00:33:08 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jun 21 00:33:08 tinypilot python[656]: self.run() Jun 21 00:33:08 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 892, in run Jun 21 00:33:08 tinypilot python[656]: self._target(*self._args, **self._kwargs) Jun 21 00:33:08 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jun 21 00:33:08 tinypilot python[656]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jun 21 00:33:08 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jun 21 00:33:08 tinypilot python[656]: return self.handlers[namespace][event](*args) Jun 21 00:33:08 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jun 21 00:33:08 tinypilot python[656]: return self._handle_event(handler, message, namespace, sid, Jun 21 00:33:08 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jun 21 00:33:08 tinypilot python[656]: ret = handler(*args) Jun 21 00:33:08 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jun 21 00:33:08 tinypilot python[656]: return handler(*args, **kwargs) Jun 21 00:33:08 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jun 21 00:33:08 tinypilot python[656]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jun 21 00:33:08 tinypilot python[656]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jun 21 00:33:08 tinypilot python[656]: hid_write.write_to_hid_interface(mouse_path, buf) Jun 21 00:33:08 tinypilot python[656]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jun 21 00:33:08 tinypilot python[656]: execute.with_timeout(_write_to_hid_interface_immediately, Jun 21 00:33:08 tinypilot python[656]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jun 21 00:33:08 tinypilot python[656]: raise result.exception Jun 21 00:33:08 tinypilot python[656]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:34:39 tinypilot python[1048]: Process ProcessWithResult-33: Jun 21 00:34:39 tinypilot python[1048]: Traceback (most recent call last): Jun 21 00:34:39 tinypilot python[1048]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jun 21 00:34:39 tinypilot python[1048]: self.run() Jun 21 00:34:39 tinypilot python[1048]: File "/opt/tinypilot/app/execute.py", line 37, in run Jun 21 00:34:39 tinypilot python[1048]: result.return_value = self._target(*self._args, **self._kwargs) Jun 21 00:34:39 tinypilot python[1048]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jun 21 00:34:39 tinypilot python[1048]: hid_handle.write(bytearray(buffer)) Jun 21 00:34:39 tinypilot python[1048]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:34:39 tinypilot python[656]: Exception in thread Thread-44: Jun 21 00:34:39 tinypilot python[656]: Traceback (most recent call last): Jun 21 00:34:39 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jun 21 00:34:39 tinypilot python[656]: self.run() Jun 21 00:34:39 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 892, in run Jun 21 00:34:39 tinypilot python[656]: self._target(*self._args, **self._kwargs) Jun 21 00:34:39 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jun 21 00:34:39 tinypilot python[656]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jun 21 00:34:39 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jun 21 00:34:39 tinypilot python[656]: return self.handlers[namespace][event](*args) Jun 21 00:34:39 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jun 21 00:34:39 tinypilot python[656]: return self._handle_event(handler, message, namespace, sid, Jun 21 00:34:39 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jun 21 00:34:39 tinypilot python[656]: ret = handler(*args) Jun 21 00:34:39 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jun 21 00:34:39 tinypilot python[656]: return handler(*args, **kwargs) Jun 21 00:34:39 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jun 21 00:34:39 tinypilot python[656]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jun 21 00:34:39 tinypilot python[656]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jun 21 00:34:39 tinypilot python[656]: hid_write.write_to_hid_interface(mouse_path, buf) Jun 21 00:34:39 tinypilot python[656]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jun 21 00:34:39 tinypilot python[656]: execute.with_timeout(_write_to_hid_interface_immediately, Jun 21 00:34:39 tinypilot python[656]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jun 21 00:34:39 tinypilot python[656]: raise result.exception Jun 21 00:34:39 tinypilot python[656]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:34:40 tinypilot python[1049]: Process ProcessWithResult-34: Jun 21 00:34:40 tinypilot python[1049]: Traceback (most recent call last): Jun 21 00:34:40 tinypilot python[1049]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jun 21 00:34:40 tinypilot python[1049]: self.run() Jun 21 00:34:40 tinypilot python[1049]: File "/opt/tinypilot/app/execute.py", line 37, in run Jun 21 00:34:40 tinypilot python[1049]: result.return_value = self._target(*self._args, **self._kwargs) Jun 21 00:34:40 tinypilot python[1049]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jun 21 00:34:40 tinypilot python[1049]: hid_handle.write(bytearray(buffer)) Jun 21 00:34:40 tinypilot python[1049]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:34:40 tinypilot python[656]: Exception in thread Thread-45: Jun 21 00:34:40 tinypilot python[656]: Traceback (most recent call last): Jun 21 00:34:40 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jun 21 00:34:40 tinypilot python[656]: self.run() Jun 21 00:34:40 tinypilot python[656]: File "/usr/lib/python3.9/threading.py", line 892, in run Jun 21 00:34:40 tinypilot python[656]: self._target(*self._args, **self._kwargs) Jun 21 00:34:40 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jun 21 00:34:40 tinypilot python[656]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jun 21 00:34:40 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jun 21 00:34:40 tinypilot python[656]: return self.handlers[namespace][event](*args) Jun 21 00:34:40 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jun 21 00:34:40 tinypilot python[656]: return self._handle_event(handler, message, namespace, sid, Jun 21 00:34:40 tinypilot python[656]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jun 21 00:34:40 tinypilot python[656]: ret = handler(*args) Jun 21 00:34:40 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jun 21 00:34:40 tinypilot python[656]: return handler(*args, **kwargs) Jun 21 00:34:40 tinypilot python[656]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jun 21 00:34:40 tinypilot python[656]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jun 21 00:34:40 tinypilot python[656]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jun 21 00:34:40 tinypilot python[656]: hid_write.write_to_hid_interface(mouse_path, buf) Jun 21 00:34:40 tinypilot python[656]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jun 21 00:34:40 tinypilot python[656]: execute.with_timeout(_write_to_hid_interface_immediately, Jun 21 00:34:40 tinypilot python[656]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jun 21 00:34:40 tinypilot python[656]: raise result.exception Jun 21 00:34:40 tinypilot python[656]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jun 21 00:34:41 tinypilot sudo[1050]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Jun 21 00:34:41 tinypilot sudo[1050]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Jun 21 00:34:42 tinypilot runuser[1065]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jun 21 00:34:42 tinypilot runuser[1065]: pam_unix(runuser:session): session closed for user tinypilot Jun 21 00:34:42 tinypilot runuser[1079]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jun 21 00:34:45 tinypilot python[1086]: 2024-06-21 00:34:45.314 app.main INFO Starting app Jun 21 00:34:45 tinypilot python[1086]: 2024-06-21 00:34:45.465 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Jun 21 00:34:45 tinypilot python[1086]: 2024-06-21 00:34:45.469 db.store INFO Read 7 database migrations from disk Jun 21 00:34:45 tinypilot runuser[1079]: 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_h264_bitrate: 15000 uStreamer logs -- Journal begins at Fri 2024-06-21 00:17:01 BST, ends at Fri 2024-06-21 00:34:46 BST. -- Jun 21 00:17:05 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Jun 21 00:17:06 tinypilot launch[492]: + 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 --h264-bitrate 15000 Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.413 main] -- Starting PiKVM uStreamer 5.43 ... Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.413 main] -- Using internal blank placeholder Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.413 main] -- Using H264-sink: tinypilot::ustreamer::h264 Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.413 main] -- Listening HTTP on [127.0.0.1]:48001 Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.414 stream] -- Using V4L2 device: /dev/video0 Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.414 stream] -- Using desired FPS: 0 Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.414 http] -- Starting HTTP eventloop ... Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.414 stream] -- H264: Initializing encoder ... Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.424 stream] -- H264: Configuring encoder: DMA=0 ... Jun 21 00:17:06 tinypilot launch[492]: ================================================================================ Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.441 stream] -- Device fd=10 opened Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.441 stream] -- Using input channel: 0 Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.463 stream] -- Using resolution: 640x480 Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.464 stream] -- Using format: UYVY Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.464 stream] -- Querying HW FPS changing is not supported Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.464 stream] -- Using IO method: MMAP Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.469 stream] -- Requested 5 device buffers, got 5 Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.478 stream] -- Capturing started Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.478 stream] -- JPEG-0: Initializing encoder ... Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.478 stream] -- JPEG-1: Initializing encoder ... Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.478 stream] -- JPEG-2: Initializing encoder ... Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.478 stream] -- Using JPEG quality: 80% Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.478 stream] -- Creating pool JPEG with 3 workers ... Jun 21 00:17:06 tinypilot launch[492]: -- INFO [9.479 stream] -- Capturing ... Jun 21 00:17:07 tinypilot launch[492]: -- ERROR [10.480 stream] -- Persistent device timeout (unplugged) Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.087 stream] -- H264: Configuring encoder: DMA=1 ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.087 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.121 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.161 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.396 stream] -- Got V4L2 event Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.397 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.397 stream] -- Destroying workers pool JPEG ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.427 stream] -- Capturing stopped Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.427 stream] -- Device fd=10 closed Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.427 stream] -- Changed video frame to BLANK Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.433 stream] -- H264: Configuring encoder: DMA=0 ... Jun 21 00:17:09 tinypilot launch[492]: ================================================================================ Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.453 stream] -- Device fd=10 opened Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.453 stream] -- Using input channel: 0 Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.459 stream] -- Got new DV-timings: 1920x1080p50.00, pixclk=148500000, vsync=45, hsync=720 Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.496 stream] -- Using resolution: 1920x1080 Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.496 stream] -- Using format: UYVY Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.496 stream] -- Querying HW FPS changing is not supported Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.496 stream] -- Using IO method: MMAP Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.506 stream] -- Requested 5 device buffers, got 5 Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.513 stream] -- Capturing started Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.513 stream] -- Using JPEG quality: 80% Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.513 stream] -- Creating pool JPEG with 3 workers ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.514 stream] -- Capturing ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.521 stream] -- H264: Configuring encoder: DMA=1 ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.521 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.561 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Jun 21 00:17:09 tinypilot launch[492]: -- INFO [12.584 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Jun 21 00:32:19 tinypilot launch[492]: -- INFO [365.821 http] -- HTTP: NEW client (now=1): [100.102.76.17]:49646, id=4e7bd5c4dea7b656 Jun 21 00:32:22 tinypilot launch[492]: -- INFO [369.132 stream] -- H264: Requested keyframe by a sink client Jun 21 00:32:22 tinypilot launch[492]: -- INFO [369.184 stream] -- H264: Requested keyframe by a sink client Jun 21 00:32:22 tinypilot launch[492]: -- INFO [369.384 stream] -- H264: Requested keyframe by a sink client Jun 21 00:32:22 tinypilot launch[492]: -- INFO [369.440 stream] -- H264: Requested keyframe by a sink client Jun 21 00:32:23 tinypilot launch[492]: -- INFO [369.715 http] -- HTTP: DEL client (now=0): [100.102.76.17]:49646, id=4e7bd5c4dea7b656, Connection reset by peer (writing,error) nginx logs -- Journal begins at Fri 2024-06-21 00:17:01 BST, ends at Fri 2024-06-21 00:34:46 BST. -- Jun 21 00:17:05 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jun 21 00:17:06 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/mouse.js HTTP/2.0" 200 8492 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /third-party/janus-gateway/1.0.0/janus.js HTTP/2.0" 200 134759 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/events.js HTTP/2.0" 200 1890 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/controllers.js HTTP/2.0" 200 21170 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/poll.js HTTP/2.0" 200 1958 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/settings.js HTTP/2.0" 200 1900 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://100.114.224.120/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://100.114.224.120/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://100.114.224.120/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://100.114.224.120/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:18 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:19 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:19 +0100] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:19 +0100] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:19 +0100] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:19 +0100] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:19 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:19 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://100.114.224.120/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:19 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://100.114.224.120/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:19 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P0t_cbE HTTP/2.0" 200 97 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:20 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P0t_cqk&sid=FeKGRecgOSBcKzeBAAAA HTTP/2.0" 200 2 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:20 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P0t_cqm&sid=FeKGRecgOSBcKzeBAAAA HTTP/2.0" 200 32 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:20 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:21 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P0t_dA3&sid=FeKGRecgOSBcKzeBAAAA HTTP/2.0" 200 2 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:21 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P0t_d1j&sid=FeKGRecgOSBcKzeBAAAA HTTP/2.0" 200 1 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:23 +0100] "GET /stream?advance_headers=1 HTTP/2.0" 200 2506433 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" 100.102.76.17 - - [21/Jun/2024:00:32:23 +0100] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://100.114.224.120/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"