TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2025-05-04T21:03:25+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) tailscale0 (unknown) wlan0 (down) Static IP: Not set User scripts: 0 Mouse jiggler: disabled CPU Temperature: 51.6'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 May 04 21:01:57 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 04 21:01:57 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, May 04 21:01:57 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 04 21:01:57 tinypilot python[655]: ret = handler(*args) May 04 21:01:57 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 04 21:01:57 tinypilot python[655]: return handler(*args, **kwargs) May 04 21:01:57 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event May 04 21:01:57 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 04 21:01:57 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 04 21:01:57 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) May 04 21:01:57 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 04 21:01:57 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, May 04 21:01:57 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 04 21:01:57 tinypilot python[655]: raise result.exception May 04 21:01:57 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:02:00 tinypilot python[655]: 2025-05-04 21:02:00.036 socket_api INFO Client _Z-P-hp8aOwtd3o1AAAU disconnected May 04 21:02:01 tinypilot python[655]: 2025-05-04 21:02:01.979 socket_api INFO Client T7g1ysuKtwidS0TiAAAW connected May 04 21:02:02 tinypilot python[4220]: Process ProcessWithResult-878: May 04 21:02:02 tinypilot python[4220]: Traceback (most recent call last): May 04 21:02:03 tinypilot python[4220]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 04 21:02:03 tinypilot python[4220]: self.run() May 04 21:02:03 tinypilot python[4220]: File "/opt/tinypilot/app/execute.py", line 37, in run May 04 21:02:03 tinypilot python[4220]: result.return_value = self._target(*self._args, **self._kwargs) May 04 21:02:03 tinypilot python[4220]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 04 21:02:03 tinypilot python[4220]: hid_handle.write(bytearray(buffer)) May 04 21:02:03 tinypilot python[4220]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:02:03 tinypilot python[655]: Exception in thread Thread-1082: May 04 21:02:03 tinypilot python[655]: Traceback (most recent call last): May 04 21:02:03 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 04 21:02:03 tinypilot python[655]: self.run() May 04 21:02:03 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run May 04 21:02:03 tinypilot python[655]: self._target(*self._args, **self._kwargs) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 04 21:02:03 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 04 21:02:03 tinypilot python[655]: return self.handlers[namespace][event](*args) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 04 21:02:03 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 04 21:02:03 tinypilot python[655]: ret = handler(*args) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 04 21:02:03 tinypilot python[655]: return handler(*args, **kwargs) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event May 04 21:02:03 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 04 21:02:03 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 04 21:02:03 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 04 21:02:03 tinypilot python[655]: raise result.exception May 04 21:02:03 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:02:03 tinypilot python[4221]: Process ProcessWithResult-879: May 04 21:02:03 tinypilot python[4221]: Traceback (most recent call last): May 04 21:02:03 tinypilot python[4221]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 04 21:02:03 tinypilot python[4221]: self.run() May 04 21:02:03 tinypilot python[4221]: File "/opt/tinypilot/app/execute.py", line 37, in run May 04 21:02:03 tinypilot python[4221]: result.return_value = self._target(*self._args, **self._kwargs) May 04 21:02:03 tinypilot python[4221]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 04 21:02:03 tinypilot python[4221]: hid_handle.write(bytearray(buffer)) May 04 21:02:03 tinypilot python[4221]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:02:03 tinypilot python[655]: Exception in thread Thread-1084: May 04 21:02:03 tinypilot python[655]: Traceback (most recent call last): May 04 21:02:03 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 04 21:02:03 tinypilot python[655]: self.run() May 04 21:02:03 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run May 04 21:02:03 tinypilot python[655]: self._target(*self._args, **self._kwargs) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 04 21:02:03 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 04 21:02:03 tinypilot python[655]: return self.handlers[namespace][event](*args) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 04 21:02:03 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 04 21:02:03 tinypilot python[655]: ret = handler(*args) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 04 21:02:03 tinypilot python[655]: return handler(*args, **kwargs) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event May 04 21:02:03 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 04 21:02:03 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 04 21:02:03 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, May 04 21:02:03 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 04 21:02:03 tinypilot python[655]: raise result.exception May 04 21:02:03 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:02:37 tinypilot python[655]: 2025-05-04 21:02:37.716 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://100.90.174.94/ May 04 21:02:52 tinypilot python[655]: 2025-05-04 21:02:52.807 socket_api INFO Client 93zIAO_-A-zNCIrkAAAY connected May 04 21:02:54 tinypilot python[4273]: Process ProcessWithResult-880: May 04 21:02:54 tinypilot python[4273]: Traceback (most recent call last): May 04 21:02:54 tinypilot python[4273]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 04 21:02:54 tinypilot python[4273]: self.run() May 04 21:02:54 tinypilot python[4273]: File "/opt/tinypilot/app/execute.py", line 37, in run May 04 21:02:54 tinypilot python[4273]: result.return_value = self._target(*self._args, **self._kwargs) May 04 21:02:54 tinypilot python[4273]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 04 21:02:54 tinypilot python[4273]: hid_handle.write(bytearray(buffer)) May 04 21:02:54 tinypilot python[4273]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:02:54 tinypilot python[655]: Exception in thread Thread-1090: May 04 21:02:54 tinypilot python[655]: Traceback (most recent call last): May 04 21:02:54 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 04 21:02:54 tinypilot python[655]: self.run() May 04 21:02:54 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run May 04 21:02:54 tinypilot python[655]: self._target(*self._args, **self._kwargs) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 04 21:02:54 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 04 21:02:54 tinypilot python[655]: return self.handlers[namespace][event](*args) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 04 21:02:54 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 04 21:02:54 tinypilot python[655]: ret = handler(*args) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 04 21:02:54 tinypilot python[655]: return handler(*args, **kwargs) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event May 04 21:02:54 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 04 21:02:54 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 04 21:02:54 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 04 21:02:54 tinypilot python[655]: raise result.exception May 04 21:02:54 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:02:54 tinypilot python[4278]: Process ProcessWithResult-881: May 04 21:02:54 tinypilot python[4278]: Traceback (most recent call last): May 04 21:02:54 tinypilot python[4278]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 04 21:02:54 tinypilot python[4278]: self.run() May 04 21:02:54 tinypilot python[4278]: File "/opt/tinypilot/app/execute.py", line 37, in run May 04 21:02:54 tinypilot python[4278]: result.return_value = self._target(*self._args, **self._kwargs) May 04 21:02:54 tinypilot python[4278]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 04 21:02:54 tinypilot python[4278]: hid_handle.write(bytearray(buffer)) May 04 21:02:54 tinypilot python[4278]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:02:54 tinypilot python[655]: Exception in thread Thread-1092: May 04 21:02:54 tinypilot python[655]: Traceback (most recent call last): May 04 21:02:54 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 04 21:02:54 tinypilot python[655]: self.run() May 04 21:02:54 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run May 04 21:02:54 tinypilot python[655]: self._target(*self._args, **self._kwargs) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 04 21:02:54 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 04 21:02:54 tinypilot python[655]: return self.handlers[namespace][event](*args) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 04 21:02:54 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 04 21:02:54 tinypilot python[655]: ret = handler(*args) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 04 21:02:54 tinypilot python[655]: return handler(*args, **kwargs) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event May 04 21:02:54 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 04 21:02:54 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 04 21:02:54 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, May 04 21:02:54 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 04 21:02:54 tinypilot python[655]: raise result.exception May 04 21:02:54 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:03:20 tinypilot python[4294]: Process ProcessWithResult-882: May 04 21:03:20 tinypilot python[4294]: Traceback (most recent call last): May 04 21:03:20 tinypilot python[4294]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 04 21:03:20 tinypilot python[4294]: self.run() May 04 21:03:20 tinypilot python[4294]: File "/opt/tinypilot/app/execute.py", line 37, in run May 04 21:03:20 tinypilot python[4294]: result.return_value = self._target(*self._args, **self._kwargs) May 04 21:03:20 tinypilot python[4294]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 04 21:03:20 tinypilot python[4294]: hid_handle.write(bytearray(buffer)) May 04 21:03:20 tinypilot python[4294]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:03:20 tinypilot python[655]: Exception in thread Thread-1098: May 04 21:03:20 tinypilot python[655]: Traceback (most recent call last): May 04 21:03:20 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 04 21:03:20 tinypilot python[655]: self.run() May 04 21:03:20 tinypilot python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run May 04 21:03:20 tinypilot python[655]: self._target(*self._args, **self._kwargs) May 04 21:03:20 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 04 21:03:20 tinypilot python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 04 21:03:20 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 04 21:03:20 tinypilot python[655]: return self.handlers[namespace][event](*args) May 04 21:03:20 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 04 21:03:20 tinypilot python[655]: return self._handle_event(handler, message, namespace, sid, May 04 21:03:20 tinypilot python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 04 21:03:20 tinypilot python[655]: ret = handler(*args) May 04 21:03:20 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 04 21:03:20 tinypilot python[655]: return handler(*args, **kwargs) May 04 21:03:20 tinypilot python[655]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event May 04 21:03:20 tinypilot python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 04 21:03:20 tinypilot python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 04 21:03:20 tinypilot python[655]: hid_write.write_to_hid_interface(mouse_path, buf) May 04 21:03:20 tinypilot python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 04 21:03:20 tinypilot python[655]: execute.with_timeout(_write_to_hid_interface_immediately, May 04 21:03:20 tinypilot python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 04 21:03:20 tinypilot python[655]: raise result.exception May 04 21:03:20 tinypilot python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 04 21:03:25 tinypilot sudo[4303]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q May 04 21:03:25 tinypilot sudo[4303]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) May 04 21:03:26 tinypilot runuser[4318]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) May 04 21:03:26 tinypilot runuser[4318]: pam_unix(runuser:session): session closed for user tinypilot May 04 21:03:26 tinypilot runuser[4325]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) May 04 21:03:26 tinypilot runuser[4325]: pam_unix(runuser:session): session closed for user tinypilot May 04 21:03:26 tinypilot runuser[4334]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) May 04 21:03:27 tinypilot python[4341]: 2025-05-04 21:03:27.584 app.main INFO Starting app May 04 21:03:27 tinypilot python[4341]: 2025-05-04 21:03:27.653 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql May 04 21:03:27 tinypilot python[4341]: 2025-05-04 21:03:27.655 db.store INFO Read 8 database migrations from disk May 04 21:03:27 tinypilot runuser[4334]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.7.0 + LICENSE_KEY= + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.7.0 + shift + shift + [[ 0 -gt 0 ]] + readonly LICENSE_KEY + 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: ++ tr --squeeze-repeats ' ' ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=1413 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1413 >= 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 --mode=1777 /mnt/tinypilot-installer/tmp + 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.5 + 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 ++ tr --delete '\0' + MACHINE_ID=1000000005a946fc + readonly MACHINE_ID ++ mktemp + AVAILABLE_UPDATE_FILE=/mnt/tinypilot-installer/tmp/tmp.F5IBTeTzAk + readonly AVAILABLE_UPDATE_FILE + available_update + version_params=() + local version_params + [[ -n 2.6.5 ]] + version_params+=("currentVersion=${CURRENT_VERSION}") + version_params+=("kernelVersion=$(uname --kernel-release)") ++ uname --kernel-release + version_params+=("distroName=$(lsb_release --id --short)") ++ lsb_release --id --short + version_params+=("distroVersion=$(lsb_release --release --short)") ++ lsb_release --release --short + version_params+=("machineId=${MACHINE_ID}") + version_params+=("licenseKey=${LICENSE_KEY}") + readonly version_params + local curl_data_args= + for version_param in "${version_params[@]}" + curl_data_args+='--data-urlencode "currentVersion=2.6.5" ' + for version_param in "${version_params[@]}" + curl_data_args+='--data-urlencode "kernelVersion=6.1.21-v8+" ' + for version_param in "${version_params[@]}" + curl_data_args+='--data-urlencode "distroName=Raspbian" ' + for version_param in "${version_params[@]}" + curl_data_args+='--data-urlencode "distroVersion=11" ' + for version_param in "${version_params[@]}" + curl_data_args+='--data-urlencode "machineId=1000000005a946fc" ' + for version_param in "${version_params[@]}" + curl_data_args+='--data-urlencode "licenseKey=" ' + readonly curl_data_args + local 'curl_cmd=strict_curl https://gk.tinypilotkvm.com/pro/available-update --get --data-urlencode "currentVersion=2.6.5" --data-urlencode "kernelVersion=6.1.21-v8+" --data-urlencode "distroName=Raspbian" --data-urlencode "distroVersion=11" --data-urlencode "machineId=1000000005a946fc" --data-urlencode "licenseKey=" --header "Accept: application/json"' + readonly curl_cmd + eval 'strict_curl https://gk.tinypilotkvm.com/pro/available-update --get --data-urlencode "currentVersion=2.6.5" --data-urlencode "kernelVersion=6.1.21-v8+" --data-urlencode "distroName=Raspbian" --data-urlencode "distroVersion=11" --data-urlencode "machineId=1000000005a946fc" --data-urlencode "licenseKey=" --header "Accept: application/json"' ++ strict_curl https://gk.tinypilotkvm.com/pro/available-update --get --data-urlencode currentVersion=2.6.5 --data-urlencode kernelVersion=6.1.21-v8+ --data-urlencode distroName=Raspbian --data-urlencode distroVersion=11 --data-urlencode machineId=1000000005a946fc --data-urlencode licenseKey= --header 'Accept: application/json' ++ local output_file +++ mktemp ++ output_file=/mnt/tinypilot-installer/tmp/tmp.9nRyywCbIA ++ readonly output_file ++ local http_code +++ curl --location --silent --write-out '%{http_code}' --output /mnt/tinypilot-installer/tmp/tmp.9nRyywCbIA https://gk.tinypilotkvm.com/pro/available-update --get --data-urlencode currentVersion=2.6.5 --data-urlencode kernelVersion=6.1.21-v8+ --data-urlencode distroName=Raspbian --data-urlencode distroVersion=11 --data-urlencode machineId=1000000005a946fc --data-urlencode licenseKey= --header 'Accept: application/json' ++ http_code=200 ++ readonly http_code ++ cat /mnt/tinypilot-installer/tmp/tmp.9nRyywCbIA ++ (( 200 < 200 || 200 > 399 )) ++ python3 -c 'import json,sys; print(json.load(sys.stdin)["licenseCheckStatus"])' + LICENSE_CHECK_STATUS=VALID + readonly LICENSE_CHECK_STATUS + [[ -z 2.7.0 ]] + readonly TARGET_VERSION + [[ 2.6.5 == \2\.\7\.\0 ]] + [[ VALID == \U\N\B\O\U\N\D ]] ++ mktemp + BUNDLE_FILE=/mnt/tinypilot-installer/tmp/tmp.6hylzNeWdL + strict_curl https://gk.tinypilotkvm.com/pro/download/2.7.0 --get --data-urlencode licenseKey= --data-urlencode machineId=1000000005a946fc --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000005a946fc' + local output_file ++ mktemp + output_file=/mnt/tinypilot-installer/tmp/tmp.qrjXScPWx3 + readonly output_file + local http_code ++ curl --location --silent --write-out '%{http_code}' --output /mnt/tinypilot-installer/tmp/tmp.qrjXScPWx3 https://gk.tinypilotkvm.com/pro/download/2.7.0 --get --data-urlencode licenseKey= --data-urlencode machineId=1000000005a946fc --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000005a946fc' + http_code=200 + readonly http_code + cat /mnt/tinypilot-installer/tmp/tmp.qrjXScPWx3 + (( 200 < 200 || 200 > 399 )) + readonly BUNDLE_FILE + sudo tar --gunzip --extract --file /mnt/tinypilot-installer/tmp/tmp.6hylzNeWdL --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 boot=overlay /proc/cmdline + [[ -n '' ]] + grep --quiet '^Model\s*: Raspberry Pi 4 Model B' /proc/cpuinfo ++ lsb_release --id --short + [[ Raspbian != \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 < 11 )) ++ lsb_release --release --short + (( 11 > 11 )) ++ 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_20250317232945_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20250317232945_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [39.0 kB] Get:3 https://pkgs.tailscale.com/stable/raspbian bullseye InRelease Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:5 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [330 kB] Get:6 http://raspbian.raspberrypi.org/raspbian bullseye/contrib armhf Packages [60.2 kB] Fetched 13.7 MB in 8s (1,717 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_20250317232945_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). ustreamer is already the newest version (5.43-20231004144402). The following packages will be upgraded: tinypilot 1 upgraded, 0 newly installed, 0 to remove and 128 not upgraded. Need to get 0 B/2,675 kB of archives. After this operation, 60.4 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/tinypilot_20250317232945_armhf.deb tinypilot armhf 20250317232945 [2,675 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 .../tinypilot_20250317232945_armhf.deb ... Unpacking tinypilot (20250317232945) over (20241016105734) ... Setting up tinypilot (20250317232945) ... 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 / / Warning: The unit file, source configuration file or drop-ins of janus.service changed on disk. Run 'systemctl daemon-reload' to reload units. update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. + 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 2025-05-04 20:20:08.975 __main__ INFO Update completed successfully 2025-05-04 20:20:08.975 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2025-05-04 20:20:08.978 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 May 04 20:27:25 tinypilot launch[475]: -- INFO [420.806 stream] -- Destroying workers pool JPEG ... May 04 20:27:25 tinypilot launch[475]: -- INFO [420.847 stream] -- Capturing stopped May 04 20:27:25 tinypilot launch[475]: -- INFO [420.852 stream] -- Device fd=10 closed May 04 20:27:25 tinypilot launch[475]: -- INFO [420.852 stream] -- Changed video frame to BLANK May 04 20:27:25 tinypilot launch[475]: -- INFO [420.861 stream] -- H264: Configuring encoder: DMA=0 ... May 04 20:27:25 tinypilot launch[475]: ================================================================================ May 04 20:27:25 tinypilot launch[475]: -- INFO [420.884 stream] -- Device fd=10 opened May 04 20:27:25 tinypilot launch[475]: -- INFO [420.884 stream] -- Using input channel: 0 May 04 20:27:25 tinypilot launch[475]: -- INFO [420.894 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=74250000, vsync=45, hsync=280 May 04 20:27:25 tinypilot launch[475]: -- INFO [420.922 stream] -- Using resolution: 1920x1080 May 04 20:27:25 tinypilot launch[475]: -- INFO [420.923 stream] -- Using format: UYVY May 04 20:27:25 tinypilot launch[475]: -- INFO [420.923 stream] -- Querying HW FPS changing is not supported May 04 20:27:25 tinypilot launch[475]: -- INFO [420.923 stream] -- Using IO method: MMAP May 04 20:27:25 tinypilot launch[475]: -- INFO [420.942 stream] -- Requested 5 device buffers, got 5 May 04 20:27:25 tinypilot launch[475]: -- INFO [420.952 stream] -- Capturing started May 04 20:27:25 tinypilot launch[475]: -- INFO [420.952 stream] -- Using JPEG quality: 80% May 04 20:27:25 tinypilot launch[475]: -- INFO [420.952 stream] -- Creating pool JPEG with 3 workers ... May 04 20:27:25 tinypilot launch[475]: -- INFO [420.953 stream] -- Capturing ... May 04 20:27:25 tinypilot launch[475]: -- INFO [420.977 stream] -- H264: Configuring encoder: DMA=1 ... May 04 20:28:10 tinypilot launch[475]: -- INFO [466.343 stream] -- H264: Requested keyframe by a sink client May 04 20:28:10 tinypilot launch[475]: -- INFO [466.410 stream] -- H264: Requested keyframe by a sink client May 04 20:28:56 tinypilot launch[475]: -- INFO [512.174 http] -- HTTP: NEW client (now=1): [100.76.29.118]:39806, id=75c314ff5694de1d May 04 20:29:00 tinypilot launch[475]: -- INFO [516.577 stream] -- H264: Requested keyframe by a sink client May 04 20:29:00 tinypilot launch[475]: -- INFO [516.643 stream] -- H264: Requested keyframe by a sink client May 04 20:29:01 tinypilot launch[475]: -- INFO [516.743 stream] -- H264: Requested keyframe by a sink client May 04 20:29:01 tinypilot launch[475]: -- INFO [516.810 stream] -- H264: Requested keyframe by a sink client May 04 20:29:01 tinypilot launch[475]: -- INFO [516.932 http] -- HTTP: DEL client (now=0): [100.76.29.118]:39806, id=75c314ff5694de1d, Resource temporarily unavailable (reading,eof) May 04 20:38:05 tinypilot launch[475]: -- INFO [1061.006 stream] -- H264: Requested keyframe by a sink client May 04 20:38:05 tinypilot launch[475]: -- INFO [1061.073 stream] -- H264: Requested keyframe by a sink client May 04 20:40:36 tinypilot launch[475]: -- INFO [1212.148 http] -- HTTP: NEW client (now=1): [100.76.29.118]:53006, id=243d0fc7cdb9d95f May 04 20:40:40 tinypilot launch[475]: -- INFO [1216.637 stream] -- H264: Requested keyframe by a sink client May 04 20:40:41 tinypilot launch[475]: -- INFO [1216.704 stream] -- H264: Requested keyframe by a sink client May 04 20:40:41 tinypilot launch[475]: -- INFO [1216.837 stream] -- H264: Requested keyframe by a sink client May 04 20:40:41 tinypilot launch[475]: -- INFO [1216.904 stream] -- H264: Requested keyframe by a sink client May 04 20:40:41 tinypilot launch[475]: -- INFO [1216.977 http] -- HTTP: DEL client (now=0): [100.76.29.118]:53006, id=243d0fc7cdb9d95f, Resource temporarily unavailable (reading,eof) May 04 20:41:17 tinypilot launch[475]: -- INFO [1252.714 http] -- HTTP: NEW client (now=1): [100.76.29.118]:41136, id=a2a95def41fac273 May 04 20:41:20 tinypilot launch[475]: -- INFO [1255.809 http] -- HTTP: DEL client (now=0): [100.76.29.118]:41136, id=a2a95def41fac273, Resource temporarily unavailable (reading,eof) May 04 20:41:21 tinypilot launch[475]: -- INFO [1256.733 http] -- HTTP: NEW client (now=1): [100.76.29.118]:41144, id=4a6debf551a95cf2 May 04 20:41:25 tinypilot launch[475]: -- INFO [1261.070 stream] -- H264: Requested keyframe by a sink client May 04 20:41:25 tinypilot launch[475]: -- INFO [1261.137 stream] -- H264: Requested keyframe by a sink client May 04 20:41:25 tinypilot launch[475]: -- INFO [1261.237 stream] -- H264: Requested keyframe by a sink client May 04 20:41:25 tinypilot launch[475]: -- INFO [1261.279 http] -- HTTP: DEL client (now=0): [100.76.29.118]:41144, id=4a6debf551a95cf2, Resource temporarily unavailable (reading,eof) May 04 20:41:25 tinypilot launch[475]: -- INFO [1261.304 stream] -- H264: Requested keyframe by a sink client May 04 20:41:36 tinypilot launch[475]: -- INFO [1272.065 http] -- HTTP: NEW client (now=1): [100.76.29.118]:49820, id=e801b4c7a2040d01 May 04 20:41:40 tinypilot launch[475]: -- INFO [1276.404 stream] -- H264: Requested keyframe by a sink client May 04 20:41:40 tinypilot launch[475]: -- INFO [1276.470 stream] -- H264: Requested keyframe by a sink client May 04 20:41:40 tinypilot launch[475]: -- INFO [1276.604 stream] -- H264: Requested keyframe by a sink client May 04 20:41:40 tinypilot launch[475]: -- INFO [1276.642 http] -- HTTP: DEL client (now=0): [100.76.29.118]:49820, id=e801b4c7a2040d01, Resource temporarily unavailable (reading,eof) May 04 20:41:40 tinypilot launch[475]: -- INFO [1276.670 stream] -- H264: Requested keyframe by a sink client May 04 20:42:41 tinypilot launch[475]: -- INFO [1337.603 stream] -- H264: Requested keyframe by a sink client May 04 20:42:41 tinypilot launch[475]: -- INFO [1337.670 stream] -- H264: Requested keyframe by a sink client May 04 20:42:42 tinypilot launch[475]: -- INFO [1337.803 stream] -- H264: Requested keyframe by a sink client May 04 20:42:42 tinypilot launch[475]: -- INFO [1337.870 stream] -- H264: Requested keyframe by a sink client May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.029 stream] -- Got V4L2 event May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.029 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.030 stream] -- Destroying workers pool JPEG ... May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.050 stream] -- Capturing stopped May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.054 stream] -- Device fd=10 closed May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.054 stream] -- Changed video frame to BLANK May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.060 stream] -- H264: Configuring encoder: DMA=0 ... May 04 20:44:41 tinypilot launch[475]: ================================================================================ May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.080 stream] -- Device fd=10 opened May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.080 stream] -- Using input channel: 0 May 04 20:44:41 tinypilot launch[475]: -- ERROR [1457.101 stream] -- Requested resolution=640x480 is unavailable May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.121 stream] -- Using resolution: 1920x1080 May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.121 stream] -- Using format: UYVY May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.121 stream] -- Querying HW FPS changing is not supported May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.121 stream] -- Using IO method: MMAP May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.132 stream] -- Requested 5 device buffers, got 5 May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.138 stream] -- Capturing started May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.138 stream] -- Using JPEG quality: 80% May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.138 stream] -- Creating pool JPEG with 3 workers ... May 04 20:44:41 tinypilot launch[475]: -- INFO [1457.139 stream] -- Capturing ... May 04 20:44:42 tinypilot launch[475]: -- ERROR [1458.140 stream] -- Persistent device timeout (unplugged) May 04 20:48:45 tinypilot launch[475]: -- INFO [1701.171 http] -- HTTP: NEW client (now=1): [100.76.29.118]:46344, id=196f40558bfef7ae May 04 20:54:02 tinypilot launch[475]: -- INFO [2018.065 http] -- HTTP: DEL client (now=0): [100.76.29.118]:46344, id=196f40558bfef7ae, Resource temporarily unavailable (reading,eof) May 04 20:54:03 tinypilot launch[475]: -- INFO [2019.518 http] -- HTTP: NEW client (now=1): [100.76.29.118]:43754, id=ce564c15f4658f5d May 04 21:02:00 tinypilot launch[475]: -- INFO [2495.717 http] -- HTTP: DEL client (now=0): [100.76.29.118]:43754, id=ce564c15f4658f5d, Resource temporarily unavailable (reading,eof) May 04 21:02:01 tinypilot launch[475]: -- INFO [2497.465 http] -- HTTP: NEW client (now=1): [100.76.29.118]:59704, id=f55eff023f4d10d9 May 04 21:02:52 tinypilot launch[475]: -- INFO [2548.110 http] -- HTTP: NEW client (now=2): [100.76.29.118]:59942, id=1b6d99d1c976666c nginx logs -- Journal begins at Sun 2025-05-04 20:20:16 BST, ends at Sun 2025-05-04 21:03:27 BST. -- May 04 20:20:19 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... May 04 20:20:21 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2025/05/04 19:46:37 [error] 655#655: *1560 upstream prematurely closed connection while reading response header from upstream, client: 100.76.29.118, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "100.90.174.94", referrer: "https://100.90.174.94/" 2025/05/04 20:19:57 [notice] 3711#3711: signal process started 2025/05/04 20:20:03 [error] 3717#3717: *251 connect() failed (111: Connection refused) while connecting to upstream, client: 100.115.44.89, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "100.90.174.94", referrer: "https://100.90.174.94/" 2025/05/04 20:20:03 [error] 3717#3717: *258 connect() failed (111: Connection refused) while connecting to upstream, client: 100.76.29.118, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PQSlAOL HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PQSlAOL", host: "100.90.174.94", referrer: "https://100.90.174.94/" 2025/05/04 20:20:04 [error] 3717#3717: *251 connect() failed (111: Connection refused) while connecting to upstream, client: 100.115.44.89, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PQSlIIj HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PQSlIIj", host: "100.90.174.94", referrer: "https://100.90.174.94/" 2025/05/04 20:20:05 [error] 3717#3717: *258 connect() failed (111: Connection refused) while connecting to upstream, client: 100.76.29.118, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PQSlAtb HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PQSlAtb", host: "100.90.174.94", referrer: "https://100.90.174.94/" 2025/05/04 20:20:06 [error] 3717#3717: *251 connect() failed (111: Connection refused) while connecting to upstream, client: 100.115.44.89, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "100.90.174.94", referrer: "https://100.90.174.94/" 2025/05/04 20:20:06 [error] 3717#3717: *251 connect() failed (111: Connection refused) while connecting to upstream, client: 100.115.44.89, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PQSlIon HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PQSlIon", host: "100.90.174.94", referrer: "https://100.90.174.94/" 2025/05/04 20:20:11 [error] 3717#3717: *251 upstream prematurely closed connection while reading response header from upstream, client: 100.115.44.89, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "100.90.174.94", referrer: "https://100.90.174.94/" 2025/05/04 20:20:11 [error] 3717#3717: *258 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 100.76.29.118, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=PQSlCFU&sid=GBHN3mhr__t_OTqyAAAA HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=PQSlCFU&sid=GBHN3mhr__t_OTqyAAAA", host: "100.90.174.94", referrer: "https://100.90.174.94/" 2025/05/04 20:20:16 [alert] 3717#3717: *274 open socket #14 left in connection 7 2025/05/04 20:20:16 [alert] 3717#3717: aborting 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /js/wake-on-lan.js HTTP/2.0" 200 551 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /js/mouse.js HTTP/2.0" 200 8581 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /js/touch.js HTTP/2.0" 200 4453 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /js/app.js HTTP/2.0" 200 15529 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /third-party/webrtc-adapter/8.1.1/adapter.min.js HTTP/2.0" 200 59549 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /third-party/janus-gateway/1.0.0/janus.js HTTP/2.0" 200 134759 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /js/webrtc-video.js HTTP/2.0" 200 7675 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://100.90.174.94/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /css/cursors.css HTTP/2.0" 200 618 "https://100.90.174.94/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://100.90.174.94/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://100.90.174.94/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://100.90.174.94/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:51 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://100.90.174.94/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:52 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:52 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:52 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:52 +0100] "GET /api/userScripts HTTP/2.0" 200 19 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:52 +0100] "GET /socket.io/?EIO=4&transport=polling&t=PQSuzSV HTTP/2.0" 200 97 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:52 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://100.90.174.94/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:52 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://100.90.174.94/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:52 +0100] "POST /socket.io/?EIO=4&transport=polling&t=PQSuzYc&sid=0ivRJKV-iO9_ymnuAAAX HTTP/2.0" 200 2 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:52 +0100] "GET /socket.io/?EIO=4&transport=polling&t=PQSuzYm&sid=0ivRJKV-iO9_ymnuAAAX HTTP/2.0" 200 32 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:53 +0100] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:53 +0100] "GET /favicon-16x16.png HTTP/2.0" 200 468 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:54 +0100] "POST /socket.io/?EIO=4&transport=polling&t=PQSuzun&sid=0ivRJKV-iO9_ymnuAAAX HTTP/2.0" 200 2 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:54 +0100] "POST /socket.io/?EIO=4&transport=polling&t=PQSu-2E&sid=0ivRJKV-iO9_ymnuAAAX HTTP/2.0" 200 2 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0" 100.76.29.118 - - [04/May/2025:21:02:54 +0100] "GET /socket.io/?EIO=4&transport=polling&t=PQSuzdJ&sid=0ivRJKV-iO9_ymnuAAAX HTTP/2.0" 200 1 "https://100.90.174.94/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0"