TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-03-15T02:59:06+00:00 Software versions TinyPilot version: 2.6.3 uStreamer version: 5.43 System information OS version: Linux shagoj2 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: on SSH access: enabled Network interfaces: eth0 (up) lo (unknown) tailscale0 (unknown) wlan0 (down) 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 ustreamer_desired_fps: 10 ustreamer_h264_bitrate: 2000 TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM BindsTo=nginx.service After=syslog.target network.target nginx.service StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment=APP_SETTINGS_FILE=/home/tinypilot/app_settings.cfg Restart=always [Install] WantedBy=multi-user.target TinyPilot logs Mar 15 02:57:32 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 15 02:57:32 shagoj2 python[758]: return self._handle_event(handler, message, namespace, sid, Mar 15 02:57:32 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 15 02:57:32 shagoj2 python[758]: ret = handler(*args) Mar 15 02:57:32 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 15 02:57:32 shagoj2 python[758]: return handler(*args, **kwargs) Mar 15 02:57:32 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 15 02:57:32 shagoj2 python[758]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 15 02:57:32 shagoj2 python[758]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 15 02:57:32 shagoj2 python[758]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 15 02:57:32 shagoj2 python[758]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 15 02:57:32 shagoj2 python[758]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 15 02:57:32 shagoj2 python[758]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 15 02:57:32 shagoj2 python[758]: raise result.exception Mar 15 02:57:32 shagoj2 python[758]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:35 shagoj2 python[1072]: Process ProcessWithResult-7: Mar 15 02:57:35 shagoj2 python[1072]: Traceback (most recent call last): Mar 15 02:57:35 shagoj2 python[1072]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 15 02:57:35 shagoj2 python[1072]: self.run() Mar 15 02:57:35 shagoj2 python[1072]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 15 02:57:35 shagoj2 python[1072]: result.return_value = self._target(*self._args, **self._kwargs) Mar 15 02:57:35 shagoj2 python[1072]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 15 02:57:35 shagoj2 python[1072]: hid_handle.write(bytearray(buffer)) Mar 15 02:57:35 shagoj2 python[1072]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:35 shagoj2 python[758]: Exception in thread Thread-12: Mar 15 02:57:35 shagoj2 python[758]: Traceback (most recent call last): Mar 15 02:57:35 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 15 02:57:35 shagoj2 python[758]: self.run() Mar 15 02:57:35 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 15 02:57:35 shagoj2 python[758]: self._target(*self._args, **self._kwargs) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 15 02:57:35 shagoj2 python[758]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 15 02:57:35 shagoj2 python[758]: return self.handlers[namespace][event](*args) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 15 02:57:35 shagoj2 python[758]: return self._handle_event(handler, message, namespace, sid, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 15 02:57:35 shagoj2 python[758]: ret = handler(*args) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 15 02:57:35 shagoj2 python[758]: return handler(*args, **kwargs) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 15 02:57:35 shagoj2 python[758]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 15 02:57:35 shagoj2 python[758]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 15 02:57:35 shagoj2 python[758]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 15 02:57:35 shagoj2 python[758]: raise result.exception Mar 15 02:57:35 shagoj2 python[758]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:35 shagoj2 python[1073]: Process ProcessWithResult-8: Mar 15 02:57:35 shagoj2 python[1073]: Traceback (most recent call last): Mar 15 02:57:35 shagoj2 python[1073]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 15 02:57:35 shagoj2 python[1073]: self.run() Mar 15 02:57:35 shagoj2 python[1073]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 15 02:57:35 shagoj2 python[1073]: result.return_value = self._target(*self._args, **self._kwargs) Mar 15 02:57:35 shagoj2 python[1073]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 15 02:57:35 shagoj2 python[1073]: hid_handle.write(bytearray(buffer)) Mar 15 02:57:35 shagoj2 python[1073]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:35 shagoj2 python[758]: Exception in thread Thread-13: Mar 15 02:57:35 shagoj2 python[758]: Traceback (most recent call last): Mar 15 02:57:35 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 15 02:57:35 shagoj2 python[758]: self.run() Mar 15 02:57:35 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 15 02:57:35 shagoj2 python[758]: self._target(*self._args, **self._kwargs) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 15 02:57:35 shagoj2 python[758]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 15 02:57:35 shagoj2 python[758]: return self.handlers[namespace][event](*args) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 15 02:57:35 shagoj2 python[758]: return self._handle_event(handler, message, namespace, sid, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 15 02:57:35 shagoj2 python[758]: ret = handler(*args) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 15 02:57:35 shagoj2 python[758]: return handler(*args, **kwargs) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 15 02:57:35 shagoj2 python[758]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 15 02:57:35 shagoj2 python[758]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 15 02:57:35 shagoj2 python[758]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 15 02:57:35 shagoj2 python[758]: raise result.exception Mar 15 02:57:35 shagoj2 python[758]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:35 shagoj2 python[1074]: Process ProcessWithResult-9: Mar 15 02:57:35 shagoj2 python[1074]: Traceback (most recent call last): Mar 15 02:57:35 shagoj2 python[1074]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 15 02:57:35 shagoj2 python[1074]: self.run() Mar 15 02:57:35 shagoj2 python[1074]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 15 02:57:35 shagoj2 python[1074]: result.return_value = self._target(*self._args, **self._kwargs) Mar 15 02:57:35 shagoj2 python[1074]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 15 02:57:35 shagoj2 python[1074]: hid_handle.write(bytearray(buffer)) Mar 15 02:57:35 shagoj2 python[1074]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:35 shagoj2 python[758]: Exception in thread Thread-14: Mar 15 02:57:35 shagoj2 python[758]: Traceback (most recent call last): Mar 15 02:57:35 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 15 02:57:35 shagoj2 python[758]: self.run() Mar 15 02:57:35 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 15 02:57:35 shagoj2 python[758]: self._target(*self._args, **self._kwargs) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 15 02:57:35 shagoj2 python[758]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 15 02:57:35 shagoj2 python[758]: return self.handlers[namespace][event](*args) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 15 02:57:35 shagoj2 python[758]: return self._handle_event(handler, message, namespace, sid, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 15 02:57:35 shagoj2 python[758]: ret = handler(*args) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 15 02:57:35 shagoj2 python[758]: return handler(*args, **kwargs) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 15 02:57:35 shagoj2 python[758]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 15 02:57:35 shagoj2 python[758]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 15 02:57:35 shagoj2 python[758]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 15 02:57:35 shagoj2 python[758]: raise result.exception Mar 15 02:57:35 shagoj2 python[758]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:35 shagoj2 python[1075]: Process ProcessWithResult-10: Mar 15 02:57:35 shagoj2 python[1075]: Traceback (most recent call last): Mar 15 02:57:35 shagoj2 python[1075]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 15 02:57:35 shagoj2 python[1075]: self.run() Mar 15 02:57:35 shagoj2 python[1075]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 15 02:57:35 shagoj2 python[1075]: result.return_value = self._target(*self._args, **self._kwargs) Mar 15 02:57:35 shagoj2 python[1075]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 15 02:57:35 shagoj2 python[1075]: hid_handle.write(bytearray(buffer)) Mar 15 02:57:35 shagoj2 python[1075]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:35 shagoj2 python[758]: Exception in thread Thread-15: Mar 15 02:57:35 shagoj2 python[758]: Traceback (most recent call last): Mar 15 02:57:35 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 15 02:57:35 shagoj2 python[758]: self.run() Mar 15 02:57:35 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 15 02:57:35 shagoj2 python[758]: self._target(*self._args, **self._kwargs) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 15 02:57:35 shagoj2 python[758]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 15 02:57:35 shagoj2 python[758]: return self.handlers[namespace][event](*args) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 15 02:57:35 shagoj2 python[758]: return self._handle_event(handler, message, namespace, sid, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 15 02:57:35 shagoj2 python[758]: ret = handler(*args) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 15 02:57:35 shagoj2 python[758]: return handler(*args, **kwargs) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 15 02:57:35 shagoj2 python[758]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 15 02:57:35 shagoj2 python[758]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 15 02:57:35 shagoj2 python[758]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 15 02:57:35 shagoj2 python[758]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 15 02:57:35 shagoj2 python[758]: raise result.exception Mar 15 02:57:35 shagoj2 python[758]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:36 shagoj2 python[1076]: Process ProcessWithResult-11: Mar 15 02:57:36 shagoj2 python[1076]: Traceback (most recent call last): Mar 15 02:57:36 shagoj2 python[1076]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 15 02:57:36 shagoj2 python[1076]: self.run() Mar 15 02:57:36 shagoj2 python[1076]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 15 02:57:36 shagoj2 python[1076]: result.return_value = self._target(*self._args, **self._kwargs) Mar 15 02:57:36 shagoj2 python[1076]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 15 02:57:36 shagoj2 python[1076]: hid_handle.write(bytearray(buffer)) Mar 15 02:57:36 shagoj2 python[1076]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:36 shagoj2 python[758]: Exception in thread Thread-16: Mar 15 02:57:36 shagoj2 python[758]: Traceback (most recent call last): Mar 15 02:57:36 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 15 02:57:36 shagoj2 python[758]: self.run() Mar 15 02:57:36 shagoj2 python[758]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 15 02:57:36 shagoj2 python[758]: self._target(*self._args, **self._kwargs) Mar 15 02:57:36 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 15 02:57:36 shagoj2 python[758]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 15 02:57:36 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 15 02:57:36 shagoj2 python[758]: return self.handlers[namespace][event](*args) Mar 15 02:57:36 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 15 02:57:36 shagoj2 python[758]: return self._handle_event(handler, message, namespace, sid, Mar 15 02:57:36 shagoj2 python[758]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 15 02:57:36 shagoj2 python[758]: ret = handler(*args) Mar 15 02:57:36 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 15 02:57:36 shagoj2 python[758]: return handler(*args, **kwargs) Mar 15 02:57:36 shagoj2 python[758]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 15 02:57:36 shagoj2 python[758]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 15 02:57:36 shagoj2 python[758]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 15 02:57:36 shagoj2 python[758]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 15 02:57:36 shagoj2 python[758]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 15 02:57:36 shagoj2 python[758]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 15 02:57:36 shagoj2 python[758]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 15 02:57:36 shagoj2 python[758]: raise result.exception Mar 15 02:57:36 shagoj2 python[758]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 15 02:57:38 shagoj2 python[758]: 2024-03-15 02:57:38.676 socket_api INFO Client IIN2KLwpyjtqXNYSAAAB disconnected Mar 15 02:57:41 shagoj2 python[758]: 2024-03-15 02:57:41.020 socket_api INFO Client aakFUpUBRkeQh2SEAAAD connected [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] Mar 15 02:59:06 shagoj2 sudo[1462]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Mar 15 02:59:06 shagoj2 sudo[1462]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Mar 15 02:59:06 shagoj2 runuser[1477]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Mar 15 02:59:06 shagoj2 runuser[1477]: pam_unix(runuser:session): session closed for user tinypilot Mar 15 02:59:06 shagoj2 runuser[1491]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Mar 15 02:59:08 shagoj2 python[1498]: 2024-03-15 02:59:08.132 app.main INFO Starting app Mar 15 02:59:08 shagoj2 python[1498]: 2024-03-15 02:59:08.206 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Mar 15 02:59:08 shagoj2 python[1498]: 2024-03-15 02:59:08.208 db.store INFO Read 7 database migrations from disk Mar 15 02:59:08 shagoj2 runuser[1491]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-03-11 19:56:08.254 __main__ INFO Starting TinyPilot update 2024-03-11 19:56:08.255 __main__ INFO Launching update script: /opt/tinypilot-privileged/scripts/update + set -u + set -e + readonly VERSION_FILE=/home/tinypilot/target-version + VERSION_FILE=/home/tinypilot/target-version + SCRIPT_ARGS=() + [[ -f /home/tinypilot/target-version ]] ++ cat /home/tinypilot/target-version + VERSION=2.6.3 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.3 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.3 + shift + shift + [[ 0 -gt 0 ]] + readonly ALLOW_REINSTALL + readonly LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + readonly RAMDISK_SIZE_MIB=560 + RAMDISK_SIZE_MIB=560 ++ free --mebi ++ grep --fixed-strings Mem: ++ tr --squeeze-repeats ' ' ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=1437 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1437 >= 560 )) + sudo mkdir /mnt/tinypilot-installer + sudo mount --types tmpfs --options size=560m --source tmpfs --target /mnt/tinypilot-installer --verbose mount: tmpfs mounted on /mnt/tinypilot-installer. + readonly INSTALLER_DIR + readonly TMPDIR=/mnt/tinypilot-installer/tmp + TMPDIR=/mnt/tinypilot-installer/tmp + export TMPDIR + sudo mkdir /mnt/tinypilot-installer/tmp + readonly BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + readonly TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + readonly TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + CURRENT_VERSION= + [[ -f /opt/tinypilot/VERSION ]] ++ cat /opt/tinypilot/VERSION + CURRENT_VERSION=2.6.1 + readonly CURRENT_VERSION + HAS_COMMUNITY_INSTALLED=0 + readonly TINYPILOT_README_FILE=/opt/tinypilot/README.md + TINYPILOT_README_FILE=/opt/tinypilot/README.md + [[ -f /opt/tinypilot/README.md ]] ++ head -n 1 /opt/tinypilot/README.md + [[ # TinyPilot Pro == \#\ \T\i\n\y\P\i\l\o\t ]] + readonly HAS_COMMUNITY_INSTALLED + [[ -z 2.6.3 ]] + readonly TARGET_VERSION + [[ 2.6.1 == \2\.\6\.\3 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=100000004a363051 + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.3 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 100000004a363051' --output /mnt/tinypilot-installer/bundle.tgz --write-out '%{http_code}' --silent + HTTP_CODE=200 + readonly HTTP_CODE + [[ 200 != \2\0\0 ]] + sudo tar --gunzip --extract --file /mnt/tinypilot-installer/bundle.tgz --directory /mnt/tinypilot-installer + sudo chown root:root --recursive /mnt/tinypilot-installer + [[ 0 -eq 1 ]] + pushd /mnt/tinypilot-installer /mnt/tinypilot-installer /opt/tinypilot + sudo TMPDIR=/mnt/tinypilot-installer/tmp ./install + grep -q '^Model *: Raspberry Pi 3' /proc/cpuinfo ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 < 11 )) ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 > 11 )) + grep -q boot=overlay /proc/cmdline ++ ls janus_1.0.1-1~bpo11+1_armhf.deb + JANUS_DEBIAN_PACKAGE=janus_1.0.1-1~bpo11+1_armhf.deb + readonly JANUS_DEBIAN_PACKAGE ++ ls ustreamer_5.43-20231004144402_armhf.deb + USTREAMER_DEBIAN_PACKAGE=ustreamer_5.43-20231004144402_armhf.deb + readonly USTREAMER_DEBIAN_PACKAGE ++ ls tinypilot_20240229123737_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20240229123737_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] Get:5 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages [106 kB] Fetched 13.7 MB in 8s (1,675 kB/s) Reading package lists... + apt-get install -y ./janus_1.0.1-1~bpo11+1_armhf.deb ./ustreamer_5.43-20231004144402_armhf.deb ./tinypilot_20240229123737_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). The following package was automatically installed and is no longer required: dos2unix Use 'sudo apt autoremove' to remove it. The following packages will be upgraded: tinypilot ustreamer 2 upgraded, 0 newly installed, 0 to remove and 90 not upgraded. Need to get 0 B/2,673 kB of archives. After this operation, 85.0 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/ustreamer_5.43-20231004144402_armhf.deb ustreamer armhf 5.43-20231004144402 [158 kB] Get:2 /mnt/tinypilot-installer/tinypilot_20240229123737_armhf.deb tinypilot armhf 20240229123737 [2,515 kB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: [614B blob data] Preparing to unpack .../ustreamer_5.43-20231004144402_armhf.deb ... Unpacking ustreamer (5.43-20231004144402) over (5.38-20230802141939) ... Preparing to unpack .../tinypilot_20240229123737_armhf.deb ... Unpacking tinypilot (20240229123737) over (20230904111604) ... Setting up ustreamer (5.43-20231004144402) ... Warning: The home dir /home/ustreamer you specified already exists. The system user `ustreamer' already exists. Exiting. Setting up tinypilot (20240229123737) ... Installing new version of config file /etc/sudoers.d/tinypilot ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /opt/tinypilot / / /opt/tinypilot / / /opt/tinypilot / / nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful active /opt/tinypilot / / Processing triggers for man-db (2.9.4-2) ... + mv yq /usr/bin/yq + chmod 0755 /usr/bin/yq + clean_up + sudo umount --lazy /mnt/tinypilot-installer + sudo rm -rf /opt/tinypilot-updater /mnt/tinypilot-installer 2024-03-11 19:57:26.169 __main__ INFO Update completed successfully 2024-03-11 19:57:26.171 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-03-11 19:57:26.172 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_desired_fps: 10 ustreamer_h264_bitrate: 2000 uStreamer logs Mar 15 01:13:27 shagoj2 systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Mar 15 01:13:29 shagoj2 launch[637]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder m2m-image --format uyvy --desired-fps 10 --workers 3 --drop-same-frames 30 --dv-timings --h264-bitrate 2000 Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.845 main] -- Starting PiKVM uStreamer 5.43 ... Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.845 main] -- Using internal blank placeholder Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.845 main] -- Using H264-sink: tinypilot::ustreamer::h264 Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.846 main] -- Listening HTTP on [127.0.0.1]:48001 Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.846 stream] -- Using V4L2 device: /dev/video0 Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.846 stream] -- Using desired FPS: 10 Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.846 http] -- Starting HTTP eventloop ... Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.847 stream] -- H264: Initializing encoder ... Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.854 stream] -- H264: Configuring encoder: DMA=0 ... Mar 15 01:13:29 shagoj2 launch[637]: ================================================================================ Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.876 stream] -- Device fd=10 opened Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.876 stream] -- Using input channel: 0 Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.897 stream] -- Using resolution: 640x480 Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.898 stream] -- Using format: UYVY Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.898 stream] -- Querying HW FPS changing is not supported Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.898 stream] -- Using IO method: MMAP Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.901 stream] -- Requested 5 device buffers, got 5 Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.908 stream] -- Capturing started Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.909 stream] -- JPEG-0: Initializing encoder ... Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.909 stream] -- JPEG-1: Initializing encoder ... Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.909 stream] -- JPEG-2: Initializing encoder ... Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.909 stream] -- Using JPEG quality: 80% Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.909 stream] -- Creating pool JPEG with 3 workers ... Mar 15 01:13:29 shagoj2 launch[637]: -- INFO [11.910 stream] -- Capturing ... Mar 15 01:13:30 shagoj2 launch[637]: -- ERROR [12.911 stream] -- Persistent device timeout (unplugged) Mar 15 02:57:27 shagoj2 launch[637]: -- INFO [51.407 http] -- HTTP: NEW client (now=1): [100.81.59.33]:52534, id=158b75efb962972d Mar 15 02:57:38 shagoj2 launch[637]: -- INFO [62.838 http] -- HTTP: DEL client (now=0): [100.81.59.33]:52534, id=158b75efb962972d, Resource temporarily unavailable (reading,eof) Mar 15 02:57:41 shagoj2 launch[637]: -- INFO [65.303 http] -- HTTP: NEW client (now=1): [100.81.59.33]:36606, id=4c0f899413366895 Mar 15 02:57:54 shagoj2 launch[637]: -- INFO [78.251 stream] -- H264: Configuring encoder: DMA=1 ... Mar 15 02:57:54 shagoj2 launch[637]: -- INFO [78.251 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Mar 15 02:57:54 shagoj2 launch[637]: -- INFO [78.284 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Mar 15 02:57:54 shagoj2 launch[637]: -- INFO [78.317 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Mar 15 02:57:54 shagoj2 launch[637]: -- INFO [78.919 http] -- HTTP: DEL client (now=0): [100.81.59.33]:36606, id=4c0f899413366895, Resource temporarily unavailable (reading,eof) Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.259 stream] -- Got V4L2 event Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.259 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.259 stream] -- Destroying workers pool JPEG ... Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.323 stream] -- Capturing stopped Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.325 stream] -- Device fd=10 closed Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.325 stream] -- Changed video frame to BLANK Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.341 stream] -- H264: Configuring encoder: DMA=0 ... Mar 15 02:57:55 shagoj2 launch[637]: ================================================================================ Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.376 stream] -- Device fd=10 opened Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.376 stream] -- Using input channel: 0 Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.389 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.456 stream] -- Using resolution: 1920x1080 Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.456 stream] -- Using format: UYVY Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.456 stream] -- Querying HW FPS changing is not supported Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.456 stream] -- Using IO method: MMAP Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.474 stream] -- Requested 5 device buffers, got 5 Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.485 stream] -- Capturing started Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.485 stream] -- Using JPEG quality: 80% Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.485 stream] -- Creating pool JPEG with 3 workers ... Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.486 stream] -- Capturing ... Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.486 stream] -- H264: Configuring encoder: DMA=1 ... Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.486 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.539 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Mar 15 02:57:55 shagoj2 launch[637]: -- INFO [79.572 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.642 stream] -- Got V4L2 event Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.642 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.642 stream] -- Destroying workers pool JPEG ... Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.685 stream] -- Capturing stopped Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.694 stream] -- Device fd=10 closed Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.694 stream] -- Changed video frame to BLANK Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.708 stream] -- H264: Configuring encoder: DMA=0 ... Mar 15 02:58:10 shagoj2 launch[637]: ================================================================================ Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.739 stream] -- Device fd=10 opened Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.740 stream] -- Using input channel: 0 Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.753 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.794 stream] -- Using resolution: 1920x1080 Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.794 stream] -- Using format: UYVY Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.795 stream] -- Querying HW FPS changing is not supported Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.795 stream] -- Using IO method: MMAP Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.816 stream] -- Requested 5 device buffers, got 5 Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.826 stream] -- Capturing started Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.826 stream] -- Using JPEG quality: 80% Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.826 stream] -- Creating pool JPEG with 3 workers ... Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.827 stream] -- Capturing ... Mar 15 02:58:10 shagoj2 launch[637]: -- INFO [94.841 stream] -- H264: Configuring encoder: DMA=1 ... nginx logs -- Journal begins at Fri 2024-03-15 01:13:23 GMT, ends at Fri 2024-03-15 02:59:08 GMT. -- Mar 15 01:13:27 shagoj2 systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 15 01:13:29 shagoj2 systemd[1]: Started A high performance web server and a reverse proxy server. 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /js/logs.js HTTP/2.0" 200 1484 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /css/icons.css HTTP/2.0" 200 841 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /js/mouse.js HTTP/2.0" 200 8492 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://shagoj2/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://shagoj2/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /js/overlays.js HTTP/2.0" 200 495 "https://shagoj2/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Ov02pXj HTTP/2.0" 200 97 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:40 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://shagoj2/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:41 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://shagoj2/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:41 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://shagoj2/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:41 +0000] "POST /socket.io/?EIO=4&transport=polling&t=Ov02pZ3&sid=K1BPJclYMUPoH2DfAAAC HTTP/2.0" 200 2 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:41 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Ov02pZ4&sid=K1BPJclYMUPoH2DfAAAC HTTP/2.0" 200 32 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:41 +0000] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:41 +0000] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:41 +0000] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:41 +0000] "GET /favicon.ico HTTP/2.0" 200 1213 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:41 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Ov02pam&sid=K1BPJclYMUPoH2DfAAAC HTTP/2.0" 200 1 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:44 +0000] "GET /api/wakeOnLan/macAddress HTTP/2.0" 200 35 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:45 +0000] "POST /api/wakeOnLan/sendSignal HTTP/2.0" 200 3 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:45 +0000] "PUT /api/wakeOnLan/macAddress HTTP/2.0" 200 3 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:54 +0000] "GET /stream?advance_headers=1 HTTP/2.0" 200 223631 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 100.81.59.33 - - [15/Mar/2024:02:57:54 +0000] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://shagoj2/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"