TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-10-07T11:45:27+01:00 Software versions TinyPilot version: 2.6.4 uStreamer version: 5.43 System information OS version: Linux tinypilot1 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) wlan1 (down) Static IP: Not set Mouse jiggler: disabled CPU Temperature: 42.8'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml janus_stun_port: 19302 janus_stun_server: stun.l.google.com ustreamer_h264_bitrate: 20000 ustreamer_quality: 100 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 Oct 07 11:38:52 tinypilot1 python[617]: raise result.exception Oct 07 11:38:52 tinypilot1 python[617]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:38:52 tinypilot1 python[1456]: Process ProcessWithResult-197: Oct 07 11:38:52 tinypilot1 python[1456]: Traceback (most recent call last): Oct 07 11:38:52 tinypilot1 python[1456]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Oct 07 11:38:52 tinypilot1 python[1456]: self.run() Oct 07 11:38:52 tinypilot1 python[1456]: File "/opt/tinypilot/app/execute.py", line 37, in run Oct 07 11:38:52 tinypilot1 python[1456]: result.return_value = self._target(*self._args, **self._kwargs) Oct 07 11:38:52 tinypilot1 python[1456]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Oct 07 11:38:52 tinypilot1 python[1456]: hid_handle.write(bytearray(buffer)) Oct 07 11:38:52 tinypilot1 python[1456]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:38:52 tinypilot1 python[617]: Exception in thread Thread-286: Oct 07 11:38:52 tinypilot1 python[617]: Traceback (most recent call last): Oct 07 11:38:52 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Oct 07 11:38:52 tinypilot1 python[617]: self.run() Oct 07 11:38:52 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 892, in run Oct 07 11:38:52 tinypilot1 python[617]: self._target(*self._args, **self._kwargs) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Oct 07 11:38:52 tinypilot1 python[617]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Oct 07 11:38:52 tinypilot1 python[617]: return self.handlers[namespace][event](*args) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Oct 07 11:38:52 tinypilot1 python[617]: return self._handle_event(handler, message, namespace, sid, Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Oct 07 11:38:52 tinypilot1 python[617]: ret = handler(*args) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Oct 07 11:38:52 tinypilot1 python[617]: return handler(*args, **kwargs) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Oct 07 11:38:52 tinypilot1 python[617]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Oct 07 11:38:52 tinypilot1 python[617]: hid_write.write_to_hid_interface(mouse_path, buf) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Oct 07 11:38:52 tinypilot1 python[617]: execute.with_timeout(_write_to_hid_interface_immediately, Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Oct 07 11:38:52 tinypilot1 python[617]: raise result.exception Oct 07 11:38:52 tinypilot1 python[617]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:38:52 tinypilot1 python[1457]: Process ProcessWithResult-198: Oct 07 11:38:52 tinypilot1 python[1457]: Traceback (most recent call last): Oct 07 11:38:52 tinypilot1 python[1457]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Oct 07 11:38:52 tinypilot1 python[1457]: self.run() Oct 07 11:38:52 tinypilot1 python[1457]: File "/opt/tinypilot/app/execute.py", line 37, in run Oct 07 11:38:52 tinypilot1 python[1457]: result.return_value = self._target(*self._args, **self._kwargs) Oct 07 11:38:52 tinypilot1 python[1457]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Oct 07 11:38:52 tinypilot1 python[1457]: hid_handle.write(bytearray(buffer)) Oct 07 11:38:52 tinypilot1 python[1457]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:38:52 tinypilot1 python[617]: Exception in thread Thread-287: Oct 07 11:38:52 tinypilot1 python[617]: Traceback (most recent call last): Oct 07 11:38:52 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Oct 07 11:38:52 tinypilot1 python[617]: self.run() Oct 07 11:38:52 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 892, in run Oct 07 11:38:52 tinypilot1 python[617]: self._target(*self._args, **self._kwargs) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Oct 07 11:38:52 tinypilot1 python[617]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Oct 07 11:38:52 tinypilot1 python[617]: return self.handlers[namespace][event](*args) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Oct 07 11:38:52 tinypilot1 python[617]: return self._handle_event(handler, message, namespace, sid, Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Oct 07 11:38:52 tinypilot1 python[617]: ret = handler(*args) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Oct 07 11:38:52 tinypilot1 python[617]: return handler(*args, **kwargs) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Oct 07 11:38:52 tinypilot1 python[617]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Oct 07 11:38:52 tinypilot1 python[617]: hid_write.write_to_hid_interface(mouse_path, buf) Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Oct 07 11:38:52 tinypilot1 python[617]: execute.with_timeout(_write_to_hid_interface_immediately, Oct 07 11:38:52 tinypilot1 python[617]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Oct 07 11:38:52 tinypilot1 python[617]: raise result.exception Oct 07 11:38:52 tinypilot1 python[617]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:38:52 tinypilot1 python[1458]: Process ProcessWithResult-199: Oct 07 11:38:53 tinypilot1 python[1458]: Traceback (most recent call last): Oct 07 11:38:53 tinypilot1 python[1458]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Oct 07 11:38:53 tinypilot1 python[1458]: self.run() Oct 07 11:38:53 tinypilot1 python[1458]: File "/opt/tinypilot/app/execute.py", line 37, in run Oct 07 11:38:53 tinypilot1 python[1458]: result.return_value = self._target(*self._args, **self._kwargs) Oct 07 11:38:53 tinypilot1 python[1458]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Oct 07 11:38:53 tinypilot1 python[1458]: hid_handle.write(bytearray(buffer)) Oct 07 11:38:53 tinypilot1 python[1458]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:38:53 tinypilot1 python[617]: Exception in thread Thread-288: Oct 07 11:38:53 tinypilot1 python[617]: Traceback (most recent call last): Oct 07 11:38:53 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Oct 07 11:38:53 tinypilot1 python[617]: self.run() Oct 07 11:38:53 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 892, in run Oct 07 11:38:53 tinypilot1 python[617]: self._target(*self._args, **self._kwargs) Oct 07 11:38:53 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Oct 07 11:38:53 tinypilot1 python[617]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Oct 07 11:38:53 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Oct 07 11:38:53 tinypilot1 python[617]: return self.handlers[namespace][event](*args) Oct 07 11:38:53 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Oct 07 11:38:53 tinypilot1 python[617]: return self._handle_event(handler, message, namespace, sid, Oct 07 11:38:53 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Oct 07 11:38:53 tinypilot1 python[617]: ret = handler(*args) Oct 07 11:38:53 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Oct 07 11:38:53 tinypilot1 python[617]: return handler(*args, **kwargs) Oct 07 11:38:53 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Oct 07 11:38:53 tinypilot1 python[617]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Oct 07 11:38:53 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Oct 07 11:38:53 tinypilot1 python[617]: hid_write.write_to_hid_interface(mouse_path, buf) Oct 07 11:38:53 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Oct 07 11:38:53 tinypilot1 python[617]: execute.with_timeout(_write_to_hid_interface_immediately, Oct 07 11:38:53 tinypilot1 python[617]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Oct 07 11:38:53 tinypilot1 python[617]: raise result.exception Oct 07 11:38:53 tinypilot1 python[617]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:38:55 tinypilot1 sudo[1459]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Oct 07 11:38:55 tinypilot1 sudo[1459]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=110) Oct 07 11:38:56 tinypilot1 runuser[1474]: pam_unix(runuser:session): session opened for user tinypilot(uid=110) by (uid=0) Oct 07 11:38:56 tinypilot1 runuser[1474]: pam_unix(runuser:session): session closed for user tinypilot Oct 07 11:38:56 tinypilot1 runuser[1482]: pam_unix(runuser:session): session opened for user tinypilot(uid=110) by (uid=0) Oct 07 11:38:56 tinypilot1 runuser[1482]: pam_unix(runuser:session): session closed for user tinypilot Oct 07 11:40:31 tinypilot1 runuser[1498]: pam_unix(runuser:session): session opened for user tinypilot(uid=110) by (uid=0) Oct 07 11:40:33 tinypilot1 python[1505]: 2024-10-07 11:40:33.824 app.main INFO Starting app Oct 07 11:40:33 tinypilot1 python[1505]: 2024-10-07 11:40:33.925 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Oct 07 11:40:33 tinypilot1 python[1505]: 2024-10-07 11:40:33.996 db.store INFO Read 7 database migrations from disk Oct 07 11:40:34 tinypilot1 runuser[1498]: pam_unix(runuser:session): session closed for user tinypilot Oct 07 11:41:11 tinypilot1 sudo[1459]: pam_unix(sudo:session): session closed for user root Oct 07 11:41:12 tinypilot1 python[617]: 2024-10-07 11:41:12.714 socket_api INFO Client 60SdqJrsE-Sh5FC4AAAj disconnected Oct 07 11:41:12 tinypilot1 python[617]: 2024-10-07 11:41:12.924 socket_api INFO Client nVHBdZJv8dnfXXnSAAAp connected Oct 07 11:43:15 tinypilot1 python[1529]: Process ProcessWithResult-200: Oct 07 11:43:15 tinypilot1 python[1529]: Traceback (most recent call last): Oct 07 11:43:15 tinypilot1 python[1529]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Oct 07 11:43:15 tinypilot1 python[1529]: self.run() Oct 07 11:43:15 tinypilot1 python[1529]: File "/opt/tinypilot/app/execute.py", line 37, in run Oct 07 11:43:15 tinypilot1 python[1529]: result.return_value = self._target(*self._args, **self._kwargs) Oct 07 11:43:15 tinypilot1 python[1529]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Oct 07 11:43:15 tinypilot1 python[1529]: hid_handle.write(bytearray(buffer)) Oct 07 11:43:15 tinypilot1 python[1529]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:43:15 tinypilot1 python[617]: Exception in thread Thread-305: Oct 07 11:43:15 tinypilot1 python[617]: Traceback (most recent call last): Oct 07 11:43:15 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Oct 07 11:43:15 tinypilot1 python[617]: self.run() Oct 07 11:43:15 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 892, in run Oct 07 11:43:15 tinypilot1 python[617]: self._target(*self._args, **self._kwargs) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Oct 07 11:43:15 tinypilot1 python[617]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Oct 07 11:43:15 tinypilot1 python[617]: return self.handlers[namespace][event](*args) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Oct 07 11:43:15 tinypilot1 python[617]: return self._handle_event(handler, message, namespace, sid, Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Oct 07 11:43:15 tinypilot1 python[617]: ret = handler(*args) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Oct 07 11:43:15 tinypilot1 python[617]: return handler(*args, **kwargs) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Oct 07 11:43:15 tinypilot1 python[617]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Oct 07 11:43:15 tinypilot1 python[617]: hid_write.write_to_hid_interface(mouse_path, buf) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Oct 07 11:43:15 tinypilot1 python[617]: execute.with_timeout(_write_to_hid_interface_immediately, Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Oct 07 11:43:15 tinypilot1 python[617]: raise result.exception Oct 07 11:43:15 tinypilot1 python[617]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:43:15 tinypilot1 python[1530]: Process ProcessWithResult-201: Oct 07 11:43:15 tinypilot1 python[1530]: Traceback (most recent call last): Oct 07 11:43:15 tinypilot1 python[1530]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Oct 07 11:43:15 tinypilot1 python[1530]: self.run() Oct 07 11:43:15 tinypilot1 python[1530]: File "/opt/tinypilot/app/execute.py", line 37, in run Oct 07 11:43:15 tinypilot1 python[1530]: result.return_value = self._target(*self._args, **self._kwargs) Oct 07 11:43:15 tinypilot1 python[1530]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Oct 07 11:43:15 tinypilot1 python[1530]: hid_handle.write(bytearray(buffer)) Oct 07 11:43:15 tinypilot1 python[1530]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:43:15 tinypilot1 python[617]: Exception in thread Thread-306: Oct 07 11:43:15 tinypilot1 python[617]: Traceback (most recent call last): Oct 07 11:43:15 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Oct 07 11:43:15 tinypilot1 python[617]: self.run() Oct 07 11:43:15 tinypilot1 python[617]: File "/usr/lib/python3.9/threading.py", line 892, in run Oct 07 11:43:15 tinypilot1 python[617]: self._target(*self._args, **self._kwargs) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Oct 07 11:43:15 tinypilot1 python[617]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Oct 07 11:43:15 tinypilot1 python[617]: return self.handlers[namespace][event](*args) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Oct 07 11:43:15 tinypilot1 python[617]: return self._handle_event(handler, message, namespace, sid, Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Oct 07 11:43:15 tinypilot1 python[617]: ret = handler(*args) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Oct 07 11:43:15 tinypilot1 python[617]: return handler(*args, **kwargs) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Oct 07 11:43:15 tinypilot1 python[617]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Oct 07 11:43:15 tinypilot1 python[617]: hid_write.write_to_hid_interface(mouse_path, buf) Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Oct 07 11:43:15 tinypilot1 python[617]: execute.with_timeout(_write_to_hid_interface_immediately, Oct 07 11:43:15 tinypilot1 python[617]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Oct 07 11:43:15 tinypilot1 python[617]: raise result.exception Oct 07 11:43:15 tinypilot1 python[617]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Oct 07 11:43:17 tinypilot1 sudo[1531]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Oct 07 11:43:17 tinypilot1 sudo[1531]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=110) Oct 07 11:43:18 tinypilot1 runuser[1546]: pam_unix(runuser:session): session opened for user tinypilot(uid=110) by (uid=0) Oct 07 11:43:18 tinypilot1 runuser[1546]: pam_unix(runuser:session): session closed for user tinypilot Oct 07 11:43:18 tinypilot1 runuser[1554]: pam_unix(runuser:session): session opened for user tinypilot(uid=110) by (uid=0) Oct 07 11:43:18 tinypilot1 runuser[1554]: pam_unix(runuser:session): session closed for user tinypilot Oct 07 11:44:36 tinypilot1 runuser[1572]: pam_unix(runuser:session): session opened for user tinypilot(uid=110) by (uid=0) Oct 07 11:44:38 tinypilot1 python[1579]: 2024-10-07 11:44:38.499 app.main INFO Starting app Oct 07 11:44:38 tinypilot1 python[1579]: 2024-10-07 11:44:38.569 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Oct 07 11:44:38 tinypilot1 python[1579]: 2024-10-07 11:44:38.575 db.store INFO Read 7 database migrations from disk Oct 07 11:44:38 tinypilot1 runuser[1572]: pam_unix(runuser:session): session closed for user tinypilot Oct 07 11:45:09 tinypilot1 sudo[1531]: pam_unix(sudo:session): session closed for user root Oct 07 11:45:10 tinypilot1 python[617]: 2024-10-07 11:45:10.044 socket_api INFO Client nVHBdZJv8dnfXXnSAAAp disconnected Oct 07 11:45:10 tinypilot1 python[617]: 2024-10-07 11:45:10.240 socket_api INFO Client 08PkC8kdcgHqUUlnAAAu connected TinyPilot update logs uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== # Settings for TC358743 HDMI to CSI-2 bridge, which are included on the # TinyPilot Voyager series of devices. --- ustreamer_encoder: m2m-image ustreamer_format: uyvy ustreamer_use_dv_timings: true ustreamer_workers: "3" ustreamer_drop_same_frames: "30" ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== janus_stun_port: 19302 janus_stun_server: stun.l.google.com ustreamer_h264_bitrate: 20000 ustreamer_quality: 100 uStreamer logs Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.241 stream] -- H264: Configuring encoder: DMA=0 ... Oct 07 11:24:02 tinypilot1 launch[568]: ================================================================================ Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.261 stream] -- Device fd=10 opened Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.261 stream] -- Using input channel: 0 Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.283 stream] -- Using resolution: 640x480 Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.283 stream] -- Using format: UYVY Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.283 stream] -- Querying HW FPS changing is not supported Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.283 stream] -- Using IO method: MMAP Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.286 stream] -- Requested 5 device buffers, got 5 Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.293 stream] -- Capturing started Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.293 stream] -- JPEG-0: Initializing encoder ... Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.293 stream] -- JPEG-1: Initializing encoder ... Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.293 stream] -- JPEG-2: Initializing encoder ... Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.293 stream] -- Using JPEG quality: 100% Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.293 stream] -- Creating pool JPEG with 3 workers ... Oct 07 11:24:02 tinypilot1 launch[568]: -- INFO [14.294 stream] -- Capturing ... Oct 07 11:24:03 tinypilot1 launch[568]: -- ERROR [15.295 stream] -- Persistent device timeout (unplugged) Oct 07 11:24:03 tinypilot1 launch[568]: -- INFO [15.491 stream] -- H264: Configuring encoder: DMA=1 ... Oct 07 11:24:03 tinypilot1 launch[568]: -- INFO [15.491 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Oct 07 11:24:03 tinypilot1 launch[568]: -- INFO [15.525 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.020 stream] -- Got V4L2 event Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.020 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.020 stream] -- Destroying workers pool JPEG ... Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.043 stream] -- Capturing stopped Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.044 stream] -- Device fd=10 closed Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.044 stream] -- Changed video frame to BLANK Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.050 stream] -- H264: Configuring encoder: DMA=0 ... Oct 07 11:24:04 tinypilot1 launch[568]: ================================================================================ Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.069 stream] -- Device fd=10 opened Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.069 stream] -- Using input channel: 0 Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.076 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.147 stream] -- Using resolution: 1920x1080 Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.147 stream] -- Using format: UYVY Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.147 stream] -- Querying HW FPS changing is not supported Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.148 stream] -- Using IO method: MMAP Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.167 stream] -- Requested 5 device buffers, got 5 Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.178 stream] -- Capturing started Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.178 stream] -- Using JPEG quality: 100% Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.178 stream] -- Creating pool JPEG with 3 workers ... Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.178 stream] -- Capturing ... Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.192 stream] -- H264: Configuring encoder: DMA=1 ... Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.193 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.243 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Oct 07 11:24:04 tinypilot1 launch[568]: -- INFO [16.279 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Oct 07 11:24:45 tinypilot1 launch[568]: -- INFO [41.366 http] -- HTTP: NEW client (now=1): [100.107.55.78]:57130, id=a79e10c68b9d5912 Oct 07 11:24:52 tinypilot1 launch[568]: -- INFO [49.024 http] -- HTTP: DEL client (now=0): [100.107.55.78]:57130, id=a79e10c68b9d5912, Resource temporarily unavailable (reading,eof) Oct 07 11:24:53 tinypilot1 launch[568]: -- INFO [49.542 http] -- HTTP: NEW client (now=1): [100.107.55.78]:57142, id=85d485cd6825c180 Oct 07 11:25:15 tinypilot1 launch[568]: -- INFO [71.172 http] -- HTTP: DEL client (now=0): [100.107.55.78]:57142, id=85d485cd6825c180, Resource temporarily unavailable (reading,eof) Oct 07 11:25:15 tinypilot1 launch[568]: -- INFO [71.507 http] -- HTTP: NEW client (now=1): [100.107.55.78]:42266, id=870722db624639ed Oct 07 11:29:19 tinypilot1 launch[568]: -- INFO [315.922 http] -- HTTP: DEL client (now=0): [100.107.55.78]:42266, id=870722db624639ed, Resource temporarily unavailable (reading,eof) Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.301 stream] -- Got V4L2 event Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.301 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.301 stream] -- Destroying workers pool JPEG ... Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.322 stream] -- Capturing stopped Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.326 stream] -- Device fd=10 closed Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.326 stream] -- Changed video frame to BLANK Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.340 stream] -- H264: Configuring encoder: DMA=0 ... Oct 07 11:30:13 tinypilot1 launch[568]: ================================================================================ Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.360 stream] -- Device fd=10 opened Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.360 stream] -- Using input channel: 0 Oct 07 11:30:13 tinypilot1 launch[568]: -- ERROR [369.380 stream] -- Requested resolution=640x480 is unavailable Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.400 stream] -- Using resolution: 1920x1080 Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.400 stream] -- Using format: UYVY Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.400 stream] -- Querying HW FPS changing is not supported Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.400 stream] -- Using IO method: MMAP Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.412 stream] -- Requested 5 device buffers, got 5 Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.419 stream] -- Capturing started Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.419 stream] -- Using JPEG quality: 100% Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.419 stream] -- Creating pool JPEG with 3 workers ... Oct 07 11:30:13 tinypilot1 launch[568]: -- INFO [369.419 stream] -- Capturing ... Oct 07 11:30:14 tinypilot1 launch[568]: -- ERROR [370.420 stream] -- Persistent device timeout (unplugged) Oct 07 11:30:21 tinypilot1 launch[568]: -- INFO [377.573 http] -- HTTP: NEW client (now=1): [100.107.55.78]:44364, id=fc02a0a845d8f898 Oct 07 11:30:25 tinypilot1 launch[568]: -- INFO [381.222 http] -- HTTP: DEL client (now=0): [100.107.55.78]:44364, id=fc02a0a845d8f898, Resource temporarily unavailable (reading,eof) Oct 07 11:30:25 tinypilot1 launch[568]: -- INFO [381.706 http] -- HTTP: NEW client (now=1): [100.107.55.78]:54028, id=1a58988c6ec8c396 Oct 07 11:30:47 tinypilot1 launch[568]: -- INFO [403.173 http] -- HTTP: DEL client (now=0): [100.107.55.78]:54028, id=1a58988c6ec8c396, Resource temporarily unavailable (reading,eof) Oct 07 11:30:47 tinypilot1 launch[568]: -- INFO [403.867 http] -- HTTP: NEW client (now=1): [100.107.55.78]:46296, id=c44f254cf76e407b Oct 07 11:32:57 tinypilot1 launch[568]: -- INFO [534.049 http] -- HTTP: DEL client (now=0): [100.107.55.78]:46296, id=c44f254cf76e407b, Resource temporarily unavailable (reading,eof) Oct 07 11:32:58 tinypilot1 launch[568]: -- INFO [534.602 http] -- HTTP: NEW client (now=1): [100.107.55.78]:46678, id=26f8b3972e59fc07 Oct 07 11:34:20 tinypilot1 launch[568]: -- INFO [616.345 http] -- HTTP: DEL client (now=0): [100.107.55.78]:46678, id=26f8b3972e59fc07, Resource temporarily unavailable (reading,eof) Oct 07 11:34:20 tinypilot1 launch[568]: -- INFO [616.998 http] -- HTTP: NEW client (now=1): [100.107.55.78]:34270, id=51d48b56bcc50182 nginx logs -- Journal begins at Thu 2022-09-22 01:23:40 BST, ends at Mon 2024-10-07 11:46:52 BST. -- Mar 06 09:32:28 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 06 09:32:28 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Mar 06 09:40:07 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 06 09:40:07 tinypilot systemd[1]: nginx.service: Succeeded. Mar 06 09:40:07 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 689e039205754763b2bd282c9dbc1d4a -- Mar 06 09:40:12 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 06 09:40:13 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot dabdf8c77a7440658c7188ef6047d984 -- Mar 06 09:41:41 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 06 09:41:42 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 136559fc4af9422a8dca8e9602f77efb -- Mar 06 09:43:09 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 06 09:43:10 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Mar 06 09:51:10 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 06 09:51:11 tinypilot systemd[1]: nginx.service: Succeeded. Mar 06 09:51:11 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Mar 06 09:51:11 tinypilot systemd[1]: nginx.service: Consumed 4.057s CPU time. -- Boot b18c24a6e14f460285a474a7ec924af9 -- Mar 06 09:51:17 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 06 09:51:18 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Mar 06 09:51:56 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 06 09:51:57 tinypilot1 systemd[1]: nginx.service: Succeeded. Mar 06 09:51:57 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 762f2c2a90a5484aaee846e5332d8ac8 -- Mar 06 09:52:02 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 06 09:52:03 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Mar 06 09:52:49 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 06 09:52:54 tinypilot1 systemd[1]: nginx.service: Succeeded. Mar 06 09:52:54 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. Mar 06 09:52:54 tinypilot1 systemd[1]: nginx.service: Consumed 1.253s CPU time. Mar 06 09:52:54 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 06 09:52:54 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot d44d4da1a5f448ff94e644f541b8006c -- Mar 06 09:55:40 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 06 09:55:41 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Mar 13 12:59:43 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 13 12:59:43 tinypilot1 systemd[1]: nginx.service: Succeeded. Mar 13 12:59:43 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. Mar 13 12:59:43 tinypilot1 systemd[1]: nginx.service: Consumed 1min 59.136s CPU time. -- Boot 64e12aada25b4fd7950f1d797e9c08aa -- Mar 13 12:59:52 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 13 12:59:53 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Mar 13 15:18:13 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 13 15:18:18 tinypilot1 systemd[1]: nginx.service: Succeeded. Mar 13 15:18:18 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. Mar 13 15:18:18 tinypilot1 systemd[1]: nginx.service: Consumed 6.785s CPU time. -- Boot 2dc7bd1baf284bc8924b3dcfc721d564 -- Mar 13 15:18:23 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 13 15:18:24 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 6a549b9279de47f2ab78d0e11b2ca251 -- Mar 15 09:59:08 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 15 09:59:09 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 4f062d7e78c2492caf4689df61a03aca -- Mar 15 15:38:46 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 15 15:38:47 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Mar 15 16:01:33 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 15 16:01:33 tinypilot1 systemd[1]: nginx.service: Succeeded. Mar 15 16:01:33 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot a341ceaf9eff4810a4e836f7936f50d1 -- Mar 15 16:01:39 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 15 16:01:40 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Mar 16 08:49:03 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 16 08:49:04 tinypilot1 systemd[1]: nginx.service: Succeeded. Mar 16 08:49:04 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. Mar 16 08:49:04 tinypilot1 systemd[1]: nginx.service: Consumed 16min 54.993s CPU time. -- Boot ef182b76ab694df493101b9d32bc49af -- Mar 16 08:49:09 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 16 08:49:10 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Mar 16 08:49:34 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Mar 16 08:49:35 tinypilot1 systemd[1]: nginx.service: Succeeded. Mar 16 08:49:35 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 5a0b601539f64156bc06fff9724c7e35 -- Mar 16 08:49:39 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 16 08:49:40 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 6971a78ee430495dbdfa37dc948e7288 -- Mar 16 11:57:16 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 16 11:57:17 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot c52cc50d6d13442a8075df4ba35d966b -- Mar 17 08:47:39 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 17 08:47:40 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot a36029f62b014a5f9f3b33d6e341acd2 -- Mar 17 09:17:44 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 17 09:17:45 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 2416e5cc1dc6470680183f3fcd47177b -- Mar 31 15:43:38 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 31 15:43:39 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 13721117503f466697e0fbc8580d3e4d -- May 26 16:17:05 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... May 26 16:17:06 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 6833ce65c944493aa7d6cf3be927a11a -- Jun 05 10:21:23 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jun 05 10:21:24 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 699c7cd815bd4c80b3ce1a3ca9d24ccf -- Jun 11 03:17:06 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jun 11 03:17:06 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Jun 11 06:21:05 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Jun 11 06:21:06 tinypilot1 systemd[1]: nginx.service: Succeeded. Jun 11 06:21:06 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot c8ad69eaa8b14123868f01cc0cb56577 -- Jun 11 06:21:12 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jun 11 06:21:13 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Dec 14 10:35:14 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Dec 14 10:35:15 tinypilot1 systemd[1]: nginx.service: Succeeded. Dec 14 10:35:15 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. Dec 14 10:35:15 tinypilot1 systemd[1]: nginx.service: Consumed 35.358s CPU time. -- Boot 77fb05302c754d79a117978c8ff06876 -- Dec 14 10:35:21 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Dec 14 10:35:23 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Dec 14 11:27:23 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Dec 14 11:27:23 tinypilot1 systemd[1]: nginx.service: Succeeded. Dec 14 11:27:23 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot e6670b40d3a24547bdedea5e237da324 -- Dec 14 11:27:30 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Dec 14 11:27:32 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Dec 14 11:32:50 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Dec 14 11:32:50 tinypilot1 systemd[1]: nginx.service: Succeeded. Dec 14 11:32:50 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. Dec 14 11:32:50 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Dec 14 11:32:50 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Dec 14 13:19:45 tinypilot1 systemd[1]: Reloading A high performance web server and a reverse proxy server. Dec 14 13:19:45 tinypilot1 systemd[1]: Reloaded A high performance web server and a reverse proxy server. Dec 14 13:33:42 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Dec 14 13:33:42 tinypilot1 systemd[1]: nginx.service: Succeeded. Dec 14 13:33:42 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. Dec 14 13:33:42 tinypilot1 systemd[1]: nginx.service: Consumed 2.363s CPU time. -- Boot 497e1e493bd24a578ca7c6d428403148 -- Dec 14 13:33:50 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Dec 14 13:33:51 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot b0d9e4711d4e4237acfcd73b49866c16 -- Dec 27 20:17:05 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... -- Boot 438f04e404ad4f07971a987919d23254 -- Dec 27 20:17:06 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... -- Boot b0d9e4711d4e4237acfcd73b49866c16 -- Dec 27 20:17:06 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 438f04e404ad4f07971a987919d23254 -- Dec 27 20:17:06 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 187cf7a2ee0043579e5abbc3f61d32d6 -- Jan 04 13:25:19 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 04 13:25:20 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 3f6005bedf4b46b9a3edb665d3da2c11 -- Jan 05 08:39:23 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 05 08:39:24 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 56f6e97c88a04c6da13cfe9c119326da -- Jan 05 10:12:20 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 05 10:12:21 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 3e20b60645b646658613cdd767dcef15 -- Jan 05 10:14:07 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 05 10:14:08 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot f71cfdeba3a04c64b585f51c92716ed7 -- Jan 18 13:28:21 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 18 13:28:22 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 95d2b62f5e7b4457b89dae67bb4c9f55 -- Jan 19 10:21:10 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 19 10:21:11 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot ec46fdde7bcb4ee1ba670deaa952d4d8 -- Jan 19 11:17:06 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 19 11:17:07 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot fbf24e86d60c40aea86296a0d60ae4b3 -- Jan 19 11:18:28 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 19 11:18:29 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot f382dc455d5e4f3787d0112ba3b66594 -- Jan 23 09:46:22 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 23 09:46:23 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 0f56c09cb2cf49aea0bf728c7d3473be -- Jan 26 08:37:23 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 26 08:37:23 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot ac1a158fd4b640118ef3f1d1d0a60d7b -- Jan 26 11:45:16 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 26 11:45:17 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot a7781e697dde489d8fb73daad9cd7f3d -- Feb 02 15:00:46 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 02 15:00:47 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot daacc3a2c9fb49d39551223143cf73c0 -- Feb 19 13:22:29 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 19 13:22:30 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 77fb47ffe9af4d548e8e08f09acd7a57 -- Mar 05 22:17:05 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 05 22:17:06 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 360a57ebbe31491c96837e3f19cd8d15 -- Apr 03 07:35:17 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 03 07:35:18 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 93331ad8f14f4d4f96cca0942591d820 -- Jun 14 12:18:21 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jun 14 12:18:21 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot cbb6a10bc99f43e8a5ab158a5358b3a0 -- Jul 10 12:58:32 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 10 12:58:33 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. Oct 07 11:23:21 tinypilot1 systemd[1]: Reloading A high performance web server and a reverse proxy server. Oct 07 11:23:21 tinypilot1 systemd[1]: Reloaded A high performance web server and a reverse proxy server. Oct 07 11:23:41 tinypilot1 systemd[1]: Stopping A high performance web server and a reverse proxy server... Oct 07 11:23:41 tinypilot1 systemd[1]: nginx.service: Succeeded. Oct 07 11:23:41 tinypilot1 systemd[1]: Stopped A high performance web server and a reverse proxy server. Oct 07 11:23:41 tinypilot1 systemd[1]: nginx.service: Consumed 28.677s CPU time. -- Boot bde967c305a844bb93c5d58d431ee995 -- Oct 07 11:23:59 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 07 11:24:00 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. 2024/10/07 11:08:21 [error] 594#594: *795 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:17:15 [error] 594#594: *795 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/debugLogs HTTP/2.0", upstream: "http://127.0.0.1:48000/api/debugLogs", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:17:36 [error] 594#594: *795 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9cUs2f HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9cUs2f", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:23:21 [notice] 16248#16248: signal process started 2024/10/07 11:23:29 [error] 16254#16254: *1129 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:23:30 [error] 16254#16254: *1129 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9cWR4S HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9cWR4S", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:23:32 [error] 16254#16254: *1129 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:23:32 [error] 16254#16254: *1129 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9cWRZr HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9cWRZr", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:23:34 [error] 16254#16254: *1129 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:23:36 [error] 16254#16254: *1129 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/update HTTP/2.0", upstream: "http://127.0.0.1:48000/api/update", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:23:40 [error] 16254#16254: *1129 upstream prematurely closed connection while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:24:46 [error] 613#613: *31 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "GET /janus/ws HTTP/1.1", upstream: "http://127.0.0.1:48002/janus/ws", host: "tinypilot1" 2024/10/07 11:24:54 [error] 614#614: *52 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "GET /janus/ws HTTP/1.1", upstream: "http://127.0.0.1:48002/janus/ws", host: "tinypilot1" 2024/10/07 11:25:16 [error] 613#613: *75 connect() failed (111: Connection refused) while connecting to upstream, client: 100.107.55.78, server: tinypilot, request: "GET /janus/ws HTTP/1.1", upstream: "http://127.0.0.1:48002/janus/ws", host: "tinypilot1" 2024/10/07 11:28:47 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/debugLogs HTTP/2.0", upstream: "http://127.0.0.1:48000/api/debugLogs", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:31:51 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/debugLogs HTTP/2.0", upstream: "http://127.0.0.1:48000/api/debugLogs", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:32:33 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9cYGwB HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9cYGwB", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:32:56 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9cYMWi HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9cYMWi", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:35:24 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/debugLogs HTTP/2.0", upstream: "http://127.0.0.1:48000/api/debugLogs", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:36:07 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9cZ57W HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9cZ57W", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:36:31 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9cZA-S HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9cZA-S", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:39:55 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/debugLogs HTTP/2.0", upstream: "http://127.0.0.1:48000/api/debugLogs", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:40:24 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9ca3t4 HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9ca3t4", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:40:47 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9ca9UR HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9ca9UR", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:44:17 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /api/debugLogs HTTP/2.0", upstream: "http://127.0.0.1:48000/api/debugLogs", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:44:39 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9cb27R HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9cb27R", host: "tinypilot1", referrer: "https://tinypilot1/" 2024/10/07 11:45:02 [error] 613#613: *3 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 100.107.55.78, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P9cb7kt HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P9cb7kt", host: "tinypilot1", referrer: "https://tinypilot1/" 100.107.55.78 - - [07/Oct/2024:11:34:20 +0100] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:34:21 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cYvpe&sid=aYiD51sNQ3vexBTCAAAd HTTP/2.0" 200 1 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:35:24 +0100] "GET /api/debugLogs HTTP/2.0" 504 569 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:36:06 +0100] "GET /socket.io/?EIO=4&transport=websocket&sid=aYiD51sNQ3vexBTCAAAd HTTP/1.1" 101 10 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:36:07 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cZ57W HTTP/2.0" 504 569 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:36:31 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cZA-S HTTP/2.0" 504 569 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:36:31 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cZGrS HTTP/2.0" 200 97 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:36:31 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cZNRS HTTP/2.0" 200 97 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:36:31 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P9cZPmA&sid=35y9brMUarTvv3EEAAAi HTTP/2.0" 200 2 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:36:31 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cZPmD&sid=35y9brMUarTvv3EEAAAi HTTP/2.0" 200 32 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:36:32 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cZPna&sid=35y9brMUarTvv3EEAAAi HTTP/2.0" 200 1 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:39:55 +0100] "GET /api/debugLogs HTTP/2.0" 504 569 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:40:22 +0100] "GET /socket.io/?EIO=4&transport=websocket&sid=35y9brMUarTvv3EEAAAi HTTP/1.1" 101 35 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:40:24 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9ca3t4 HTTP/2.0" 504 569 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:40:47 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9ca9UR HTTP/2.0" 504 569 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:41:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9caFqh HTTP/2.0" 200 97 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:41:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9caMAx HTTP/2.0" 200 97 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:41:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9caSmx HTTP/2.0" 200 97 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:41:12 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P9caUN9&sid=ee9E3WDh-iIQRKcEAAAo HTTP/2.0" 200 2 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:41:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9caUNA&sid=ee9E3WDh-iIQRKcEAAAo HTTP/2.0" 200 32 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:41:13 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9caUPm&sid=ee9E3WDh-iIQRKcEAAAo HTTP/2.0" 200 1 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:44:17 +0100] "GET /api/debugLogs HTTP/2.0" 504 569 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:44:38 +0100] "GET /socket.io/?EIO=4&transport=websocket&sid=ee9E3WDh-iIQRKcEAAAo HTTP/1.1" 101 30 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:44:39 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cb27R HTTP/2.0" 504 569 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:45:02 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cb7kt HTTP/2.0" 504 569 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:45:10 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cbEKq HTTP/2.0" 200 97 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:45:10 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cbKwV HTTP/2.0" 200 97 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:45:10 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P9cbOJH&sid=T8c5Ee9PJvH_HV1JAAAt HTTP/2.0" 200 2 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:45:10 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cbOJJ&sid=T8c5Ee9PJvH_HV1JAAAt HTTP/2.0" 200 32 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" 100.107.55.78 - - [07/Oct/2024:11:45:10 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P9cbOLe&sid=T8c5Ee9PJvH_HV1JAAAt HTTP/2.0" 200 1 "https://tinypilot1/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-"