TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-09-30T14:44:41+01:00 Software versions TinyPilot version: 2.6.4 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: disabled Network interfaces: eth0 (up) lo (unknown) wlan0 (down) Static IP: Not set Mouse jiggler: disabled CPU Temperature: 48.7'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml ustreamer_desired_fps: 24 ustreamer_h264_bitrate: 15050 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 Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Sep 30 14:44:40 tinypilot python[644]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Sep 30 14:44:40 tinypilot python[644]: return self.handlers[namespace][event](*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Sep 30 14:44:40 tinypilot python[644]: return self._handle_event(handler, message, namespace, sid, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Sep 30 14:44:40 tinypilot python[644]: ret = handler(*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Sep 30 14:44:40 tinypilot python[644]: return handler(*args, **kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Sep 30 14:44:40 tinypilot python[644]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Sep 30 14:44:40 tinypilot python[644]: hid_write.write_to_hid_interface(mouse_path, buf) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Sep 30 14:44:40 tinypilot python[644]: execute.with_timeout(_write_to_hid_interface_immediately, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Sep 30 14:44:40 tinypilot python[644]: raise result.exception Sep 30 14:44:40 tinypilot python[644]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[1409]: Process ProcessWithResult-608: Sep 30 14:44:40 tinypilot python[1409]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[1409]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Sep 30 14:44:40 tinypilot python[1409]: self.run() Sep 30 14:44:40 tinypilot python[1409]: File "/opt/tinypilot/app/execute.py", line 37, in run Sep 30 14:44:40 tinypilot python[1409]: result.return_value = self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[1409]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Sep 30 14:44:40 tinypilot python[1409]: hid_handle.write(bytearray(buffer)) Sep 30 14:44:40 tinypilot python[1409]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[644]: Exception in thread Thread-640: Sep 30 14:44:40 tinypilot python[644]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Sep 30 14:44:40 tinypilot python[644]: self.run() Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 892, in run Sep 30 14:44:40 tinypilot python[644]: self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Sep 30 14:44:40 tinypilot python[644]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Sep 30 14:44:40 tinypilot python[644]: return self.handlers[namespace][event](*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Sep 30 14:44:40 tinypilot python[644]: return self._handle_event(handler, message, namespace, sid, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Sep 30 14:44:40 tinypilot python[644]: ret = handler(*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Sep 30 14:44:40 tinypilot python[644]: return handler(*args, **kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Sep 30 14:44:40 tinypilot python[644]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Sep 30 14:44:40 tinypilot python[644]: hid_write.write_to_hid_interface(mouse_path, buf) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Sep 30 14:44:40 tinypilot python[644]: execute.with_timeout(_write_to_hid_interface_immediately, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Sep 30 14:44:40 tinypilot python[644]: raise result.exception Sep 30 14:44:40 tinypilot python[644]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[1410]: Process ProcessWithResult-609: Sep 30 14:44:40 tinypilot python[1410]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[1410]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Sep 30 14:44:40 tinypilot python[1410]: self.run() Sep 30 14:44:40 tinypilot python[1410]: File "/opt/tinypilot/app/execute.py", line 37, in run Sep 30 14:44:40 tinypilot python[1410]: result.return_value = self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[1410]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Sep 30 14:44:40 tinypilot python[1410]: hid_handle.write(bytearray(buffer)) Sep 30 14:44:40 tinypilot python[1410]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[644]: Exception in thread Thread-641: Sep 30 14:44:40 tinypilot python[644]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Sep 30 14:44:40 tinypilot python[644]: self.run() Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 892, in run Sep 30 14:44:40 tinypilot python[644]: self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Sep 30 14:44:40 tinypilot python[644]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Sep 30 14:44:40 tinypilot python[644]: return self.handlers[namespace][event](*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Sep 30 14:44:40 tinypilot python[644]: return self._handle_event(handler, message, namespace, sid, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Sep 30 14:44:40 tinypilot python[644]: ret = handler(*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Sep 30 14:44:40 tinypilot python[644]: return handler(*args, **kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Sep 30 14:44:40 tinypilot python[644]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Sep 30 14:44:40 tinypilot python[644]: hid_write.write_to_hid_interface(mouse_path, buf) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Sep 30 14:44:40 tinypilot python[644]: execute.with_timeout(_write_to_hid_interface_immediately, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Sep 30 14:44:40 tinypilot python[644]: raise result.exception Sep 30 14:44:40 tinypilot python[644]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[1411]: Process ProcessWithResult-610: Sep 30 14:44:40 tinypilot python[1411]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[1411]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Sep 30 14:44:40 tinypilot python[1411]: self.run() Sep 30 14:44:40 tinypilot python[1411]: File "/opt/tinypilot/app/execute.py", line 37, in run Sep 30 14:44:40 tinypilot python[1411]: result.return_value = self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[1411]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Sep 30 14:44:40 tinypilot python[1411]: hid_handle.write(bytearray(buffer)) Sep 30 14:44:40 tinypilot python[1411]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[644]: Exception in thread Thread-642: Sep 30 14:44:40 tinypilot python[644]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Sep 30 14:44:40 tinypilot python[644]: self.run() Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 892, in run Sep 30 14:44:40 tinypilot python[644]: self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Sep 30 14:44:40 tinypilot python[644]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Sep 30 14:44:40 tinypilot python[644]: return self.handlers[namespace][event](*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Sep 30 14:44:40 tinypilot python[644]: return self._handle_event(handler, message, namespace, sid, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Sep 30 14:44:40 tinypilot python[644]: ret = handler(*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Sep 30 14:44:40 tinypilot python[644]: return handler(*args, **kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Sep 30 14:44:40 tinypilot python[644]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Sep 30 14:44:40 tinypilot python[644]: hid_write.write_to_hid_interface(mouse_path, buf) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Sep 30 14:44:40 tinypilot python[644]: execute.with_timeout(_write_to_hid_interface_immediately, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Sep 30 14:44:40 tinypilot python[644]: raise result.exception Sep 30 14:44:40 tinypilot python[644]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[1412]: Process ProcessWithResult-611: Sep 30 14:44:40 tinypilot python[1412]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[1412]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Sep 30 14:44:40 tinypilot python[1412]: self.run() Sep 30 14:44:40 tinypilot python[1412]: File "/opt/tinypilot/app/execute.py", line 37, in run Sep 30 14:44:40 tinypilot python[1412]: result.return_value = self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[1412]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Sep 30 14:44:40 tinypilot python[1412]: hid_handle.write(bytearray(buffer)) Sep 30 14:44:40 tinypilot python[1412]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[644]: Exception in thread Thread-643: Sep 30 14:44:40 tinypilot python[644]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Sep 30 14:44:40 tinypilot python[644]: self.run() Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 892, in run Sep 30 14:44:40 tinypilot python[644]: self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Sep 30 14:44:40 tinypilot python[644]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Sep 30 14:44:40 tinypilot python[644]: return self.handlers[namespace][event](*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Sep 30 14:44:40 tinypilot python[644]: return self._handle_event(handler, message, namespace, sid, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Sep 30 14:44:40 tinypilot python[644]: ret = handler(*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Sep 30 14:44:40 tinypilot python[644]: return handler(*args, **kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Sep 30 14:44:40 tinypilot python[644]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Sep 30 14:44:40 tinypilot python[644]: hid_write.write_to_hid_interface(mouse_path, buf) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Sep 30 14:44:40 tinypilot python[644]: execute.with_timeout(_write_to_hid_interface_immediately, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Sep 30 14:44:40 tinypilot python[644]: raise result.exception Sep 30 14:44:40 tinypilot python[644]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[1413]: Process ProcessWithResult-612: Sep 30 14:44:40 tinypilot python[1413]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[1413]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Sep 30 14:44:40 tinypilot python[1413]: self.run() Sep 30 14:44:40 tinypilot python[1413]: File "/opt/tinypilot/app/execute.py", line 37, in run Sep 30 14:44:40 tinypilot python[1413]: result.return_value = self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[1413]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Sep 30 14:44:40 tinypilot python[1413]: hid_handle.write(bytearray(buffer)) Sep 30 14:44:40 tinypilot python[1413]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:40 tinypilot python[644]: Exception in thread Thread-644: Sep 30 14:44:40 tinypilot python[644]: Traceback (most recent call last): Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Sep 30 14:44:40 tinypilot python[644]: self.run() Sep 30 14:44:40 tinypilot python[644]: File "/usr/lib/python3.9/threading.py", line 892, in run Sep 30 14:44:40 tinypilot python[644]: self._target(*self._args, **self._kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Sep 30 14:44:40 tinypilot python[644]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Sep 30 14:44:40 tinypilot python[644]: return self.handlers[namespace][event](*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Sep 30 14:44:40 tinypilot python[644]: return self._handle_event(handler, message, namespace, sid, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Sep 30 14:44:40 tinypilot python[644]: ret = handler(*args) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Sep 30 14:44:40 tinypilot python[644]: return handler(*args, **kwargs) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Sep 30 14:44:40 tinypilot python[644]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Sep 30 14:44:40 tinypilot python[644]: hid_write.write_to_hid_interface(mouse_path, buf) Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Sep 30 14:44:40 tinypilot python[644]: execute.with_timeout(_write_to_hid_interface_immediately, Sep 30 14:44:40 tinypilot python[644]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Sep 30 14:44:40 tinypilot python[644]: raise result.exception Sep 30 14:44:40 tinypilot python[644]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 30 14:44:41 tinypilot sudo[1414]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Sep 30 14:44:41 tinypilot sudo[1414]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Sep 30 14:44:41 tinypilot runuser[1429]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Sep 30 14:44:41 tinypilot runuser[1429]: pam_unix(runuser:session): session closed for user tinypilot Sep 30 14:44:41 tinypilot runuser[1436]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Sep 30 14:44:41 tinypilot runuser[1436]: pam_unix(runuser:session): session closed for user tinypilot Sep 30 14:44:42 tinypilot runuser[1445]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Sep 30 14:44:57 tinypilot python[1452]: 2024-09-30 14:44:57.263 app.main INFO Starting app Sep 30 14:44:57 tinypilot python[1452]: 2024-09-30 14:44:57.333 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Sep 30 14:44:57 tinypilot python[1452]: 2024-09-30 14:44:57.336 db.store INFO Read 7 database migrations from disk Sep 30 14:44:57 tinypilot runuser[1445]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-09-30 13:55:23.649 __main__ INFO Starting TinyPilot update 2024-09-30 13:55:23.665 __main__ INFO Launching update script: /opt/tinypilot-privileged/scripts/update + set -u + set -e + readonly VERSION_FILE=/home/tinypilot/target-version + VERSION_FILE=/home/tinypilot/target-version + SCRIPT_ARGS=() + [[ -f /home/tinypilot/target-version ]] ++ cat /home/tinypilot/target-version + VERSION=2.6.4 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.4 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.4 + shift + shift + [[ 0 -gt 0 ]] + readonly ALLOW_REINSTALL + readonly LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + readonly RAMDISK_SIZE_MIB=560 + RAMDISK_SIZE_MIB=560 ++ free --mebi ++ tr --squeeze-repeats ' ' ++ grep --fixed-strings Mem: ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=1438 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1438 >= 560 )) + sudo mkdir /mnt/tinypilot-installer + sudo mount --types tmpfs --options size=560m --source tmpfs --target /mnt/tinypilot-installer --verbose mount: tmpfs mounted on /mnt/tinypilot-installer. + readonly INSTALLER_DIR + readonly TMPDIR=/mnt/tinypilot-installer/tmp + TMPDIR=/mnt/tinypilot-installer/tmp + export TMPDIR + sudo mkdir /mnt/tinypilot-installer/tmp + readonly BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + readonly TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + readonly TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + CURRENT_VERSION= + [[ -f /opt/tinypilot/VERSION ]] ++ cat /opt/tinypilot/VERSION + CURRENT_VERSION=2.6.3 + readonly CURRENT_VERSION + HAS_COMMUNITY_INSTALLED=0 + readonly TINYPILOT_README_FILE=/opt/tinypilot/README.md + TINYPILOT_README_FILE=/opt/tinypilot/README.md + [[ -f /opt/tinypilot/README.md ]] ++ head -n 1 /opt/tinypilot/README.md + [[ # TinyPilot Pro == \#\ \T\i\n\y\P\i\l\o\t ]] + readonly HAS_COMMUNITY_INSTALLED + [[ -z 2.6.4 ]] + readonly TARGET_VERSION + [[ 2.6.3 == \2\.\6\.\4 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=1000000029c55e87 + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.4 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000029c55e87' --output /mnt/tinypilot-installer/bundle.tgz --write-out '%{http_code}' --silent + HTTP_CODE=200 + readonly HTTP_CODE + [[ 200 != \2\0\0 ]] + sudo tar --gunzip --extract --file /mnt/tinypilot-installer/bundle.tgz --directory /mnt/tinypilot-installer + sudo chown root:root --recursive /mnt/tinypilot-installer + [[ 0 -eq 1 ]] + pushd /mnt/tinypilot-installer /mnt/tinypilot-installer /opt/tinypilot + sudo TMPDIR=/mnt/tinypilot-installer/tmp ./install + grep -q '^Model *: Raspberry Pi 3' /proc/cpuinfo ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 < 11 )) ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 > 11 )) + grep -q boot=overlay /proc/cmdline ++ ls janus_1.0.1-1~bpo11+1_armhf.deb + JANUS_DEBIAN_PACKAGE=janus_1.0.1-1~bpo11+1_armhf.deb + readonly JANUS_DEBIAN_PACKAGE ++ ls ustreamer_5.43-20231004144402_armhf.deb + USTREAMER_DEBIAN_PACKAGE=ustreamer_5.43-20231004144402_armhf.deb + readonly USTREAMER_DEBIAN_PACKAGE ++ ls tinypilot_20240620111245_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20240620111245_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 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [326 kB] Fetched 13.6 MB in 14s (1,004 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_20240620111245_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 117 not upgraded. Need to get 0 B/2,657 kB of archives. After this operation, 231 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/tinypilot_20240620111245_armhf.deb tinypilot armhf 20240620111245 [2,657 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_20240620111245_armhf.deb ... Unpacking tinypilot (20240620111245) over (20240229123737) ... Setting up tinypilot (20240620111245) ... 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. + 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 2024-09-30 13:56:40.543 __main__ INFO Update completed successfully 2024-09-30 13:56:40.545 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-09-30 13:56:40.549 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_desired_fps: 24 ustreamer_h264_bitrate: 15050 uStreamer logs -- Journal begins at Mon 2024-09-30 14:40:51 BST, ends at Mon 2024-09-30 14:45:00 BST. -- Sep 30 14:40:55 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Sep 30 14:40:56 tinypilot launch[477]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder m2m-image --format uyvy --desired-fps 24 --workers 3 --drop-same-frames 30 --dv-timings --h264-bitrate 15050 Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.294 main] -- Starting PiKVM uStreamer 5.43 ... Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.294 main] -- Using internal blank placeholder Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.294 main] -- Using H264-sink: tinypilot::ustreamer::h264 Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.294 main] -- Listening HTTP on [127.0.0.1]:48001 Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.294 stream] -- Using V4L2 device: /dev/video0 Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.295 stream] -- Using desired FPS: 24 Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.295 http] -- Starting HTTP eventloop ... Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.295 stream] -- H264: Initializing encoder ... Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.303 stream] -- H264: Configuring encoder: DMA=0 ... Sep 30 14:40:56 tinypilot launch[477]: ================================================================================ Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.324 stream] -- Device fd=10 opened Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.325 stream] -- Using input channel: 0 Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.346 stream] -- Using resolution: 640x480 Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.346 stream] -- Using format: UYVY Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.347 stream] -- Querying HW FPS changing is not supported Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.347 stream] -- Using IO method: MMAP Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.350 stream] -- Requested 5 device buffers, got 5 Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.357 stream] -- Capturing started Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.357 stream] -- JPEG-0: Initializing encoder ... Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.358 stream] -- JPEG-1: Initializing encoder ... Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.358 stream] -- JPEG-2: Initializing encoder ... Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.358 stream] -- Using JPEG quality: 80% Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.358 stream] -- Creating pool JPEG with 3 workers ... Sep 30 14:40:56 tinypilot launch[477]: -- INFO [9.359 stream] -- Capturing ... Sep 30 14:40:57 tinypilot launch[477]: -- ERROR [10.360 stream] -- Persistent device timeout (unplugged) Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.423 stream] -- H264: Configuring encoder: DMA=1 ... Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.423 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.442 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.462 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.625 stream] -- Got V4L2 event Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.625 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.626 stream] -- Destroying workers pool JPEG ... Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.656 stream] -- Capturing stopped Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.657 stream] -- Device fd=10 closed Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.657 stream] -- Changed video frame to BLANK Sep 30 14:40:58 tinypilot launch[477]: -- INFO [11.663 stream] -- H264: Configuring encoder: DMA=0 ... Sep 30 14:40:59 tinypilot launch[477]: ================================================================================ Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.683 stream] -- Device fd=10 opened Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.683 stream] -- Using input channel: 0 Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.690 stream] -- Got new DV-timings: 1920x1080p50.00, pixclk=148500000, vsync=45, hsync=720 Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.727 stream] -- Using resolution: 1920x1080 Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.727 stream] -- Using format: UYVY Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.727 stream] -- Querying HW FPS changing is not supported Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.727 stream] -- Using IO method: MMAP Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.738 stream] -- Requested 5 device buffers, got 5 Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.745 stream] -- Capturing started Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.745 stream] -- Using JPEG quality: 80% Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.745 stream] -- Creating pool JPEG with 3 workers ... Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.745 stream] -- Capturing ... Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.762 stream] -- H264: Configuring encoder: DMA=1 ... Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.762 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.804 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Sep 30 14:40:59 tinypilot launch[477]: -- INFO [11.823 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Sep 30 14:41:12 tinypilot launch[477]: -- INFO [25.511 http] -- HTTP: NEW client (now=1): [192.168.1.126]:52918, id=c735c83fcca40645 Sep 30 14:41:15 tinypilot launch[477]: -- INFO [28.183 stream] -- H264: Requested keyframe by a sink client Sep 30 14:41:15 tinypilot launch[477]: -- INFO [28.303 stream] -- H264: Requested keyframe by a sink client Sep 30 14:41:15 tinypilot launch[477]: -- INFO [28.358 http] -- HTTP: DEL client (now=0): [192.168.1.126]:52918, id=c735c83fcca40645, Resource temporarily unavailable (reading,eof) Sep 30 14:44:10 tinypilot launch[477]: -- INFO [191.851 http] -- HTTP: NEW client (now=1): [192.168.1.126]:52740, id=96491d33bc4da598 Sep 30 14:44:13 tinypilot launch[477]: -- INFO [194.704 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:13 tinypilot launch[477]: -- INFO [194.804 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:13 tinypilot launch[477]: -- INFO [195.284 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:13 tinypilot launch[477]: -- INFO [195.404 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:14 tinypilot launch[477]: -- INFO [195.884 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:14 tinypilot launch[477]: -- INFO [196.004 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:15 tinypilot launch[477]: -- INFO [196.545 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:15 tinypilot launch[477]: -- INFO [196.664 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:15 tinypilot launch[477]: -- INFO [196.784 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:15 tinypilot launch[477]: -- INFO [196.904 stream] -- H264: Requested keyframe by a sink client Sep 30 14:44:15 tinypilot launch[477]: -- INFO [197.358 http] -- HTTP: DEL client (now=0): [192.168.1.126]:52740, id=96491d33bc4da598, Resource temporarily unavailable (reading,eof) nginx logs -- Journal begins at Mon 2024-09-30 14:40:51 BST, ends at Mon 2024-09-30 14:45:00 BST. -- Sep 30 14:40:55 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Sep 30 14:40:56 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2024/09/30 13:56:17 [notice] 1718#1718: signal process started 2024/09/30 13:56:23 [error] 1719#1719: *75 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.126, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 13:56:25 [error] 1719#1719: *75 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.126, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P930EE2 HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P930EE2", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 13:56:25 [error] 1719#1719: *75 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.126, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P930EIY HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P930EIY", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 13:56:25 [error] 1719#1719: *75 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.126, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 13:56:26 [error] 1719#1719: *75 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.126, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P930EdE HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P930EdE", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 13:56:27 [error] 1719#1719: *75 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.126, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 13:56:28 [error] 1719#1719: *75 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.126, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P930F1J HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P930F1J", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 13:56:33 [alert] 867#867: *14 open socket #15 left in connection 5 2024/09/30 13:56:33 [alert] 867#867: *24 open socket #17 left in connection 7 2024/09/30 13:56:33 [alert] 867#867: aborting 2024/09/30 14:16:02 [error] 1867#1867: *865 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.126, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 14:16:02 [error] 1867#1867: *879 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: 192.168.1.126, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=websocket&sid=tmTCRMG6aLq5AJjlAAAA HTTP/1.1", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=websocket&sid=tmTCRMG6aLq5AJjlAAAA", host: "192.168.1.15" 2024/09/30 14:16:02 [error] 1867#1867: *865 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.1.126, server: tinypilot, request: "POST /socket.io/?EIO=4&transport=polling&t=P934jTW&sid=MLI-7d10dtAmuEUKAAAC HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P934jTW&sid=MLI-7d10dtAmuEUKAAAC", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 14:16:02 [error] 1867#1867: *865 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.1.126, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P934jTX&sid=MLI-7d10dtAmuEUKAAAC HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P934jTX&sid=MLI-7d10dtAmuEUKAAAC", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 14:16:02 [error] 1867#1867: *865 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.1.126, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P934jTq&sid=tmTCRMG6aLq5AJjlAAAA HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P934jTq&sid=tmTCRMG6aLq5AJjlAAAA", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 14:16:02 [error] 1867#1867: *889 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.126, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=websocket&sid=MLI-7d10dtAmuEUKAAAC HTTP/1.1", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=websocket&sid=MLI-7d10dtAmuEUKAAAC", host: "192.168.1.15" 2024/09/30 14:40:50 [error] 643#643: *129 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.126, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 14:40:50 [error] 643#643: *129 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.1.126, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", subrequest: "/auth", upstream: "http://127.0.0.1:48000/api/auth", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 14:40:50 [error] 643#643: *129 auth request unexpected status: 502 while sending response to client, client: 192.168.1.126, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 14:40:50 [error] 643#643: *129 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.126, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", subrequest: "/auth", upstream: "http://127.0.0.1:48000/api/auth", host: "192.168.1.15", referrer: "https://192.168.1.15/" 2024/09/30 14:40:50 [error] 643#643: *129 auth request unexpected status: 502 while sending response to client, client: 192.168.1.126, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", host: "192.168.1.15", referrer: "https://192.168.1.15/" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /third-party/socket.io/4.7.1/socket.io.min.js HTTP/2.0" 200 48593 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /js/app.js HTTP/2.0" 200 14833 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /third-party/webrtc-adapter/8.1.1/adapter.min.js HTTP/2.0" 200 59549 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /third-party/janus-gateway/1.0.0/janus.js HTTP/2.0" 200 134759 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /js/webrtc-video.js HTTP/2.0" 200 7675 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://192.168.1.15/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://192.168.1.15/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://192.168.1.15/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://192.168.1.15/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://192.168.1.15/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://192.168.1.15/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P93B9m2 HTTP/2.0" 200 97 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P93B9mr&sid=PRG3hK6IJDi1_szMAAAI HTTP/2.0" 200 2 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P93B9mu&sid=PRG3hK6IJDi1_szMAAAI HTTP/2.0" 200 32 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:10 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P93B9sR&sid=PRG3hK6IJDi1_szMAAAI HTTP/2.0" 200 1 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:11 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:11 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P93BA4b&sid=PRG3hK6IJDi1_szMAAAI HTTP/2.0" 200 1 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:11 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P93BA4j&sid=PRG3hK6IJDi1_szMAAAI HTTP/2.0" 200 2 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:12 +0100] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:15 +0100] "GET /stream?advance_headers=1 HTTP/2.0" 200 26188068 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.126 - - [30/Sep/2024:14:44:15 +0100] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://192.168.1.15/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"