TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-07-31T14:09:18+01:00 Software versions TinyPilot version: 2.6.4 uStreamer version: 5.43 System information OS version: Linux tinypilot 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux Kernel architecture: aarch64 Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2835 Revision: b03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: disabled Network interfaces: eth0 (up) lo (unknown) wlan0 (down) Static IP: 172.31.13.16/24 Mouse jiggler: disabled CPU Temperature: 55.0'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: MJPEG Current mode: MJPEG TinyPilot settings.yml 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 Jul 31 14:09:11 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jul 31 14:09:11 tinypilot python[660]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jul 31 14:09:11 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jul 31 14:09:11 tinypilot python[660]: return self.handlers[namespace][event](*args) Jul 31 14:09:11 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jul 31 14:09:11 tinypilot python[660]: return self._handle_event(handler, message, namespace, sid, Jul 31 14:09:11 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jul 31 14:09:11 tinypilot python[660]: ret = handler(*args) Jul 31 14:09:11 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jul 31 14:09:11 tinypilot python[660]: return handler(*args, **kwargs) Jul 31 14:09:11 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jul 31 14:09:11 tinypilot python[660]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jul 31 14:09:11 tinypilot python[660]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jul 31 14:09:11 tinypilot python[660]: hid_write.write_to_hid_interface(mouse_path, buf) Jul 31 14:09:11 tinypilot python[660]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jul 31 14:09:11 tinypilot python[660]: execute.with_timeout(_write_to_hid_interface_immediately, Jul 31 14:09:11 tinypilot python[660]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jul 31 14:09:11 tinypilot python[660]: raise result.exception Jul 31 14:09:11 tinypilot python[660]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:12 tinypilot python[7321]: Process ProcessWithResult-674: Jul 31 14:09:12 tinypilot python[7321]: Traceback (most recent call last): Jul 31 14:09:12 tinypilot python[7321]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jul 31 14:09:12 tinypilot python[7321]: self.run() Jul 31 14:09:12 tinypilot python[7321]: File "/opt/tinypilot/app/execute.py", line 37, in run Jul 31 14:09:12 tinypilot python[7321]: result.return_value = self._target(*self._args, **self._kwargs) Jul 31 14:09:12 tinypilot python[7321]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jul 31 14:09:12 tinypilot python[7321]: hid_handle.write(bytearray(buffer)) Jul 31 14:09:12 tinypilot python[7321]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:12 tinypilot python[660]: Exception in thread Thread-3168: Jul 31 14:09:12 tinypilot python[660]: Traceback (most recent call last): Jul 31 14:09:12 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jul 31 14:09:12 tinypilot python[660]: self.run() Jul 31 14:09:12 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 892, in run Jul 31 14:09:12 tinypilot python[660]: self._target(*self._args, **self._kwargs) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jul 31 14:09:12 tinypilot python[660]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jul 31 14:09:12 tinypilot python[660]: return self.handlers[namespace][event](*args) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jul 31 14:09:12 tinypilot python[660]: return self._handle_event(handler, message, namespace, sid, Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jul 31 14:09:12 tinypilot python[660]: ret = handler(*args) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jul 31 14:09:12 tinypilot python[660]: return handler(*args, **kwargs) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jul 31 14:09:12 tinypilot python[660]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jul 31 14:09:12 tinypilot python[660]: hid_write.write_to_hid_interface(mouse_path, buf) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jul 31 14:09:12 tinypilot python[660]: execute.with_timeout(_write_to_hid_interface_immediately, Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jul 31 14:09:12 tinypilot python[660]: raise result.exception Jul 31 14:09:12 tinypilot python[660]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:12 tinypilot python[7322]: Process ProcessWithResult-675: Jul 31 14:09:12 tinypilot python[7322]: Traceback (most recent call last): Jul 31 14:09:12 tinypilot python[7322]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jul 31 14:09:12 tinypilot python[7322]: self.run() Jul 31 14:09:12 tinypilot python[7322]: File "/opt/tinypilot/app/execute.py", line 37, in run Jul 31 14:09:12 tinypilot python[7322]: result.return_value = self._target(*self._args, **self._kwargs) Jul 31 14:09:12 tinypilot python[7322]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jul 31 14:09:12 tinypilot python[7322]: hid_handle.write(bytearray(buffer)) Jul 31 14:09:12 tinypilot python[7322]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:12 tinypilot python[660]: Exception in thread Thread-3169: Jul 31 14:09:12 tinypilot python[660]: Traceback (most recent call last): Jul 31 14:09:12 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jul 31 14:09:12 tinypilot python[660]: self.run() Jul 31 14:09:12 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 892, in run Jul 31 14:09:12 tinypilot python[660]: self._target(*self._args, **self._kwargs) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jul 31 14:09:12 tinypilot python[660]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jul 31 14:09:12 tinypilot python[660]: return self.handlers[namespace][event](*args) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jul 31 14:09:12 tinypilot python[660]: return self._handle_event(handler, message, namespace, sid, Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jul 31 14:09:12 tinypilot python[660]: ret = handler(*args) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jul 31 14:09:12 tinypilot python[660]: return handler(*args, **kwargs) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jul 31 14:09:12 tinypilot python[660]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jul 31 14:09:12 tinypilot python[660]: hid_write.write_to_hid_interface(mouse_path, buf) Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jul 31 14:09:12 tinypilot python[660]: execute.with_timeout(_write_to_hid_interface_immediately, Jul 31 14:09:12 tinypilot python[660]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jul 31 14:09:12 tinypilot python[660]: raise result.exception Jul 31 14:09:12 tinypilot python[660]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:13 tinypilot python[7323]: Process ProcessWithResult-676: Jul 31 14:09:13 tinypilot python[7323]: Traceback (most recent call last): Jul 31 14:09:13 tinypilot python[7323]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jul 31 14:09:13 tinypilot python[7323]: self.run() Jul 31 14:09:13 tinypilot python[7323]: File "/opt/tinypilot/app/execute.py", line 37, in run Jul 31 14:09:13 tinypilot python[7323]: result.return_value = self._target(*self._args, **self._kwargs) Jul 31 14:09:13 tinypilot python[7323]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jul 31 14:09:13 tinypilot python[7323]: hid_handle.write(bytearray(buffer)) Jul 31 14:09:13 tinypilot python[7323]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:13 tinypilot python[660]: Exception in thread Thread-3170: Jul 31 14:09:13 tinypilot python[660]: Traceback (most recent call last): Jul 31 14:09:13 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jul 31 14:09:13 tinypilot python[660]: self.run() Jul 31 14:09:13 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 892, in run Jul 31 14:09:13 tinypilot python[660]: self._target(*self._args, **self._kwargs) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jul 31 14:09:13 tinypilot python[660]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jul 31 14:09:13 tinypilot python[660]: return self.handlers[namespace][event](*args) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jul 31 14:09:13 tinypilot python[660]: return self._handle_event(handler, message, namespace, sid, Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jul 31 14:09:13 tinypilot python[660]: ret = handler(*args) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jul 31 14:09:13 tinypilot python[660]: return handler(*args, **kwargs) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jul 31 14:09:13 tinypilot python[660]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jul 31 14:09:13 tinypilot python[660]: hid_write.write_to_hid_interface(mouse_path, buf) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jul 31 14:09:13 tinypilot python[660]: execute.with_timeout(_write_to_hid_interface_immediately, Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jul 31 14:09:13 tinypilot python[660]: raise result.exception Jul 31 14:09:13 tinypilot python[660]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:13 tinypilot python[7324]: Process ProcessWithResult-677: Jul 31 14:09:13 tinypilot python[7324]: Traceback (most recent call last): Jul 31 14:09:13 tinypilot python[7324]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jul 31 14:09:13 tinypilot python[7324]: self.run() Jul 31 14:09:13 tinypilot python[7324]: File "/opt/tinypilot/app/execute.py", line 37, in run Jul 31 14:09:13 tinypilot python[7324]: result.return_value = self._target(*self._args, **self._kwargs) Jul 31 14:09:13 tinypilot python[7324]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jul 31 14:09:13 tinypilot python[7324]: hid_handle.write(bytearray(buffer)) Jul 31 14:09:13 tinypilot python[7324]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:13 tinypilot python[660]: Exception in thread Thread-3171: Jul 31 14:09:13 tinypilot python[660]: Traceback (most recent call last): Jul 31 14:09:13 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jul 31 14:09:13 tinypilot python[660]: self.run() Jul 31 14:09:13 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 892, in run Jul 31 14:09:13 tinypilot python[660]: self._target(*self._args, **self._kwargs) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jul 31 14:09:13 tinypilot python[660]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jul 31 14:09:13 tinypilot python[660]: return self.handlers[namespace][event](*args) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jul 31 14:09:13 tinypilot python[660]: return self._handle_event(handler, message, namespace, sid, Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jul 31 14:09:13 tinypilot python[660]: ret = handler(*args) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jul 31 14:09:13 tinypilot python[660]: return handler(*args, **kwargs) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jul 31 14:09:13 tinypilot python[660]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jul 31 14:09:13 tinypilot python[660]: hid_write.write_to_hid_interface(mouse_path, buf) Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jul 31 14:09:13 tinypilot python[660]: execute.with_timeout(_write_to_hid_interface_immediately, Jul 31 14:09:13 tinypilot python[660]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jul 31 14:09:13 tinypilot python[660]: raise result.exception Jul 31 14:09:13 tinypilot python[660]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:14 tinypilot python[7325]: Process ProcessWithResult-678: Jul 31 14:09:14 tinypilot python[7325]: Traceback (most recent call last): Jul 31 14:09:14 tinypilot python[7325]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Jul 31 14:09:14 tinypilot python[7325]: self.run() Jul 31 14:09:14 tinypilot python[7325]: File "/opt/tinypilot/app/execute.py", line 37, in run Jul 31 14:09:14 tinypilot python[7325]: result.return_value = self._target(*self._args, **self._kwargs) Jul 31 14:09:14 tinypilot python[7325]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Jul 31 14:09:14 tinypilot python[7325]: hid_handle.write(bytearray(buffer)) Jul 31 14:09:14 tinypilot python[7325]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:14 tinypilot python[660]: Exception in thread Thread-3172: Jul 31 14:09:14 tinypilot python[660]: Traceback (most recent call last): Jul 31 14:09:14 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Jul 31 14:09:14 tinypilot python[660]: self.run() Jul 31 14:09:14 tinypilot python[660]: File "/usr/lib/python3.9/threading.py", line 892, in run Jul 31 14:09:14 tinypilot python[660]: self._target(*self._args, **self._kwargs) Jul 31 14:09:14 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Jul 31 14:09:14 tinypilot python[660]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Jul 31 14:09:14 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Jul 31 14:09:14 tinypilot python[660]: return self.handlers[namespace][event](*args) Jul 31 14:09:14 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Jul 31 14:09:14 tinypilot python[660]: return self._handle_event(handler, message, namespace, sid, Jul 31 14:09:14 tinypilot python[660]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Jul 31 14:09:14 tinypilot python[660]: ret = handler(*args) Jul 31 14:09:14 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Jul 31 14:09:14 tinypilot python[660]: return handler(*args, **kwargs) Jul 31 14:09:14 tinypilot python[660]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Jul 31 14:09:14 tinypilot python[660]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Jul 31 14:09:14 tinypilot python[660]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Jul 31 14:09:14 tinypilot python[660]: hid_write.write_to_hid_interface(mouse_path, buf) Jul 31 14:09:14 tinypilot python[660]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Jul 31 14:09:14 tinypilot python[660]: execute.with_timeout(_write_to_hid_interface_immediately, Jul 31 14:09:14 tinypilot python[660]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Jul 31 14:09:14 tinypilot python[660]: raise result.exception Jul 31 14:09:14 tinypilot python[660]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Jul 31 14:09:18 tinypilot sudo[7326]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Jul 31 14:09:18 tinypilot sudo[7326]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Jul 31 14:09:19 tinypilot runuser[7341]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jul 31 14:09:19 tinypilot runuser[7341]: pam_unix(runuser:session): session closed for user tinypilot Jul 31 14:09:19 tinypilot runuser[7347]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jul 31 14:09:19 tinypilot runuser[7347]: pam_unix(runuser:session): session closed for user tinypilot Jul 31 14:09:19 tinypilot runuser[7356]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jul 31 14:09:21 tinypilot python[7363]: 2024-07-31 14:09:21.372 app.main INFO Starting app Jul 31 14:09:21 tinypilot python[7363]: 2024-07-31 14:09:21.453 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Jul 31 14:09:21 tinypilot python[7363]: 2024-07-31 14:09:21.457 db.store INFO Read 7 database migrations from disk Jul 31 14:09:21 tinypilot runuser[7356]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-07-26 22:20:24.422 __main__ INFO Starting TinyPilot update 2024-07-26 22:20:24.425 __main__ INFO Launching update script: /opt/tinypilot-privileged/scripts/update + set -u + set -e + readonly VERSION_FILE=/home/tinypilot/target-version + VERSION_FILE=/home/tinypilot/target-version + SCRIPT_ARGS=() + [[ -f /home/tinypilot/target-version ]] ++ cat /home/tinypilot/target-version + VERSION=2.6.4 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.4 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.4 + shift + shift + [[ 0 -gt 0 ]] + readonly ALLOW_REINSTALL + readonly LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + readonly RAMDISK_SIZE_MIB=560 + RAMDISK_SIZE_MIB=560 ++ free --mebi ++ grep --fixed-strings Mem: ++ cut --delimiter ' ' --fields 7 ++ tr --squeeze-repeats ' ' + AVAILABLE_MEMORY_MIB=1436 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1436 >= 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.4 ]] + readonly TARGET_VERSION + [[ 2.6.1 == \2\.\6\.\4 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=10000000000f0876 + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.4 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 10000000000f0876' --output /mnt/tinypilot-installer/bundle.tgz --write-out '%{http_code}' --silent + HTTP_CODE=200 + readonly HTTP_CODE + [[ 200 != \2\0\0 ]] + sudo tar --gunzip --extract --file /mnt/tinypilot-installer/bundle.tgz --directory /mnt/tinypilot-installer + sudo chown root:root --recursive /mnt/tinypilot-installer + [[ 0 -eq 1 ]] + pushd /mnt/tinypilot-installer /mnt/tinypilot-installer /opt/tinypilot + sudo TMPDIR=/mnt/tinypilot-installer/tmp ./install + grep -q '^Model *: Raspberry Pi 3' /proc/cpuinfo ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 < 11 )) ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 > 11 )) + grep -q boot=overlay /proc/cmdline ++ ls janus_1.0.1-1~bpo11+1_armhf.deb + JANUS_DEBIAN_PACKAGE=janus_1.0.1-1~bpo11+1_armhf.deb + readonly JANUS_DEBIAN_PACKAGE ++ ls ustreamer_5.43-20231004144402_armhf.deb + USTREAMER_DEBIAN_PACKAGE=ustreamer_5.43-20231004144402_armhf.deb + readonly USTREAMER_DEBIAN_PACKAGE ++ ls tinypilot_20240620111245_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20240620111245_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [39.0 kB] Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [317 kB] Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:5 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages [106 kB] Fetched 13.7 MB in 15s (905 kB/s) Reading package lists... + apt-get install -y ./janus_1.0.1-1~bpo11+1_armhf.deb ./ustreamer_5.43-20231004144402_armhf.deb ./tinypilot_20240620111245_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). 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 112 not upgraded. Need to get 0 B/2,815 kB of archives. After this operation, 316 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_20240620111245_armhf.deb tinypilot armhf 20240620111245 [2,657 kB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: [614B blob data] Preparing to unpack .../ustreamer_5.43-20231004144402_armhf.deb ... Unpacking ustreamer (5.43-20231004144402) over (5.38-20230802141939) ... Preparing to unpack .../tinypilot_20240620111245_armhf.deb ... Unpacking tinypilot (20240620111245) 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 (20240620111245) ... Installing new version of config file /etc/sudoers.d/tinypilot ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /opt/tinypilot / / /opt/tinypilot / / /opt/tinypilot / / nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful active /opt/tinypilot / / 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-07-26 22:21:43.399 __main__ INFO Update completed successfully 2024-07-26 22:21:43.404 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-07-26 22:21:43.406 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_quality: 100 uStreamer logs Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.599 stream] -- Using input channel: 0 Jul 30 02:00:49 tinypilot launch[475]: -- ERROR [270738.629 stream] -- Requested resolution=640x480 is unavailable Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.657 stream] -- Using resolution: 1920x1080 Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.658 stream] -- Using format: UYVY Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.658 stream] -- Querying HW FPS changing is not supported Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.658 stream] -- Using IO method: MMAP Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.672 stream] -- Requested 5 device buffers, got 5 Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.681 stream] -- Capturing started Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.681 stream] -- Using JPEG quality: 100% Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.681 stream] -- Creating pool JPEG with 3 workers ... Jul 30 02:00:49 tinypilot launch[475]: -- INFO [270738.681 stream] -- Capturing ... Jul 30 02:00:50 tinypilot launch[475]: -- ERROR [270739.682 stream] -- Persistent device timeout (unplugged) Jul 30 02:00:55 tinypilot launch[475]: -- INFO [270744.957 stream] -- H264: Configuring encoder: DMA=1 ... Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.652 stream] -- Got V4L2 event Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.652 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.652 stream] -- Destroying workers pool JPEG ... Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.698 stream] -- Capturing stopped Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.704 stream] -- Device fd=10 closed Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.704 stream] -- Changed video frame to BLANK Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.716 stream] -- H264: Configuring encoder: DMA=0 ... Jul 30 02:00:56 tinypilot launch[475]: ================================================================================ Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.746 stream] -- Device fd=10 opened Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.746 stream] -- Using input channel: 0 Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.759 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.799 stream] -- Using resolution: 1920x1080 Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.799 stream] -- Using format: UYVY Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.799 stream] -- Querying HW FPS changing is not supported Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.799 stream] -- Using IO method: MMAP Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.818 stream] -- Requested 5 device buffers, got 5 Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.829 stream] -- Capturing started Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.829 stream] -- Using JPEG quality: 100% Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.829 stream] -- Creating pool JPEG with 3 workers ... Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.830 stream] -- Capturing ... Jul 30 02:00:56 tinypilot launch[475]: -- INFO [270745.858 stream] -- H264: Configuring encoder: DMA=1 ... Jul 30 02:01:26 tinypilot launch[475]: -- INFO [270776.260 http] -- HTTP: NEW client (now=1): [172.31.13.101]:48826, id=ec78b74cd0710dfd Jul 30 02:07:45 tinypilot launch[475]: -- INFO [271155.247 stream] -- Got V4L2 event Jul 30 02:07:45 tinypilot launch[475]: -- INFO [271155.247 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jul 30 02:07:45 tinypilot launch[475]: -- INFO [271155.247 stream] -- Destroying workers pool JPEG ... Jul 30 02:07:45 tinypilot launch[475]: -- INFO [271155.284 stream] -- Capturing stopped Jul 30 02:07:45 tinypilot launch[475]: -- INFO [271155.295 stream] -- Device fd=10 closed Jul 30 02:07:45 tinypilot launch[475]: -- INFO [271155.295 stream] -- Changed video frame to BLANK Jul 30 02:07:45 tinypilot launch[475]: -- INFO [271155.313 stream] -- H264: Configuring encoder: DMA=0 ... Jul 30 02:07:45 tinypilot launch[475]: ================================================================================ Jul 30 02:07:45 tinypilot launch[475]: -- INFO [271155.351 stream] -- Device fd=10 opened Jul 30 02:07:45 tinypilot launch[475]: -- INFO [271155.351 stream] -- Using input channel: 0 Jul 30 02:07:45 tinypilot launch[475]: -- ERROR [271155.382 stream] -- Requested resolution=640x480 is unavailable Jul 30 02:07:46 tinypilot launch[475]: -- INFO [271155.413 stream] -- Using resolution: 1920x1080 Jul 30 02:07:46 tinypilot launch[475]: -- INFO [271155.413 stream] -- Using format: UYVY Jul 30 02:07:46 tinypilot launch[475]: -- INFO [271155.413 stream] -- Querying HW FPS changing is not supported Jul 30 02:07:46 tinypilot launch[475]: -- INFO [271155.413 stream] -- Using IO method: MMAP Jul 30 02:07:46 tinypilot launch[475]: -- INFO [271155.428 stream] -- Requested 5 device buffers, got 5 Jul 30 02:07:46 tinypilot launch[475]: -- INFO [271155.437 stream] -- Capturing started Jul 30 02:07:46 tinypilot launch[475]: -- INFO [271155.437 stream] -- Using JPEG quality: 100% Jul 30 02:07:46 tinypilot launch[475]: -- INFO [271155.437 stream] -- Creating pool JPEG with 3 workers ... Jul 30 02:07:46 tinypilot launch[475]: -- INFO [271155.438 stream] -- Capturing ... Jul 30 02:07:47 tinypilot launch[475]: -- ERROR [271156.439 stream] -- Persistent device timeout (unplugged) Jul 30 04:50:59 tinypilot launch[475]: -- INFO [280949.171 http] -- HTTP: DEL client (now=0): [172.31.13.101]:48826, id=ec78b74cd0710dfd, Resource temporarily unavailable (reading,eof) Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400686.986 stream] -- H264: Configuring encoder: DMA=1 ... Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.198 stream] -- Got V4L2 event Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.198 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.198 stream] -- Destroying workers pool JPEG ... Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.243 stream] -- Capturing stopped Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.250 stream] -- Device fd=10 closed Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.250 stream] -- Changed video frame to BLANK Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.263 stream] -- H264: Configuring encoder: DMA=0 ... Jul 31 14:06:37 tinypilot launch[475]: ================================================================================ Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.289 stream] -- Device fd=10 opened Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.289 stream] -- Using input channel: 0 Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.301 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.337 stream] -- Using resolution: 1920x1080 Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.337 stream] -- Using format: UYVY Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.337 stream] -- Querying HW FPS changing is not supported Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.337 stream] -- Using IO method: MMAP Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.354 stream] -- Requested 5 device buffers, got 5 Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.365 stream] -- Capturing started Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.365 stream] -- Using JPEG quality: 100% Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.365 stream] -- Creating pool JPEG with 3 workers ... Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.365 stream] -- Capturing ... Jul 31 14:06:37 tinypilot launch[475]: -- INFO [400687.387 stream] -- H264: Configuring encoder: DMA=1 ... Jul 31 14:09:09 tinypilot launch[475]: -- INFO [400839.285 http] -- HTTP: NEW client (now=1): [172.31.13.101]:46436, id=231b8bd7f4bc7eeb nginx logs -- Journal begins at Fri 2024-07-26 22:48:23 BST, ends at Wed 2024-07-31 14:09:21 BST. -- Jul 26 22:48:26 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 26 22:48:28 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /third-party/socket.io/4.7.1/socket.io.min.js HTTP/2.0" 200 48593 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /js/app.js HTTP/2.0" 200 14833 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /js/mouse.js HTTP/2.0" 200 8581 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /js/touch.js HTTP/2.0" 200 4453 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://172.31.13.16/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /css/button.css HTTP/2.0" 200 1976 "https://172.31.13.16/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /css/cursors.css HTTP/2.0" 200 618 "https://172.31.13.16/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://172.31.13.16/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://172.31.13.16/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://172.31.13.16/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://172.31.13.16/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://172.31.13.16/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://172.31.13.16/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P48w1ja HTTP/2.0" 200 97 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P48w1ka&sid=hACzVb8rNfQTIkk0AAAQ HTTP/2.0" 200 2 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P48w1kb&sid=hACzVb8rNfQTIkk0AAAQ HTTP/2.0" 200 32 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:09 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P48w1l1&sid=hACzVb8rNfQTIkk0AAAQ HTTP/2.0" 200 1 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 172.31.13.101 - - [31/Jul/2024:14:09:10 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P48w1m3&sid=hACzVb8rNfQTIkk0AAAQ HTTP/2.0" 200 1 "https://172.31.13.16/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"