TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-03-11T18:09:45+00:00 Software versions TinyPilot version: 2.6.3 uStreamer version: 5.43 System information OS version: Linux tinypilot-applied 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: 58.9'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml ustreamer_h264_bitrate: 18000 TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM BindsTo=nginx.service After=syslog.target network.target nginx.service StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment=APP_SETTINGS_FILE=/home/tinypilot/app_settings.cfg Restart=always [Install] WantedBy=multi-user.target TinyPilot logs Mar 11 18:09:38 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 11 18:09:38 tinypilot-applied python[680]: self._target(*self._args, **self._kwargs) Mar 11 18:09:38 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 11 18:09:38 tinypilot-applied python[680]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 11 18:09:38 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 11 18:09:38 tinypilot-applied python[680]: return self.handlers[namespace][event](*args) Mar 11 18:09:38 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 11 18:09:38 tinypilot-applied python[680]: return self._handle_event(handler, message, namespace, sid, Mar 11 18:09:38 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 11 18:09:38 tinypilot-applied python[680]: ret = handler(*args) Mar 11 18:09:38 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 11 18:09:38 tinypilot-applied python[680]: return handler(*args, **kwargs) Mar 11 18:09:38 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 11 18:09:38 tinypilot-applied python[680]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 11 18:09:38 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 11 18:09:38 tinypilot-applied python[680]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 11 18:09:38 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 11 18:09:38 tinypilot-applied python[680]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 11 18:09:38 tinypilot-applied python[680]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 11 18:09:38 tinypilot-applied python[680]: raise result.exception Mar 11 18:09:38 tinypilot-applied python[680]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:39 tinypilot-applied python[1507]: Process ProcessWithResult-352: Mar 11 18:09:39 tinypilot-applied python[1507]: Traceback (most recent call last): Mar 11 18:09:39 tinypilot-applied python[1507]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 11 18:09:39 tinypilot-applied python[1507]: self.run() Mar 11 18:09:39 tinypilot-applied python[1507]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 11 18:09:39 tinypilot-applied python[1507]: result.return_value = self._target(*self._args, **self._kwargs) Mar 11 18:09:39 tinypilot-applied python[1507]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 11 18:09:39 tinypilot-applied python[1507]: hid_handle.write(bytearray(buffer)) Mar 11 18:09:39 tinypilot-applied python[1507]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:40 tinypilot-applied python[680]: Exception in thread Thread-418: Mar 11 18:09:40 tinypilot-applied python[680]: Traceback (most recent call last): Mar 11 18:09:40 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 11 18:09:40 tinypilot-applied python[680]: self.run() Mar 11 18:09:40 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 11 18:09:40 tinypilot-applied python[680]: self._target(*self._args, **self._kwargs) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 11 18:09:40 tinypilot-applied python[680]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 11 18:09:40 tinypilot-applied python[680]: return self.handlers[namespace][event](*args) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 11 18:09:40 tinypilot-applied python[680]: return self._handle_event(handler, message, namespace, sid, Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 11 18:09:40 tinypilot-applied python[680]: ret = handler(*args) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 11 18:09:40 tinypilot-applied python[680]: return handler(*args, **kwargs) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 11 18:09:40 tinypilot-applied python[680]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 11 18:09:40 tinypilot-applied python[680]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 11 18:09:40 tinypilot-applied python[680]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 11 18:09:40 tinypilot-applied python[680]: raise result.exception Mar 11 18:09:40 tinypilot-applied python[680]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:40 tinypilot-applied python[1508]: Process ProcessWithResult-353: Mar 11 18:09:40 tinypilot-applied python[1508]: Traceback (most recent call last): Mar 11 18:09:40 tinypilot-applied python[1508]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 11 18:09:40 tinypilot-applied python[1508]: self.run() Mar 11 18:09:40 tinypilot-applied python[1508]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 11 18:09:40 tinypilot-applied python[1508]: result.return_value = self._target(*self._args, **self._kwargs) Mar 11 18:09:40 tinypilot-applied python[1508]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 11 18:09:40 tinypilot-applied python[1508]: hid_handle.write(bytearray(buffer)) Mar 11 18:09:40 tinypilot-applied python[1508]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:40 tinypilot-applied python[680]: Exception in thread Thread-419: Mar 11 18:09:40 tinypilot-applied python[680]: Traceback (most recent call last): Mar 11 18:09:40 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 11 18:09:40 tinypilot-applied python[680]: self.run() Mar 11 18:09:40 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 11 18:09:40 tinypilot-applied python[680]: self._target(*self._args, **self._kwargs) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 11 18:09:40 tinypilot-applied python[680]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 11 18:09:40 tinypilot-applied python[680]: return self.handlers[namespace][event](*args) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 11 18:09:40 tinypilot-applied python[680]: return self._handle_event(handler, message, namespace, sid, Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 11 18:09:40 tinypilot-applied python[680]: ret = handler(*args) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 11 18:09:40 tinypilot-applied python[680]: return handler(*args, **kwargs) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 11 18:09:40 tinypilot-applied python[680]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 11 18:09:40 tinypilot-applied python[680]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 11 18:09:40 tinypilot-applied python[680]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 11 18:09:40 tinypilot-applied python[680]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 11 18:09:40 tinypilot-applied python[680]: raise result.exception Mar 11 18:09:40 tinypilot-applied python[680]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:41 tinypilot-applied python[1509]: Process ProcessWithResult-354: Mar 11 18:09:41 tinypilot-applied python[1509]: Traceback (most recent call last): Mar 11 18:09:41 tinypilot-applied python[1509]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 11 18:09:41 tinypilot-applied python[1509]: self.run() Mar 11 18:09:41 tinypilot-applied python[1509]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 11 18:09:41 tinypilot-applied python[1509]: result.return_value = self._target(*self._args, **self._kwargs) Mar 11 18:09:41 tinypilot-applied python[1509]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 11 18:09:41 tinypilot-applied python[1509]: hid_handle.write(bytearray(buffer)) Mar 11 18:09:41 tinypilot-applied python[1509]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:41 tinypilot-applied python[680]: Exception in thread Thread-421: Mar 11 18:09:41 tinypilot-applied python[680]: Traceback (most recent call last): Mar 11 18:09:41 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 11 18:09:41 tinypilot-applied python[680]: self.run() Mar 11 18:09:41 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 11 18:09:41 tinypilot-applied python[680]: self._target(*self._args, **self._kwargs) Mar 11 18:09:41 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 11 18:09:41 tinypilot-applied python[680]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 11 18:09:41 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 11 18:09:41 tinypilot-applied python[680]: return self.handlers[namespace][event](*args) Mar 11 18:09:41 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 11 18:09:41 tinypilot-applied python[680]: return self._handle_event(handler, message, namespace, sid, Mar 11 18:09:41 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 11 18:09:41 tinypilot-applied python[680]: ret = handler(*args) Mar 11 18:09:41 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 11 18:09:41 tinypilot-applied python[680]: return handler(*args, **kwargs) Mar 11 18:09:41 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 11 18:09:41 tinypilot-applied python[680]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 11 18:09:41 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 11 18:09:41 tinypilot-applied python[680]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 11 18:09:41 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 11 18:09:41 tinypilot-applied python[680]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 11 18:09:41 tinypilot-applied python[680]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 11 18:09:41 tinypilot-applied python[680]: raise result.exception Mar 11 18:09:41 tinypilot-applied python[680]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:42 tinypilot-applied python[1510]: Process ProcessWithResult-355: Mar 11 18:09:42 tinypilot-applied python[1510]: Traceback (most recent call last): Mar 11 18:09:42 tinypilot-applied python[1510]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 11 18:09:42 tinypilot-applied python[1510]: self.run() Mar 11 18:09:42 tinypilot-applied python[1510]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 11 18:09:42 tinypilot-applied python[1510]: result.return_value = self._target(*self._args, **self._kwargs) Mar 11 18:09:42 tinypilot-applied python[1510]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 11 18:09:42 tinypilot-applied python[1510]: hid_handle.write(bytearray(buffer)) Mar 11 18:09:42 tinypilot-applied python[1510]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:42 tinypilot-applied python[680]: Exception in thread Thread-422: Mar 11 18:09:42 tinypilot-applied python[680]: Traceback (most recent call last): Mar 11 18:09:42 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 11 18:09:42 tinypilot-applied python[680]: self.run() Mar 11 18:09:42 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 11 18:09:42 tinypilot-applied python[680]: self._target(*self._args, **self._kwargs) Mar 11 18:09:42 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 11 18:09:42 tinypilot-applied python[680]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 11 18:09:42 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 11 18:09:42 tinypilot-applied python[680]: return self.handlers[namespace][event](*args) Mar 11 18:09:42 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 11 18:09:42 tinypilot-applied python[680]: return self._handle_event(handler, message, namespace, sid, Mar 11 18:09:42 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 11 18:09:42 tinypilot-applied python[680]: ret = handler(*args) Mar 11 18:09:42 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 11 18:09:42 tinypilot-applied python[680]: return handler(*args, **kwargs) Mar 11 18:09:42 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 11 18:09:42 tinypilot-applied python[680]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 11 18:09:42 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 11 18:09:42 tinypilot-applied python[680]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 11 18:09:42 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 11 18:09:42 tinypilot-applied python[680]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 11 18:09:42 tinypilot-applied python[680]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 11 18:09:42 tinypilot-applied python[680]: raise result.exception Mar 11 18:09:42 tinypilot-applied python[680]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:43 tinypilot-applied python[1511]: Process ProcessWithResult-356: Mar 11 18:09:43 tinypilot-applied python[1511]: Traceback (most recent call last): Mar 11 18:09:43 tinypilot-applied python[1511]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 11 18:09:43 tinypilot-applied python[1511]: self.run() Mar 11 18:09:43 tinypilot-applied python[1511]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 11 18:09:43 tinypilot-applied python[1511]: result.return_value = self._target(*self._args, **self._kwargs) Mar 11 18:09:43 tinypilot-applied python[1511]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 11 18:09:43 tinypilot-applied python[1511]: hid_handle.write(bytearray(buffer)) Mar 11 18:09:43 tinypilot-applied python[1511]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:43 tinypilot-applied python[680]: Exception in thread Thread-423: Mar 11 18:09:43 tinypilot-applied python[680]: Traceback (most recent call last): Mar 11 18:09:43 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 11 18:09:43 tinypilot-applied python[680]: self.run() Mar 11 18:09:43 tinypilot-applied python[680]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 11 18:09:43 tinypilot-applied python[680]: self._target(*self._args, **self._kwargs) Mar 11 18:09:43 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 11 18:09:43 tinypilot-applied python[680]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 11 18:09:43 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 11 18:09:43 tinypilot-applied python[680]: return self.handlers[namespace][event](*args) Mar 11 18:09:43 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 11 18:09:43 tinypilot-applied python[680]: return self._handle_event(handler, message, namespace, sid, Mar 11 18:09:43 tinypilot-applied python[680]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 11 18:09:43 tinypilot-applied python[680]: ret = handler(*args) Mar 11 18:09:43 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 11 18:09:43 tinypilot-applied python[680]: return handler(*args, **kwargs) Mar 11 18:09:43 tinypilot-applied python[680]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 11 18:09:43 tinypilot-applied python[680]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 11 18:09:43 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 11 18:09:43 tinypilot-applied python[680]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 11 18:09:43 tinypilot-applied python[680]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 11 18:09:43 tinypilot-applied python[680]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 11 18:09:43 tinypilot-applied python[680]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 11 18:09:43 tinypilot-applied python[680]: raise result.exception Mar 11 18:09:43 tinypilot-applied python[680]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 11 18:09:45 tinypilot-applied sudo[1512]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Mar 11 18:09:45 tinypilot-applied sudo[1512]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Mar 11 18:09:46 tinypilot-applied runuser[1527]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Mar 11 18:09:46 tinypilot-applied runuser[1527]: pam_unix(runuser:session): session closed for user tinypilot Mar 11 18:09:47 tinypilot-applied runuser[1541]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Mar 11 18:09:50 tinypilot-applied python[1548]: 2024-03-11 18:09:50.118 app.main INFO Starting app Mar 11 18:09:50 tinypilot-applied python[1548]: 2024-03-11 18:09:50.267 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Mar 11 18:09:50 tinypilot-applied python[1548]: 2024-03-11 18:09:50.273 db.store INFO Read 7 database migrations from disk Mar 11 18:09:50 tinypilot-applied runuser[1541]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-03-11 16:45:23.792 __main__ INFO Starting TinyPilot update 2024-03-11 16:45:23.798 __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 + bash -s -- --version 2.6.3 + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + 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 ++ cut --delimiter ' ' --fields 7 ++ grep --fixed-strings Mem: ++ tr --squeeze-repeats ' ' ++ free --mebi + AVAILABLE_MEMORY_MIB=1366 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1366 >= 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=1000000094278e85 + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.3 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000094278e85' --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://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] Get:2 https://pkgs.tailscale.com/stable/raspbian bullseye InRelease Get:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] 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] Fetched 13.6 MB in 10s (1,357 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 90 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-03-11 16:46:27.740 __main__ INFO Update completed successfully 2024-03-11 16:46:27.742 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-03-11 16:46:27.747 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: 18000 uStreamer logs Mar 11 18:00:47 tinypilot-applied launch[504]: -- INFO [12.776 stream] -- Creating pool JPEG with 3 workers ... Mar 11 18:00:47 tinypilot-applied launch[504]: -- INFO [12.776 stream] -- Capturing ... Mar 11 18:00:47 tinypilot-applied launch[504]: -- INFO [12.786 stream] -- H264: Configuring encoder: DMA=1 ... Mar 11 18:00:47 tinypilot-applied launch[504]: -- INFO [12.786 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Mar 11 18:00:47 tinypilot-applied launch[504]: -- INFO [12.824 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Mar 11 18:00:47 tinypilot-applied launch[504]: -- INFO [12.847 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Mar 11 18:00:56 tinypilot-applied launch[504]: -- INFO [21.779 http] -- HTTP: NEW client (now=1): [192.168.1.12]:54606, id=e2130ec68e36171 Mar 11 18:00:56 tinypilot-applied launch[504]: -- INFO [22.126 stream] -- H264: Requested keyframe by a sink client Mar 11 18:00:56 tinypilot-applied launch[504]: -- INFO [22.206 stream] -- H264: Requested keyframe by a sink client Mar 11 18:00:57 tinypilot-applied launch[504]: -- INFO [22.252 http] -- HTTP: DEL client (now=0): [192.168.1.12]:54606, id=e2130ec68e36171, Resource temporarily unavailable (reading,eof) Mar 11 18:00:57 tinypilot-applied launch[504]: -- INFO [22.253 stream] -- H264: Requested keyframe by a sink client Mar 11 18:01:05 tinypilot-applied launch[504]: -- INFO [30.546 http] -- HTTP: NEW client (now=1): [100.99.11.105]:54608, id=11b6dc0e62c6d08a Mar 11 18:02:44 tinypilot-applied launch[504]: -- INFO [74.126 http] -- HTTP: NEW client (now=2): [192.168.1.12]:49984, id=7b1d69d982b9c7f Mar 11 18:02:45 tinypilot-applied launch[504]: -- INFO [75.346 stream] -- H264: Requested keyframe by a sink client Mar 11 18:02:46 tinypilot-applied launch[504]: -- INFO [75.405 stream] -- H264: Requested keyframe by a sink client Mar 11 18:02:46 tinypilot-applied launch[504]: -- INFO [75.425 http] -- HTTP: DEL client (now=1): [192.168.1.12]:49984, id=7b1d69d982b9c7f, Resource temporarily unavailable (reading,eof) Mar 11 18:02:49 tinypilot-applied launch[504]: -- INFO [79.209 http] -- HTTP: DEL client (now=0): [100.99.11.105]:54608, id=11b6dc0e62c6d08a, Connection reset by peer (writing,error) Mar 11 18:02:58 tinypilot-applied launch[504]: -- INFO [88.144 http] -- HTTP: NEW client (now=1): [100.99.11.105]:56544, id=94fbace19fa4a242 Mar 11 18:03:03 tinypilot-applied launch[504]: -- INFO [92.509 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:03 tinypilot-applied launch[504]: -- INFO [92.584 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:03 tinypilot-applied launch[504]: -- INFO [92.713 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:03 tinypilot-applied launch[504]: -- INFO [92.767 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:04 tinypilot-applied launch[504]: -- INFO [93.579 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:04 tinypilot-applied launch[504]: -- INFO [93.634 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:04 tinypilot-applied launch[504]: -- INFO [93.788 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:04 tinypilot-applied launch[504]: -- INFO [93.844 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:04 tinypilot-applied launch[504]: -- INFO [93.952 http] -- HTTP: DEL client (now=0): [100.99.11.105]:56544, id=94fbace19fa4a242, Connection reset by peer (writing,error) Mar 11 18:03:50 tinypilot-applied launch[504]: -- INFO [139.998 http] -- HTTP: NEW client (now=1): [192.168.1.12]:60356, id=35d4ae5b37c6ffc4 Mar 11 18:03:51 tinypilot-applied launch[504]: -- INFO [140.422 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:51 tinypilot-applied launch[504]: -- INFO [140.482 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:51 tinypilot-applied launch[504]: -- INFO [140.530 http] -- HTTP: DEL client (now=0): [192.168.1.12]:60356, id=35d4ae5b37c6ffc4, Connection reset by peer (reading,error) Mar 11 18:03:51 tinypilot-applied launch[504]: -- INFO [141.366 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:52 tinypilot-applied launch[504]: -- INFO [141.423 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:52 tinypilot-applied launch[504]: -- INFO [141.592 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:52 tinypilot-applied launch[504]: -- INFO [141.663 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:53 tinypilot-applied launch[504]: -- INFO [142.766 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:53 tinypilot-applied launch[504]: -- INFO [142.828 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:53 tinypilot-applied launch[504]: -- INFO [143.022 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:53 tinypilot-applied launch[504]: -- INFO [143.082 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:54 tinypilot-applied launch[504]: -- INFO [144.262 stream] -- H264: Requested keyframe by a sink client Mar 11 18:03:54 tinypilot-applied launch[504]: -- INFO [144.325 stream] -- H264: Requested keyframe by a sink client Mar 11 18:04:04 tinypilot-applied launch[504]: -- INFO [153.860 http] -- HTTP: NEW client (now=1): [192.168.1.12]:45354, id=f3ebe72388d55563 Mar 11 18:04:04 tinypilot-applied launch[504]: -- INFO [154.365 stream] -- H264: Requested keyframe by a sink client Mar 11 18:04:05 tinypilot-applied launch[504]: -- INFO [154.431 stream] -- H264: Requested keyframe by a sink client Mar 11 18:04:05 tinypilot-applied launch[504]: -- INFO [154.484 http] -- HTTP: DEL client (now=0): [192.168.1.12]:45354, id=f3ebe72388d55563, Resource temporarily unavailable (reading,eof) Mar 11 18:04:25 tinypilot-applied launch[504]: -- INFO [174.441 stream] -- H264: Requested keyframe by a sink client Mar 11 18:04:25 tinypilot-applied launch[504]: -- INFO [174.495 stream] -- H264: Requested keyframe by a sink client Mar 11 18:04:32 tinypilot-applied launch[504]: -- INFO [181.449 stream] -- H264: Requested keyframe by a sink client Mar 11 18:04:32 tinypilot-applied launch[504]: -- INFO [181.501 stream] -- H264: Requested keyframe by a sink client Mar 11 18:05:02 tinypilot-applied launch[504]: -- INFO [211.742 http] -- HTTP: NEW client (now=1): [100.99.11.105]:33352, id=cc1c25a71b2e33c4 Mar 11 18:05:07 tinypilot-applied launch[504]: -- INFO [216.581 stream] -- H264: Requested keyframe by a sink client Mar 11 18:05:07 tinypilot-applied launch[504]: -- INFO [216.635 stream] -- H264: Requested keyframe by a sink client Mar 11 18:05:07 tinypilot-applied launch[504]: -- INFO [216.823 stream] -- H264: Requested keyframe by a sink client Mar 11 18:05:07 tinypilot-applied launch[504]: -- INFO [216.879 stream] -- H264: Requested keyframe by a sink client Mar 11 18:05:07 tinypilot-applied launch[504]: -- INFO [216.997 http] -- HTTP: DEL client (now=0): [100.99.11.105]:33352, id=cc1c25a71b2e33c4, Connection reset by peer (writing,error) Mar 11 18:05:46 tinypilot-applied launch[504]: -- INFO [255.413 stream] -- H264: Requested keyframe by a sink client Mar 11 18:05:46 tinypilot-applied launch[504]: -- INFO [255.460 stream] -- H264: Requested keyframe by a sink client Mar 11 18:06:27 tinypilot-applied launch[504]: -- INFO [296.620 stream] -- H264: Requested keyframe by a sink client Mar 11 18:06:27 tinypilot-applied launch[504]: -- INFO [296.679 stream] -- H264: Requested keyframe by a sink client Mar 11 18:06:27 tinypilot-applied launch[504]: -- INFO [296.822 stream] -- H264: Requested keyframe by a sink client Mar 11 18:06:27 tinypilot-applied launch[504]: -- INFO [296.868 stream] -- H264: Requested keyframe by a sink client Mar 11 18:06:43 tinypilot-applied launch[504]: -- INFO [313.050 stream] -- H264: Requested keyframe by a sink client Mar 11 18:06:43 tinypilot-applied launch[504]: -- INFO [313.106 stream] -- H264: Requested keyframe by a sink client Mar 11 18:06:53 tinypilot-applied launch[504]: -- INFO [323.265 stream] -- H264: Requested keyframe by a sink client Mar 11 18:06:53 tinypilot-applied launch[504]: -- INFO [323.312 stream] -- H264: Requested keyframe by a sink client Mar 11 18:07:00 tinypilot-applied launch[504]: -- INFO [330.065 stream] -- H264: Requested keyframe by a sink client Mar 11 18:07:00 tinypilot-applied launch[504]: -- INFO [330.119 stream] -- H264: Requested keyframe by a sink client Mar 11 18:07:00 tinypilot-applied launch[504]: -- INFO [330.277 stream] -- H264: Requested keyframe by a sink client Mar 11 18:07:00 tinypilot-applied launch[504]: -- INFO [330.330 stream] -- H264: Requested keyframe by a sink client Mar 11 18:07:06 tinypilot-applied launch[504]: -- INFO [335.526 stream] -- H264: Requested keyframe by a sink client Mar 11 18:07:06 tinypilot-applied launch[504]: -- INFO [335.579 stream] -- H264: Requested keyframe by a sink client Mar 11 18:07:06 tinypilot-applied launch[504]: -- INFO [335.746 stream] -- H264: Requested keyframe by a sink client Mar 11 18:07:06 tinypilot-applied launch[504]: -- INFO [335.799 stream] -- H264: Requested keyframe by a sink client Mar 11 18:09:09 tinypilot-applied launch[504]: -- INFO [459.023 stream] -- H264: Requested keyframe by a sink client Mar 11 18:09:09 tinypilot-applied launch[504]: -- INFO [459.083 stream] -- H264: Requested keyframe by a sink client Mar 11 18:09:36 tinypilot-applied launch[504]: -- INFO [485.541 http] -- HTTP: NEW client (now=1): [192.168.1.12]:48598, id=bfaa3725bbbddf28 Mar 11 18:09:36 tinypilot-applied launch[504]: -- INFO [486.344 stream] -- H264: Requested keyframe by a sink client Mar 11 18:09:37 tinypilot-applied launch[504]: -- INFO [486.437 http] -- HTTP: DEL client (now=0): [192.168.1.12]:48598, id=bfaa3725bbbddf28, Resource temporarily unavailable (reading,eof) Mar 11 18:09:46 tinypilot-applied launch[504]: -- INFO [495.635 stream] -- H264: Requested keyframe by a sink client Mar 11 18:09:46 tinypilot-applied launch[504]: -- INFO [495.703 stream] -- H264: Requested keyframe by a sink client nginx logs -- Journal begins at Mon 2024-03-11 17:58:06 GMT, ends at Mon 2024-03-11 18:09:50 GMT. -- Mar 11 18:00:42 tinypilot-applied systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 11 18:00:44 tinypilot-applied systemd[1]: Started A high performance web server and a reverse proxy server. 2024/03/11 16:46:11 [notice] 2207#2207: signal process started 2024/03/11 16:46:17 [error] 2209#2209: *76 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.12, server: tinypilot, request: "GET /api/latestRelease HTTP/2.0", upstream: "http://127.0.0.1:48000/api/latestRelease", host: "tinypilot-applied", referrer: "https://tinypilot-applied/" 2024/03/11 16:46:18 [error] 2209#2209: *76 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.12, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=OukQ6h7 HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=OukQ6h7", host: "tinypilot-applied", referrer: "https://tinypilot-applied/" 2024/03/11 16:46:19 [error] 2209#2209: *76 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.12, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=OukQ745 HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=OukQ745", host: "tinypilot-applied", referrer: "https://tinypilot-applied/" 2024/03/11 17:58:05 [error] 676#676: *200 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.12, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot-applied", referrer: "https://tinypilot-applied/" 2024/03/11 17:58:05 [error] 676#676: *200 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.1.12, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", subrequest: "/auth", upstream: "http://127.0.0.1:48000/api/auth", host: "tinypilot-applied", referrer: "https://tinypilot-applied/" 2024/03/11 17:58:05 [error] 676#676: *200 auth request unexpected status: 502 while sending response to client, client: 192.168.1.12, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", host: "tinypilot-applied", referrer: "https://tinypilot-applied/" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /js/mouse.js HTTP/2.0" 200 8492 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot-applied/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /css/button.css HTTP/2.0" 200 1976 "https://tinypilot-applied/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /css/cursors.css HTTP/2.0" 200 618 "https://tinypilot-applied/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://tinypilot-applied/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot-applied/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot-applied/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://tinypilot-applied/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://tinypilot-applied/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:35 +0000] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot-applied/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /img/warning-icon.svg HTTP/2.0" 304 0 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /img/video-stream-icon.svg HTTP/2.0" 304 0 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /img/clipboard-icon.svg HTTP/2.0" 304 0 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /img/logo.svg HTTP/2.0" 304 0 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /img/angle-down-icon.svg HTTP/2.0" 304 0 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /img/external-link-icon.svg HTTP/2.0" 304 0 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OukjArV HTTP/2.0" 200 97 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "POST /socket.io/?EIO=4&transport=polling&t=OukjAup&sid=m0fVBvsEQE9GJlvAAAAO HTTP/2.0" 200 2 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OukjAuq&sid=m0fVBvsEQE9GJlvAAAAO HTTP/2.0" 200 32 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "POST /socket.io/?EIO=4&transport=polling&t=OukjAzJ&sid=m0fVBvsEQE9GJlvAAAAO HTTP/2.0" 200 2 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:36 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OukjAyT&sid=m0fVBvsEQE9GJlvAAAAO HTTP/2.0" 200 1 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:37 +0000] "GET /stream?advance_headers=1 HTTP/2.0" 200 5457915 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.12 - - [11/Mar/2024:18:09:37 +0000] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://tinypilot-applied/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"