TinyPilot log dump https://tinypilotkvm.com Timestamp: 2024-02-01T21:53:31+00:00 Software versions TinyPilot version: 1.9.2-19+13d1b53 uStreamer version: 5.43 System information OS version: Linux raspberrypi 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: d03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (down) lo (unknown) wlan0 (up) Mouse jiggler: disabled CPU Temperature: 44.8'C CPU throttled since boot: yes Voltage issues: yes - Feb 01 21:53:27 raspberrypi kernel: hwmon hwmon1: Undervoltage detected! Streaming mode Selected mode: MJPEG Current mode: MJPEG TinyPilot settings.yml 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 Feb 01 21:52:08 raspberrypi python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:52:08 raspberrypi python[906]: Process ProcessWithResult-100: Feb 01 21:52:08 raspberrypi python[906]: Traceback (most recent call last): Feb 01 21:52:08 raspberrypi python[906]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 01 21:52:08 raspberrypi python[906]: self.run() Feb 01 21:52:08 raspberrypi python[906]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 01 21:52:08 raspberrypi python[906]: result.return_value = self._target(*self._args, **self._kwargs) Feb 01 21:52:08 raspberrypi python[906]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 01 21:52:08 raspberrypi python[906]: hid_handle.write(bytearray(buffer)) Feb 01 21:52:08 raspberrypi python[906]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:52:08 raspberrypi python[655]: Exception in thread Thread-118: Feb 01 21:52:08 raspberrypi python[655]: Traceback (most recent call last): Feb 01 21:52:08 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 01 21:52:08 raspberrypi python[655]: self.run() Feb 01 21:52:08 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 01 21:52:08 raspberrypi python[655]: self._target(*self._args, **self._kwargs) Feb 01 21:52:08 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 01 21:52:08 raspberrypi python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 01 21:52:08 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 01 21:52:08 raspberrypi python[655]: return self.handlers[namespace][event](*args) Feb 01 21:52:08 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 01 21:52:08 raspberrypi python[655]: return self._handle_event(handler, message, namespace, sid, Feb 01 21:52:08 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 01 21:52:08 raspberrypi python[655]: ret = handler(*args) Feb 01 21:52:08 raspberrypi python[655]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Feb 01 21:52:08 raspberrypi python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 01 21:52:08 raspberrypi python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 01 21:52:08 raspberrypi python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 01 21:52:08 raspberrypi python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 01 21:52:08 raspberrypi python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 01 21:52:08 raspberrypi python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 01 21:52:08 raspberrypi python[655]: raise result.exception Feb 01 21:52:08 raspberrypi python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:52:09 raspberrypi python[907]: Process ProcessWithResult-101: Feb 01 21:52:09 raspberrypi python[907]: Traceback (most recent call last): Feb 01 21:52:09 raspberrypi python[907]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 01 21:52:09 raspberrypi python[907]: self.run() Feb 01 21:52:09 raspberrypi python[907]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 01 21:52:09 raspberrypi python[907]: result.return_value = self._target(*self._args, **self._kwargs) Feb 01 21:52:09 raspberrypi python[907]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 01 21:52:09 raspberrypi python[907]: hid_handle.write(bytearray(buffer)) Feb 01 21:52:09 raspberrypi python[907]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:52:09 raspberrypi python[655]: Exception in thread Thread-119: Feb 01 21:52:09 raspberrypi python[655]: Traceback (most recent call last): Feb 01 21:52:09 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 01 21:52:09 raspberrypi python[655]: self.run() Feb 01 21:52:09 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 01 21:52:09 raspberrypi python[655]: self._target(*self._args, **self._kwargs) Feb 01 21:52:09 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 01 21:52:09 raspberrypi python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 01 21:52:09 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 01 21:52:09 raspberrypi python[655]: return self.handlers[namespace][event](*args) Feb 01 21:52:09 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 01 21:52:09 raspberrypi python[655]: return self._handle_event(handler, message, namespace, sid, Feb 01 21:52:09 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 01 21:52:09 raspberrypi python[655]: ret = handler(*args) Feb 01 21:52:09 raspberrypi python[655]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Feb 01 21:52:09 raspberrypi python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 01 21:52:09 raspberrypi python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 01 21:52:09 raspberrypi python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 01 21:52:09 raspberrypi python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 01 21:52:09 raspberrypi python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 01 21:52:09 raspberrypi python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 01 21:52:09 raspberrypi python[655]: raise result.exception Feb 01 21:52:09 raspberrypi python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:52:10 raspberrypi python[655]: 2024-02-01 21:52:10.090 socket_api INFO Client gCg64Mj_wseddcxXAAAF disconnected Feb 01 21:53:25 raspberrypi python[655]: 2024-02-01 21:53:25.425 socket_api INFO Client 9KKGb1coI3bnBTI0AAAH connected Feb 01 21:53:26 raspberrypi python[909]: Process ProcessWithResult-102: Feb 01 21:53:26 raspberrypi python[909]: Traceback (most recent call last): Feb 01 21:53:26 raspberrypi python[909]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 01 21:53:26 raspberrypi python[909]: self.run() Feb 01 21:53:26 raspberrypi python[909]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 01 21:53:26 raspberrypi python[909]: result.return_value = self._target(*self._args, **self._kwargs) Feb 01 21:53:26 raspberrypi python[909]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 01 21:53:26 raspberrypi python[909]: hid_handle.write(bytearray(buffer)) Feb 01 21:53:26 raspberrypi python[909]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:53:26 raspberrypi python[655]: Exception in thread Thread-124: Feb 01 21:53:26 raspberrypi python[655]: Traceback (most recent call last): Feb 01 21:53:26 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 01 21:53:26 raspberrypi python[655]: self.run() Feb 01 21:53:26 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 01 21:53:26 raspberrypi python[655]: self._target(*self._args, **self._kwargs) Feb 01 21:53:26 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 01 21:53:26 raspberrypi python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 01 21:53:26 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 01 21:53:26 raspberrypi python[655]: return self.handlers[namespace][event](*args) Feb 01 21:53:26 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 01 21:53:26 raspberrypi python[655]: return self._handle_event(handler, message, namespace, sid, Feb 01 21:53:26 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 01 21:53:26 raspberrypi python[655]: ret = handler(*args) Feb 01 21:53:26 raspberrypi python[655]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Feb 01 21:53:26 raspberrypi python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 01 21:53:26 raspberrypi python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 01 21:53:26 raspberrypi python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 01 21:53:26 raspberrypi python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 01 21:53:26 raspberrypi python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 01 21:53:26 raspberrypi python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 01 21:53:26 raspberrypi python[655]: raise result.exception Feb 01 21:53:26 raspberrypi python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:53:27 raspberrypi python[912]: Process ProcessWithResult-103: Feb 01 21:53:27 raspberrypi python[912]: Traceback (most recent call last): Feb 01 21:53:27 raspberrypi python[912]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 01 21:53:27 raspberrypi python[912]: self.run() Feb 01 21:53:27 raspberrypi python[912]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 01 21:53:27 raspberrypi python[912]: result.return_value = self._target(*self._args, **self._kwargs) Feb 01 21:53:27 raspberrypi python[912]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 01 21:53:27 raspberrypi python[912]: hid_handle.write(bytearray(buffer)) Feb 01 21:53:27 raspberrypi python[912]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:53:27 raspberrypi python[655]: Exception in thread Thread-125: Feb 01 21:53:27 raspberrypi python[655]: Traceback (most recent call last): Feb 01 21:53:27 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 01 21:53:27 raspberrypi python[655]: self.run() Feb 01 21:53:27 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 01 21:53:27 raspberrypi python[655]: self._target(*self._args, **self._kwargs) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 01 21:53:27 raspberrypi python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 01 21:53:27 raspberrypi python[655]: return self.handlers[namespace][event](*args) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 01 21:53:27 raspberrypi python[655]: return self._handle_event(handler, message, namespace, sid, Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 01 21:53:27 raspberrypi python[655]: ret = handler(*args) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Feb 01 21:53:27 raspberrypi python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 01 21:53:27 raspberrypi python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 01 21:53:27 raspberrypi python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 01 21:53:27 raspberrypi python[655]: raise result.exception Feb 01 21:53:27 raspberrypi python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:53:27 raspberrypi python[913]: Process ProcessWithResult-104: Feb 01 21:53:27 raspberrypi python[913]: Traceback (most recent call last): Feb 01 21:53:27 raspberrypi python[913]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 01 21:53:27 raspberrypi python[913]: self.run() Feb 01 21:53:27 raspberrypi python[913]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 01 21:53:27 raspberrypi python[913]: result.return_value = self._target(*self._args, **self._kwargs) Feb 01 21:53:27 raspberrypi python[913]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 01 21:53:27 raspberrypi python[913]: hid_handle.write(bytearray(buffer)) Feb 01 21:53:27 raspberrypi python[913]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:53:27 raspberrypi python[655]: Exception in thread Thread-126: Feb 01 21:53:27 raspberrypi python[655]: Traceback (most recent call last): Feb 01 21:53:27 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 01 21:53:27 raspberrypi python[655]: self.run() Feb 01 21:53:27 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 01 21:53:27 raspberrypi python[655]: self._target(*self._args, **self._kwargs) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 01 21:53:27 raspberrypi python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 01 21:53:27 raspberrypi python[655]: return self.handlers[namespace][event](*args) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 01 21:53:27 raspberrypi python[655]: return self._handle_event(handler, message, namespace, sid, Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 01 21:53:27 raspberrypi python[655]: ret = handler(*args) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Feb 01 21:53:27 raspberrypi python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 01 21:53:27 raspberrypi python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 01 21:53:27 raspberrypi python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 01 21:53:27 raspberrypi python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 01 21:53:27 raspberrypi python[655]: raise result.exception Feb 01 21:53:27 raspberrypi python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:53:28 raspberrypi python[914]: Process ProcessWithResult-105: Feb 01 21:53:28 raspberrypi python[914]: Traceback (most recent call last): Feb 01 21:53:28 raspberrypi python[914]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 01 21:53:28 raspberrypi python[914]: self.run() Feb 01 21:53:28 raspberrypi python[914]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 01 21:53:28 raspberrypi python[914]: result.return_value = self._target(*self._args, **self._kwargs) Feb 01 21:53:28 raspberrypi python[914]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 01 21:53:28 raspberrypi python[914]: hid_handle.write(bytearray(buffer)) Feb 01 21:53:28 raspberrypi python[914]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:53:28 raspberrypi python[655]: Exception in thread Thread-127: Feb 01 21:53:28 raspberrypi python[655]: Traceback (most recent call last): Feb 01 21:53:28 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 01 21:53:28 raspberrypi python[655]: self.run() Feb 01 21:53:28 raspberrypi python[655]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 01 21:53:28 raspberrypi python[655]: self._target(*self._args, **self._kwargs) Feb 01 21:53:28 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 01 21:53:28 raspberrypi python[655]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 01 21:53:28 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 01 21:53:28 raspberrypi python[655]: return self.handlers[namespace][event](*args) Feb 01 21:53:28 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 01 21:53:28 raspberrypi python[655]: return self._handle_event(handler, message, namespace, sid, Feb 01 21:53:28 raspberrypi python[655]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 01 21:53:28 raspberrypi python[655]: ret = handler(*args) Feb 01 21:53:28 raspberrypi python[655]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Feb 01 21:53:28 raspberrypi python[655]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 01 21:53:28 raspberrypi python[655]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 01 21:53:28 raspberrypi python[655]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 01 21:53:28 raspberrypi python[655]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 01 21:53:28 raspberrypi python[655]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 01 21:53:28 raspberrypi python[655]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 01 21:53:28 raspberrypi python[655]: raise result.exception Feb 01 21:53:28 raspberrypi python[655]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 01 21:53:31 raspberrypi sudo[915]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Feb 01 21:53:31 raspberrypi sudo[915]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Feb 01 21:53:35 raspberrypi python[948]: 2024-02-01 21:53:35.321 app.main INFO Starting app Feb 01 21:53:35 raspberrypi python[948]: 2024-02-01 21:53:35.352 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Feb 01 21:53:35 raspberrypi python[948]: 2024-02-01 21:53:35.355 db.store INFO Read 7 database migrations from disk TinyPilot update logs uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== # Settings for an HDMI to USB video capture dongle. --- ustreamer_encoder: hw ustreamer_format: jpeg ustreamer_resolution: "1920x1080" ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== uStreamer logs Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.861 stream] -- Using input channel: 0 Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.862 stream] -- Using resolution: 1920x1080 Feb 01 21:17:07 raspberrypi launch[538]: -- ERROR [10.863 stream] -- Could not obtain the requested format=JPEG; driver gave us MJPEG Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.863 stream] -- Falling back to format=MJPEG Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.863 stream] -- Using format: MJPEG Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.864 stream] -- Using HW FPS: 0 -> 60 (coerced) Feb 01 21:17:07 raspberrypi launch[538]: -- ERROR [10.865 stream] -- Device doesn't support setting of HW encoding quality parameters Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.865 stream] -- Using IO method: MMAP Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.879 stream] -- Requested 5 device buffers, got 5 Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.883 stream] -- Capturing started Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.884 stream] -- Using JPEG quality: encoder default Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.884 stream] -- Creating pool JPEG with 1 workers ... Feb 01 21:17:07 raspberrypi launch[538]: -- INFO [10.885 stream] -- Capturing ... Feb 01 21:17:08 raspberrypi launch[538]: -- INFO [11.035 stream] -- H264: Configuring encoder: DMA=0 ... -- Boot f4e97c2b8d474ea680273063e308ee1b -- Feb 01 21:33:18 raspberrypi systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Feb 01 21:33:19 raspberrypi launch[533]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder hw --format jpeg --resolution 1920x1080 Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.821 main] -- Starting PiKVM uStreamer 5.43 ... Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.821 main] -- Using internal blank placeholder Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.821 main] -- Using H264-sink: tinypilot::ustreamer::h264 Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.823 main] -- Listening HTTP on [127.0.0.1]:48001 Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.824 stream] -- Using V4L2 device: /dev/video0 Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.824 stream] -- Using desired FPS: 0 Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.825 http] -- Starting HTTP eventloop ... Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.825 stream] -- H264: Initializing encoder ... Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.849 stream] -- H264: Configuring encoder: DMA=0 ... Feb 01 21:33:19 raspberrypi launch[533]: ================================================================================ Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.885 stream] -- Device fd=10 opened Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.885 stream] -- Using input channel: 0 Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.886 stream] -- Using resolution: 1920x1080 Feb 01 21:33:19 raspberrypi launch[533]: -- ERROR [10.886 stream] -- Could not obtain the requested format=JPEG; driver gave us MJPEG Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.886 stream] -- Falling back to format=MJPEG Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.886 stream] -- Using format: MJPEG Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.888 stream] -- Using HW FPS: 0 -> 60 (coerced) Feb 01 21:33:19 raspberrypi launch[533]: -- ERROR [10.888 stream] -- Device doesn't support setting of HW encoding quality parameters Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.888 stream] -- Using IO method: MMAP Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.912 stream] -- Requested 5 device buffers, got 5 Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.922 stream] -- Capturing started Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.923 stream] -- Using JPEG quality: encoder default Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.923 stream] -- Creating pool JPEG with 1 workers ... Feb 01 21:33:19 raspberrypi launch[533]: -- INFO [10.923 stream] -- Capturing ... Feb 01 21:33:20 raspberrypi launch[533]: -- INFO [11.243 stream] -- H264: Configuring encoder: DMA=0 ... -- Boot 05c3f5d985574a93be886387c3182d9c -- Feb 01 21:41:49 raspberrypi systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Feb 01 21:41:50 raspberrypi launch[547]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder hw --format jpeg --resolution 1920x1080 Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.735 main] -- Starting PiKVM uStreamer 5.43 ... Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.735 main] -- Using internal blank placeholder Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.735 main] -- Using H264-sink: tinypilot::ustreamer::h264 Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.737 main] -- Listening HTTP on [127.0.0.1]:48001 Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.738 stream] -- Using V4L2 device: /dev/video0 Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.738 stream] -- Using desired FPS: 0 Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.738 http] -- Starting HTTP eventloop ... Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.738 stream] -- H264: Initializing encoder ... Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.751 stream] -- H264: Configuring encoder: DMA=0 ... Feb 01 21:41:50 raspberrypi launch[547]: ================================================================================ Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.775 stream] -- Device fd=10 opened Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.775 stream] -- Using input channel: 0 Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.776 stream] -- Using resolution: 1920x1080 Feb 01 21:41:50 raspberrypi launch[547]: -- ERROR [10.776 stream] -- Could not obtain the requested format=JPEG; driver gave us MJPEG Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.776 stream] -- Falling back to format=MJPEG Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.776 stream] -- Using format: MJPEG Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.777 stream] -- Using HW FPS: 0 -> 60 (coerced) Feb 01 21:41:50 raspberrypi launch[547]: -- ERROR [10.777 stream] -- Device doesn't support setting of HW encoding quality parameters Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.777 stream] -- Using IO method: MMAP Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.798 stream] -- Requested 5 device buffers, got 5 Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.807 stream] -- Capturing started Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.807 stream] -- Using JPEG quality: encoder default Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.807 stream] -- Creating pool JPEG with 1 workers ... Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.808 stream] -- Capturing ... Feb 01 21:41:50 raspberrypi launch[547]: -- INFO [10.943 stream] -- H264: Configuring encoder: DMA=0 ... Feb 01 21:42:02 raspberrypi launch[547]: -- INFO [22.823 http] -- HTTP: NEW client (now=1): [192.168.0.104]:54530, id=1fe5f5a70ad1df09 -- Boot f4e97c2b8d474ea680273063e308ee1b -- Feb 01 21:47:19 raspberrypi launch[533]: -- INFO [466.283 http] -- HTTP: NEW client (now=1): [192.168.0.104]:40944, id=cdc2c36c772fed0c -- Boot 05c3f5d985574a93be886387c3182d9c -- Feb 01 21:50:06 raspberrypi launch[547]: -- INFO [82.533 http] -- HTTP: DEL client (now=0): [192.168.0.104]:54530, id=1fe5f5a70ad1df09, Resource temporarily unavailable (reading,eof) Feb 01 21:50:17 raspberrypi launch[547]: -- INFO [93.079 http] -- HTTP: NEW client (now=1): [192.168.0.104]:39484, id=1fecec097be46f32 Feb 01 21:50:30 raspberrypi launch[547]: -- INFO [106.295 http] -- HTTP: DEL client (now=0): [192.168.0.104]:39484, id=1fecec097be46f32, Resource temporarily unavailable (reading,eof) Feb 01 21:50:41 raspberrypi launch[547]: -- INFO [117.559 http] -- HTTP: NEW client (now=1): [192.168.0.220]:58862, id=c5f0d42d83d9f197 Feb 01 21:52:10 raspberrypi launch[547]: -- INFO [205.841 http] -- HTTP: DEL client (now=0): [192.168.0.220]:58862, id=c5f0d42d83d9f197, Resource temporarily unavailable (reading,eof) Feb 01 21:53:25 raspberrypi launch[547]: -- INFO [281.106 http] -- HTTP: NEW client (now=1): [192.168.0.104]:36344, id=7885381665317cff nginx logs -- Journal begins at Tue 2023-12-05 02:57:17 GMT, ends at Thu 2024-02-01 21:53:35 GMT. -- Jan 22 17:58:29 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 17:58:29 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 22 17:59:03 raspberrypi systemd[1]: Reloading A high performance web server and a reverse proxy server. Jan 22 17:59:03 raspberrypi systemd[1]: Reloaded A high performance web server and a reverse proxy server. Jan 22 17:59:11 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 22 17:59:11 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 22 17:59:11 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 3eafeaaf85a2470a9e5995c01e8a1420 -- Jan 22 17:59:17 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 17:59:18 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 22 18:10:32 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 22 18:10:32 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 22 18:10:32 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Jan 22 18:10:32 raspberrypi systemd[1]: nginx.service: Consumed 4.262s CPU time. -- Boot ab9c6d35fe114b6498569a61046eeabd -- Jan 22 18:10:37 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 18:10:38 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 22 18:25:29 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 22 18:25:29 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 22 18:25:29 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Jan 22 18:25:29 raspberrypi systemd[1]: nginx.service: Consumed 2.091s CPU time. -- Boot acd17a55359f47aba20190222f8a4ffd -- Jan 22 18:25:34 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 18:25:35 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 22 18:38:15 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 22 18:38:15 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 22 18:38:15 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Jan 22 18:38:15 raspberrypi systemd[1]: nginx.service: Consumed 1.937s CPU time. -- Boot 5791836ceac6423294295c534f4f1c01 -- Jan 22 18:38:20 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 18:38:21 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 56df1d109a9549c5a2af876585af063f -- Jan 25 18:01:31 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 25 18:01:32 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 25 18:16:31 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 25 18:16:31 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 25 18:16:31 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Jan 25 18:16:31 raspberrypi systemd[1]: nginx.service: Consumed 1.293s CPU time. -- Boot 7fd61c2060fd43e8a9c31ecc1bac6670 -- Jan 25 18:16:37 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 25 18:16:38 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 01 19:17:25 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 01 19:17:25 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 01 19:17:25 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 01 19:17:25 raspberrypi systemd[1]: nginx.service: Consumed 22.159s CPU time. -- Boot 3e5d580274c547a08bfcc6bfcc5e1920 -- Feb 01 19:17:31 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 19:17:32 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot c65256d701654f68b0b9ed8fe8707f9c -- Feb 01 19:21:44 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 19:21:45 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 2ea3a4f3ce394cfbb2bce1c760988f23 -- Feb 01 19:44:48 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 19:44:49 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 31d926fc0bcb414f872ab2ae6d5f6413 -- Feb 01 21:17:06 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 21:17:07 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot f4e97c2b8d474ea680273063e308ee1b -- Feb 01 21:33:18 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 21:33:19 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 05c3f5d985574a93be886387c3182d9c -- Feb 01 21:41:49 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 21:41:50 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /js/poll.js HTTP/1.1" 200 1088 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /js/mouse.js HTTP/1.1" 200 8492 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /js/updatelogs.js HTTP/1.1" 200 861 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /js/logs.js HTTP/1.1" 200 1484 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /js/keycodes.js HTTP/1.1" 200 822 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /third-party/socket.io/4.7.1/socket.io.min.js HTTP/1.1" 200 48593 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /js/app.js HTTP/1.1" 200 13768 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /css/button.css HTTP/1.1" 200 1976 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /js/keyboardstate.js HTTP/1.1" 200 3122 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:24 +0000] "GET /js/settings.js HTTP/1.1" 200 1215 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /js/keystrokes.js HTTP/1.1" 200 362 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /css/cursors.css HTTP/1.1" 200 618 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /js/overlays.js HTTP/1.1" 200 495 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /css/toggle.css HTTP/1.1" 200 1005 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /css/icons.css HTTP/1.1" 200 419 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/1.1" 200 26568 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/1.1" 200 50112 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/1.1" 200 25032 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /img/logo.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /img/angle-down-icon.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /img/clipboard-icon.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /img/video-stream-icon.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /img/warning-icon.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OrcgP3x HTTP/1.1" 200 97 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /img/external-link-icon.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "POST /socket.io/?EIO=4&transport=polling&t=OrcgP5Y&sid=u_yr7ytnGgj4InAVAAAG HTTP/1.1" 200 2 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OrcgP5a&sid=u_yr7ytnGgj4InAVAAAG HTTP/1.1" 200 32 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OrcgP7r&sid=u_yr7ytnGgj4InAVAAAG HTTP/1.1" 200 1 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15" 192.168.0.104 - - [01/Feb/2024:21:53:25 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OrcgP8O&sid=u_yr7ytnGgj4InAVAAAG HTTP/1.1" 200 1 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.3 Safari/605.1.15"