TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-05-15T18:30:42+01:00 Software versions TinyPilot version: 2.6.3 uStreamer version: System information OS version: Linux tinypilot-parsons 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) Mouse jiggler: disabled CPU Temperature: 43.8'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: Current mode: MJPEG TinyPilot settings.yml ustreamer_h264_bitrate: 18300 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 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 15 18:30:38 tinypilot-parsons python[676]: self.run() May 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 892, in run May 15 18:30:38 tinypilot-parsons python[676]: self._target(*self._args, **self._kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 15 18:30:38 tinypilot-parsons python[676]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 15 18:30:38 tinypilot-parsons python[676]: return self.handlers[namespace][event](*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 15 18:30:38 tinypilot-parsons python[676]: return self._handle_event(handler, message, namespace, sid, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 15 18:30:38 tinypilot-parsons python[676]: ret = handler(*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 15 18:30:38 tinypilot-parsons python[676]: return handler(*args, **kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke May 15 18:30:38 tinypilot-parsons python[676]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke May 15 18:30:38 tinypilot-parsons python[676]: hid_write.write_to_hid_interface(keyboard_path, buf) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 15 18:30:38 tinypilot-parsons python[676]: execute.with_timeout(_write_to_hid_interface_immediately, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 15 18:30:38 tinypilot-parsons python[676]: raise result.exception May 15 18:30:38 tinypilot-parsons python[676]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:38 tinypilot-parsons python[1468]: Process ProcessWithResult-146: May 15 18:30:38 tinypilot-parsons python[1468]: Traceback (most recent call last): May 15 18:30:38 tinypilot-parsons python[1468]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 15 18:30:38 tinypilot-parsons python[1468]: self.run() May 15 18:30:38 tinypilot-parsons python[1468]: File "/opt/tinypilot/app/execute.py", line 37, in run May 15 18:30:38 tinypilot-parsons python[1468]: result.return_value = self._target(*self._args, **self._kwargs) May 15 18:30:38 tinypilot-parsons python[1468]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 15 18:30:38 tinypilot-parsons python[1468]: hid_handle.write(bytearray(buffer)) May 15 18:30:38 tinypilot-parsons python[1468]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:38 tinypilot-parsons python[676]: Exception in thread Thread-194: May 15 18:30:38 tinypilot-parsons python[676]: Traceback (most recent call last): May 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 15 18:30:38 tinypilot-parsons python[676]: self.run() May 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 892, in run May 15 18:30:38 tinypilot-parsons python[676]: self._target(*self._args, **self._kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 15 18:30:38 tinypilot-parsons python[676]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 15 18:30:38 tinypilot-parsons python[676]: return self.handlers[namespace][event](*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 15 18:30:38 tinypilot-parsons python[676]: return self._handle_event(handler, message, namespace, sid, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 15 18:30:38 tinypilot-parsons python[676]: ret = handler(*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 15 18:30:38 tinypilot-parsons python[676]: return handler(*args, **kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke May 15 18:30:38 tinypilot-parsons python[676]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke May 15 18:30:38 tinypilot-parsons python[676]: hid_write.write_to_hid_interface(keyboard_path, buf) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 15 18:30:38 tinypilot-parsons python[676]: execute.with_timeout(_write_to_hid_interface_immediately, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 15 18:30:38 tinypilot-parsons python[676]: raise result.exception May 15 18:30:38 tinypilot-parsons python[676]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:38 tinypilot-parsons python[1469]: Process ProcessWithResult-147: May 15 18:30:38 tinypilot-parsons python[1469]: Traceback (most recent call last): May 15 18:30:38 tinypilot-parsons python[1469]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 15 18:30:38 tinypilot-parsons python[1469]: self.run() May 15 18:30:38 tinypilot-parsons python[1469]: File "/opt/tinypilot/app/execute.py", line 37, in run May 15 18:30:38 tinypilot-parsons python[1469]: result.return_value = self._target(*self._args, **self._kwargs) May 15 18:30:38 tinypilot-parsons python[1469]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 15 18:30:38 tinypilot-parsons python[1469]: hid_handle.write(bytearray(buffer)) May 15 18:30:38 tinypilot-parsons python[1469]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:38 tinypilot-parsons python[676]: Exception in thread Thread-195: May 15 18:30:38 tinypilot-parsons python[676]: Traceback (most recent call last): May 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 15 18:30:38 tinypilot-parsons python[676]: self.run() May 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 892, in run May 15 18:30:38 tinypilot-parsons python[676]: self._target(*self._args, **self._kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 15 18:30:38 tinypilot-parsons python[676]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 15 18:30:38 tinypilot-parsons python[676]: return self.handlers[namespace][event](*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 15 18:30:38 tinypilot-parsons python[676]: return self._handle_event(handler, message, namespace, sid, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 15 18:30:38 tinypilot-parsons python[676]: ret = handler(*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 15 18:30:38 tinypilot-parsons python[676]: return handler(*args, **kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke May 15 18:30:38 tinypilot-parsons python[676]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke May 15 18:30:38 tinypilot-parsons python[676]: hid_write.write_to_hid_interface(keyboard_path, buf) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 15 18:30:38 tinypilot-parsons python[676]: execute.with_timeout(_write_to_hid_interface_immediately, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 15 18:30:38 tinypilot-parsons python[676]: raise result.exception May 15 18:30:38 tinypilot-parsons python[676]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:38 tinypilot-parsons python[1470]: Process ProcessWithResult-148: May 15 18:30:38 tinypilot-parsons python[1470]: Traceback (most recent call last): May 15 18:30:38 tinypilot-parsons python[1470]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 15 18:30:38 tinypilot-parsons python[1470]: self.run() May 15 18:30:38 tinypilot-parsons python[1470]: File "/opt/tinypilot/app/execute.py", line 37, in run May 15 18:30:38 tinypilot-parsons python[1470]: result.return_value = self._target(*self._args, **self._kwargs) May 15 18:30:38 tinypilot-parsons python[1470]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 15 18:30:38 tinypilot-parsons python[1470]: hid_handle.write(bytearray(buffer)) May 15 18:30:38 tinypilot-parsons python[1470]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:38 tinypilot-parsons python[676]: Exception in thread Thread-196: May 15 18:30:38 tinypilot-parsons python[676]: Traceback (most recent call last): May 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 15 18:30:38 tinypilot-parsons python[676]: self.run() May 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 892, in run May 15 18:30:38 tinypilot-parsons python[676]: self._target(*self._args, **self._kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 15 18:30:38 tinypilot-parsons python[676]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 15 18:30:38 tinypilot-parsons python[676]: return self.handlers[namespace][event](*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 15 18:30:38 tinypilot-parsons python[676]: return self._handle_event(handler, message, namespace, sid, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 15 18:30:38 tinypilot-parsons python[676]: ret = handler(*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 15 18:30:38 tinypilot-parsons python[676]: return handler(*args, **kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke May 15 18:30:38 tinypilot-parsons python[676]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke May 15 18:30:38 tinypilot-parsons python[676]: hid_write.write_to_hid_interface(keyboard_path, buf) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 15 18:30:38 tinypilot-parsons python[676]: execute.with_timeout(_write_to_hid_interface_immediately, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 15 18:30:38 tinypilot-parsons python[676]: raise result.exception May 15 18:30:38 tinypilot-parsons python[676]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:38 tinypilot-parsons python[1471]: Process ProcessWithResult-149: May 15 18:30:38 tinypilot-parsons python[1471]: Traceback (most recent call last): May 15 18:30:38 tinypilot-parsons python[1471]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 15 18:30:38 tinypilot-parsons python[1471]: self.run() May 15 18:30:38 tinypilot-parsons python[1471]: File "/opt/tinypilot/app/execute.py", line 37, in run May 15 18:30:38 tinypilot-parsons python[1471]: result.return_value = self._target(*self._args, **self._kwargs) May 15 18:30:38 tinypilot-parsons python[1471]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 15 18:30:38 tinypilot-parsons python[1471]: hid_handle.write(bytearray(buffer)) May 15 18:30:38 tinypilot-parsons python[1471]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:38 tinypilot-parsons python[676]: Exception in thread Thread-197: May 15 18:30:38 tinypilot-parsons python[676]: Traceback (most recent call last): May 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 15 18:30:38 tinypilot-parsons python[676]: self.run() May 15 18:30:38 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 892, in run May 15 18:30:38 tinypilot-parsons python[676]: self._target(*self._args, **self._kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 15 18:30:38 tinypilot-parsons python[676]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 15 18:30:38 tinypilot-parsons python[676]: return self.handlers[namespace][event](*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 15 18:30:38 tinypilot-parsons python[676]: return self._handle_event(handler, message, namespace, sid, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 15 18:30:38 tinypilot-parsons python[676]: ret = handler(*args) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 15 18:30:38 tinypilot-parsons python[676]: return handler(*args, **kwargs) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke May 15 18:30:38 tinypilot-parsons python[676]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke May 15 18:30:38 tinypilot-parsons python[676]: hid_write.write_to_hid_interface(keyboard_path, buf) May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 15 18:30:38 tinypilot-parsons python[676]: execute.with_timeout(_write_to_hid_interface_immediately, May 15 18:30:38 tinypilot-parsons python[676]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 15 18:30:38 tinypilot-parsons python[676]: raise result.exception May 15 18:30:38 tinypilot-parsons python[676]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:39 tinypilot-parsons python[1472]: Process ProcessWithResult-150: May 15 18:30:39 tinypilot-parsons python[1472]: Traceback (most recent call last): May 15 18:30:39 tinypilot-parsons python[1472]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 15 18:30:39 tinypilot-parsons python[1472]: self.run() May 15 18:30:39 tinypilot-parsons python[1472]: File "/opt/tinypilot/app/execute.py", line 37, in run May 15 18:30:39 tinypilot-parsons python[1472]: result.return_value = self._target(*self._args, **self._kwargs) May 15 18:30:39 tinypilot-parsons python[1472]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 15 18:30:39 tinypilot-parsons python[1472]: hid_handle.write(bytearray(buffer)) May 15 18:30:39 tinypilot-parsons python[1472]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:39 tinypilot-parsons python[676]: Exception in thread Thread-198: May 15 18:30:39 tinypilot-parsons python[676]: Traceback (most recent call last): May 15 18:30:39 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 15 18:30:39 tinypilot-parsons python[676]: self.run() May 15 18:30:39 tinypilot-parsons python[676]: File "/usr/lib/python3.9/threading.py", line 892, in run May 15 18:30:39 tinypilot-parsons python[676]: self._target(*self._args, **self._kwargs) May 15 18:30:39 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 15 18:30:39 tinypilot-parsons python[676]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 15 18:30:39 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 15 18:30:39 tinypilot-parsons python[676]: return self.handlers[namespace][event](*args) May 15 18:30:39 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 15 18:30:39 tinypilot-parsons python[676]: return self._handle_event(handler, message, namespace, sid, May 15 18:30:39 tinypilot-parsons python[676]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 15 18:30:39 tinypilot-parsons python[676]: ret = handler(*args) May 15 18:30:39 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check May 15 18:30:39 tinypilot-parsons python[676]: return handler(*args, **kwargs) May 15 18:30:39 tinypilot-parsons python[676]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke May 15 18:30:39 tinypilot-parsons python[676]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) May 15 18:30:39 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke May 15 18:30:39 tinypilot-parsons python[676]: hid_write.write_to_hid_interface(keyboard_path, buf) May 15 18:30:39 tinypilot-parsons python[676]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 15 18:30:39 tinypilot-parsons python[676]: execute.with_timeout(_write_to_hid_interface_immediately, May 15 18:30:39 tinypilot-parsons python[676]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 15 18:30:39 tinypilot-parsons python[676]: raise result.exception May 15 18:30:39 tinypilot-parsons python[676]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 15 18:30:42 tinypilot-parsons sudo[1473]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q May 15 18:30:42 tinypilot-parsons sudo[1473]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) May 15 18:30:42 tinypilot-parsons runuser[1490]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) May 15 18:30:42 tinypilot-parsons runuser[1490]: pam_unix(runuser:session): session closed for user tinypilot May 15 18:30:43 tinypilot-parsons runuser[1504]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) May 15 18:30:43 tinypilot-parsons python[1505]: /opt/tinypilot/scripts/streaming-mode: line 21: ./venv/bin/activate: No such file or directory May 15 18:30:43 tinypilot-parsons runuser[1504]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-05-09 20:12:57.707 __main__ INFO Starting TinyPilot update 2024-05-09 20:12:57.708 __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.3 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.3 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.3 + shift + shift + [[ 0 -gt 0 ]] + readonly ALLOW_REINSTALL + readonly LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + readonly RAMDISK_SIZE_MIB=560 + RAMDISK_SIZE_MIB=560 ++ free --mebi ++ grep --fixed-strings Mem: ++ cut --delimiter ' ' --fields 7 ++ tr --squeeze-repeats ' ' + AVAILABLE_MEMORY_MIB=1406 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1406 >= 560 )) + sudo mkdir /mnt/tinypilot-installer + sudo mount --types tmpfs --options size=560m --source tmpfs --target /mnt/tinypilot-installer --verbose mount: tmpfs mounted on /mnt/tinypilot-installer. + readonly INSTALLER_DIR + readonly TMPDIR=/mnt/tinypilot-installer/tmp + TMPDIR=/mnt/tinypilot-installer/tmp + export TMPDIR + sudo mkdir /mnt/tinypilot-installer/tmp + readonly BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + readonly TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + readonly TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + CURRENT_VERSION= + [[ -f /opt/tinypilot/VERSION ]] ++ cat /opt/tinypilot/VERSION + CURRENT_VERSION=2.6.1 + readonly CURRENT_VERSION + HAS_COMMUNITY_INSTALLED=0 + readonly TINYPILOT_README_FILE=/opt/tinypilot/README.md + TINYPILOT_README_FILE=/opt/tinypilot/README.md + [[ -f /opt/tinypilot/README.md ]] ++ head -n 1 /opt/tinypilot/README.md + [[ # TinyPilot Pro == \#\ \T\i\n\y\P\i\l\o\t ]] + readonly HAS_COMMUNITY_INSTALLED + [[ -z 2.6.3 ]] + readonly TARGET_VERSION + [[ 2.6.1 == \2\.\6\.\3 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=10000000bc9f8f8c + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.3 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 10000000bc9f8f8c' --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_20240229123737_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20240229123737_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 [23.6 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 [313 kB] Get:6 https://pkgs.tailscale.com/stable/raspbian bullseye/main armhf Packages [10.2 kB] Fetched 13.6 MB in 10s (1,410 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_20240229123737_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). The following package was automatically installed and is no longer required: dos2unix Use 'sudo apt autoremove' to remove it. The following packages will be upgraded: tinypilot ustreamer 2 upgraded, 0 newly installed, 0 to remove and 105 not upgraded. Need to get 0 B/2,673 kB of archives. After this operation, 85.0 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/ustreamer_5.43-20231004144402_armhf.deb ustreamer armhf 5.43-20231004144402 [158 kB] Get:2 /mnt/tinypilot-installer/tinypilot_20240229123737_armhf.deb tinypilot armhf 20240229123737 [2,515 kB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: [614B blob data] Preparing to unpack .../ustreamer_5.43-20231004144402_armhf.deb ... Unpacking ustreamer (5.43-20231004144402) over (5.38-20230802141939) ... Preparing to unpack .../tinypilot_20240229123737_armhf.deb ... Unpacking tinypilot (20240229123737) over (20230904111604) ... Setting up ustreamer (5.43-20231004144402) ... Warning: The home dir /home/ustreamer you specified already exists. The system user `ustreamer' already exists. Exiting. Setting up tinypilot (20240229123737) ... Installing new version of config file /etc/sudoers.d/tinypilot ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /opt/tinypilot / / /opt/tinypilot / / /opt/tinypilot / / nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful active /opt/tinypilot / / update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. Processing triggers for man-db (2.9.4-2) ... + mv yq /usr/bin/yq + chmod 0755 /usr/bin/yq + clean_up + sudo umount --lazy /mnt/tinypilot-installer + sudo rm -rf /opt/tinypilot-updater /mnt/tinypilot-installer 2024-05-09 20:14:13.213 __main__ INFO Update completed successfully 2024-05-09 20:14:13.214 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-05-09 20:14:13.226 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_h264_bitrate: 18300 uStreamer logs May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/inet.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/asyncquery.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/namedict.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/reversename.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/immutable.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/xfr.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/enum.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/query.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/dnssec.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/_trio_backend.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/quic/_trio.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/quic/__init__.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/quic/_common.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/quic/_asyncio.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/quic/__pycache__/__init__.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/quic/_sync.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/exception.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/dns/ipv6.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/Flask_WTF-1.1.1.dist-info/_virtualenv.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/_virtualenv.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/greenlet-2.0.2.dist-info/RECORD': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/greenlet-2.0.2.dist-info/REQUESTED': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/greenlet-2.0.2.dist-info/AUTHORS': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/greenlet-2.0.2.dist-info/INSTALLER': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/greenlet-2.0.2.dist-info/METADATA': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/greenlet-2.0.2.dist-info/LICENSE.PSF': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/greenlet-2.0.2.dist-info/WHEEL': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/greenlet-2.0.2.dist-info/LICENSE': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/greenlet-2.0.2.dist-info/top_level.txt': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/wheel-0.34.2.virtualenv': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/pkg_resources-0.0.0.dist-info/RECORD': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/pkg_resources-0.0.0.dist-info/INSTALLER': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/pkg_resources-0.0.0.dist-info/METADATA': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/pkg_resources-0.0.0.dist-info/WHEEL': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/pkg_resources-0.0.0.dist-info/AUTHORS.txt': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/pkg_resources-0.0.0.dist-info/LICENSE.txt': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__init__.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/asyncio_server.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/__init__.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/threading.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/sanic.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/tornado.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/__pycache__/__init__.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/__pycache__/eventlet.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/__pycache__/asgi.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/__pycache__/tornado.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/gevent.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/gevent_uwsgi.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/asgi.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/eventlet.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/async_drivers/aiohttp.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/middleware.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/json.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/payload.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/packet.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/client.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/exceptions.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/__init__.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/asyncio_client.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/middleware.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/packet.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/socket.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/asyncio_socket.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/static_files.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/client.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/server.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/payload.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/exceptions.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/json.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/__pycache__/asyncio_server.cpython-39.pyc': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/asyncio_socket.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/socket.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/static_files.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/server.py': Permission denied May 15 18:19:32 tinypilot-parsons launch[1046]: rm: cannot remove 'venv/lib/python3.9/site-packages/engineio/asyncio_client.py': Permission denied May 15 18:19:32 tinypilot-parsons systemd[1]: ustreamer.service: Scheduled restart job, restart counter is at 5. May 15 18:19:32 tinypilot-parsons systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. May 15 18:19:32 tinypilot-parsons systemd[1]: ustreamer.service: Start request repeated too quickly. May 15 18:19:32 tinypilot-parsons systemd[1]: ustreamer.service: Failed with result 'exit-code'. May 15 18:19:32 tinypilot-parsons systemd[1]: Failed to start uStreamer - Lightweight, optimized video encoder. nginx logs -- Journal begins at Wed 2024-05-15 18:17:01 BST, ends at Wed 2024-05-15 18:30:43 BST. -- May 15 18:19:25 tinypilot-parsons systemd[1]: Starting A high performance web server and a reverse proxy server... May 15 18:19:28 tinypilot-parsons systemd[1]: Started A high performance web server and a reverse proxy server. 2024/05/15 17:30:05 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:06 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:07 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:08 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:09 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:10 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:11 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:12 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:13 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:14 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:15 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:16 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:17 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:18 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:19 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:20 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:21 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:22 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:23 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:24 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:25 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:26 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:27 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:28 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:29 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:30 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:31 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:32 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:33 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:34 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:35 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:36 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:37 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:39 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:40 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:41 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:42 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:43 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:44 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:45 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:46 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:47 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:47 [error] 665#665: *1547 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:48 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:49 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:50 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:30:51 [error] 665#665: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:31:09 [error] 665#665: *1600 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:32:30 [error] 665#665: *1547 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:34:23 [error] 665#665: *1547 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:39:40 [error] 665#665: *1665 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:41:40 [error] 665#665: *1665 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:43:02 [error] 665#665: *1665 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:52:24 [error] 673#673: *13 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:55:06 [error] 673#673: *13 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:55:41 [error] 673#673: *13 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:56:10 [error] 673#673: *13 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:56:33 [error] 673#673: *13 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:59:02 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 17:59:32 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:00:48 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:03:00 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:04:34 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:04:37 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:06:45 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:06:51 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:08:19 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:08:56 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:09:08 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:09:47 [error] 668#668: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:12:08 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:12:11 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:13:09 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:14:48 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:15:31 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:15:43 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:15:46 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:16:51 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:17:01 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:17:09 [error] 675#675: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:17:34 [error] 675#675: *204 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:17:38 [error] 675#675: *204 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:18:17 [error] 675#675: *254 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:18:46 [error] 675#675: *254 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:18:50 [error] 675#675: *298 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:19:28 [error] 675#675: *298 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:19:44 [error] 675#675: *298 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:21:40 [error] 675#675: *254 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:21:54 [error] 675#675: *298 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:29:18 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:29:27 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:29:27 [error] 672#672: *25 connect() failed (111: Connection refused) while connecting to upstream, client: 100.99.11.105, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:29:34 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:29:39 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:29:54 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:30:06 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:30:08 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:30:09 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:30:10 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 2024/05/15 18:30:12 [error] 672#672: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.2, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "tinypilot-parsons", referrer: "https://tinypilot-parsons/" 192.168.1.2 - - [15/May/2024:18:30:11 +0100] "GET /js/logs.js HTTP/2.0" 200 1484 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:11 +0100] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:11 +0100] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:11 +0100] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:11 +0100] "GET /js/mouse.js HTTP/2.0" 200 8492 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:11 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:11 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot-parsons/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:11 +0100] "GET /css/button.css HTTP/2.0" 200 1976 "https://tinypilot-parsons/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:11 +0100] "GET /css/cursors.css HTTP/2.0" 200 618 "https://tinypilot-parsons/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://tinypilot-parsons/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://tinypilot-parsons/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://tinypilot-parsons/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot-parsons/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 304 0 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /img/warning-icon.svg HTTP/2.0" 304 0 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /img/clipboard-icon.svg HTTP/2.0" 304 0 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /img/logo.svg HTTP/2.0" 304 0 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot-parsons/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot-parsons/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /stream?advance_headers=1 HTTP/2.0" 502 2969 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /img/angle-down-icon.svg HTTP/2.0" 304 0 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 304 0 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=OzzJVNJ HTTP/2.0" 200 97 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "POST /socket.io/?EIO=4&transport=polling&t=OzzJVPQ&sid=zThiPQNpBYMaODo3AAAU HTTP/2.0" 200 2 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=OzzJVPQ.0&sid=zThiPQNpBYMaODo3AAAU HTTP/2.0" 200 32 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 192.168.1.2 - - [15/May/2024:18:30:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=OzzJVSA&sid=zThiPQNpBYMaODo3AAAU HTTP/2.0" 200 1 "https://tinypilot-parsons/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"