TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-11-12T06:48:59+00:00 Software versions TinyPilot version: 2.6.5 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 (up) Static IP: Not set Mouse jiggler: disabled CPU Temperature: 47.7'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml janus_stun_port: 19302 janus_stun_server: stun.l.google.com 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 Nov 12 06:48:21 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 06:48:21 tinypilot python[682]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 06:48:21 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 06:48:21 tinypilot python[682]: return self.handlers[namespace][event](*args) Nov 12 06:48:21 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 06:48:21 tinypilot python[682]: return self._handle_event(handler, message, namespace, sid, Nov 12 06:48:21 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 06:48:21 tinypilot python[682]: ret = handler(*args) Nov 12 06:48:21 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 06:48:21 tinypilot python[682]: return handler(*args, **kwargs) Nov 12 06:48:21 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 06:48:21 tinypilot python[682]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 06:48:21 tinypilot python[682]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 06:48:21 tinypilot python[682]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 06:48:21 tinypilot python[682]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 06:48:21 tinypilot python[682]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 06:48:21 tinypilot python[682]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 06:48:21 tinypilot python[682]: raise result.exception Nov 12 06:48:21 tinypilot python[682]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:22 tinypilot python[621]: Process ProcessWithResult-196: Nov 12 06:48:22 tinypilot python[621]: Traceback (most recent call last): Nov 12 06:48:22 tinypilot python[621]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 06:48:22 tinypilot python[621]: self.run() Nov 12 06:48:22 tinypilot python[621]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 06:48:22 tinypilot python[621]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 06:48:22 tinypilot python[621]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 06:48:22 tinypilot python[621]: hid_handle.write(bytearray(buffer)) Nov 12 06:48:22 tinypilot python[621]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:22 tinypilot python[682]: Exception in thread Thread-740: Nov 12 06:48:22 tinypilot python[682]: Traceback (most recent call last): Nov 12 06:48:22 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 06:48:22 tinypilot python[682]: self.run() Nov 12 06:48:22 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 06:48:22 tinypilot python[682]: self._target(*self._args, **self._kwargs) Nov 12 06:48:22 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 06:48:22 tinypilot python[682]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 06:48:22 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 06:48:22 tinypilot python[682]: return self.handlers[namespace][event](*args) Nov 12 06:48:22 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 06:48:22 tinypilot python[682]: return self._handle_event(handler, message, namespace, sid, Nov 12 06:48:22 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 06:48:22 tinypilot python[682]: ret = handler(*args) Nov 12 06:48:22 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 06:48:22 tinypilot python[682]: return handler(*args, **kwargs) Nov 12 06:48:22 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 84, in on_keystroke Nov 12 06:48:22 tinypilot python[682]: fake_keyboard.send_keystroke(keyboard_path, hid_keystroke) Nov 12 06:48:22 tinypilot python[682]: File "/opt/tinypilot/app/hid/keyboard.py", line 8, in send_keystroke Nov 12 06:48:22 tinypilot python[682]: hid_write.write_to_hid_interface(keyboard_path, buf) Nov 12 06:48:22 tinypilot python[682]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 06:48:22 tinypilot python[682]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 06:48:22 tinypilot python[682]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 06:48:22 tinypilot python[682]: raise result.exception Nov 12 06:48:22 tinypilot python[682]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:24 tinypilot python[626]: Process ProcessWithResult-197: Nov 12 06:48:24 tinypilot python[626]: Traceback (most recent call last): Nov 12 06:48:24 tinypilot python[626]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 06:48:24 tinypilot python[626]: self.run() Nov 12 06:48:24 tinypilot python[626]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 06:48:24 tinypilot python[626]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 06:48:24 tinypilot python[626]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 06:48:24 tinypilot python[626]: hid_handle.write(bytearray(buffer)) Nov 12 06:48:24 tinypilot python[626]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:24 tinypilot python[682]: Exception in thread Thread-741: Nov 12 06:48:24 tinypilot python[682]: Traceback (most recent call last): Nov 12 06:48:24 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 06:48:24 tinypilot python[682]: self.run() Nov 12 06:48:24 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 06:48:24 tinypilot python[682]: self._target(*self._args, **self._kwargs) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 06:48:24 tinypilot python[682]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 06:48:24 tinypilot python[682]: return self.handlers[namespace][event](*args) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 06:48:24 tinypilot python[682]: return self._handle_event(handler, message, namespace, sid, Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 06:48:24 tinypilot python[682]: ret = handler(*args) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 06:48:24 tinypilot python[682]: return handler(*args, **kwargs) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 06:48:24 tinypilot python[682]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 06:48:24 tinypilot python[682]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 06:48:24 tinypilot python[682]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 06:48:24 tinypilot python[682]: raise result.exception Nov 12 06:48:24 tinypilot python[682]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:24 tinypilot python[635]: Process ProcessWithResult-198: Nov 12 06:48:24 tinypilot python[635]: Traceback (most recent call last): Nov 12 06:48:24 tinypilot python[635]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 06:48:24 tinypilot python[635]: self.run() Nov 12 06:48:24 tinypilot python[635]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 06:48:24 tinypilot python[635]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 06:48:24 tinypilot python[635]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 06:48:24 tinypilot python[635]: hid_handle.write(bytearray(buffer)) Nov 12 06:48:24 tinypilot python[635]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:24 tinypilot python[682]: Exception in thread Thread-742: Nov 12 06:48:24 tinypilot python[682]: Traceback (most recent call last): Nov 12 06:48:24 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 06:48:24 tinypilot python[682]: self.run() Nov 12 06:48:24 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 06:48:24 tinypilot python[682]: self._target(*self._args, **self._kwargs) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 06:48:24 tinypilot python[682]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 06:48:24 tinypilot python[682]: return self.handlers[namespace][event](*args) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 06:48:24 tinypilot python[682]: return self._handle_event(handler, message, namespace, sid, Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 06:48:24 tinypilot python[682]: ret = handler(*args) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 06:48:24 tinypilot python[682]: return handler(*args, **kwargs) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 06:48:24 tinypilot python[682]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 06:48:24 tinypilot python[682]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 06:48:24 tinypilot python[682]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 06:48:24 tinypilot python[682]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 06:48:24 tinypilot python[682]: raise result.exception Nov 12 06:48:24 tinypilot python[682]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:56 tinypilot python[753]: Process ProcessWithResult-199: Nov 12 06:48:56 tinypilot python[753]: Traceback (most recent call last): Nov 12 06:48:56 tinypilot python[753]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 06:48:56 tinypilot python[753]: self.run() Nov 12 06:48:56 tinypilot python[753]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 06:48:56 tinypilot python[753]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 06:48:56 tinypilot python[753]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 06:48:56 tinypilot python[753]: hid_handle.write(bytearray(buffer)) Nov 12 06:48:56 tinypilot python[753]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:56 tinypilot python[682]: Exception in thread Thread-745: Nov 12 06:48:56 tinypilot python[682]: Traceback (most recent call last): Nov 12 06:48:56 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 06:48:56 tinypilot python[682]: self.run() Nov 12 06:48:56 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 06:48:56 tinypilot python[682]: self._target(*self._args, **self._kwargs) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 06:48:56 tinypilot python[682]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 06:48:56 tinypilot python[682]: return self.handlers[namespace][event](*args) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 06:48:56 tinypilot python[682]: return self._handle_event(handler, message, namespace, sid, Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 06:48:56 tinypilot python[682]: ret = handler(*args) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 06:48:56 tinypilot python[682]: return handler(*args, **kwargs) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 06:48:56 tinypilot python[682]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 06:48:56 tinypilot python[682]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 06:48:56 tinypilot python[682]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 06:48:56 tinypilot python[682]: raise result.exception Nov 12 06:48:56 tinypilot python[682]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:56 tinypilot python[754]: Process ProcessWithResult-200: Nov 12 06:48:56 tinypilot python[754]: Traceback (most recent call last): Nov 12 06:48:56 tinypilot python[754]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 12 06:48:56 tinypilot python[754]: self.run() Nov 12 06:48:56 tinypilot python[754]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 12 06:48:56 tinypilot python[754]: result.return_value = self._target(*self._args, **self._kwargs) Nov 12 06:48:56 tinypilot python[754]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 12 06:48:56 tinypilot python[754]: hid_handle.write(bytearray(buffer)) Nov 12 06:48:56 tinypilot python[754]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:56 tinypilot python[682]: Exception in thread Thread-746: Nov 12 06:48:56 tinypilot python[682]: Traceback (most recent call last): Nov 12 06:48:56 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 12 06:48:56 tinypilot python[682]: self.run() Nov 12 06:48:56 tinypilot python[682]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 12 06:48:56 tinypilot python[682]: self._target(*self._args, **self._kwargs) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 12 06:48:56 tinypilot python[682]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 12 06:48:56 tinypilot python[682]: return self.handlers[namespace][event](*args) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 12 06:48:56 tinypilot python[682]: return self._handle_event(handler, message, namespace, sid, Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 12 06:48:56 tinypilot python[682]: ret = handler(*args) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Nov 12 06:48:56 tinypilot python[682]: return handler(*args, **kwargs) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Nov 12 06:48:56 tinypilot python[682]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 12 06:48:56 tinypilot python[682]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 12 06:48:56 tinypilot python[682]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 12 06:48:56 tinypilot python[682]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 12 06:48:56 tinypilot python[682]: raise result.exception Nov 12 06:48:56 tinypilot python[682]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 12 06:48:59 tinypilot sudo[766]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Nov 12 06:48:59 tinypilot sudo[766]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Nov 12 06:48:59 tinypilot runuser[781]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Nov 12 06:49:00 tinypilot runuser[781]: pam_unix(runuser:session): session closed for user tinypilot Nov 12 06:49:00 tinypilot runuser[791]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Nov 12 06:49:00 tinypilot runuser[791]: pam_unix(runuser:session): session closed for user tinypilot Nov 12 06:49:00 tinypilot runuser[807]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Nov 12 06:49:03 tinypilot python[814]: 2024-11-12 06:49:03.937 app.main INFO Starting app Nov 12 06:49:04 tinypilot python[814]: 2024-11-12 06:49:04.062 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Nov 12 06:49:04 tinypilot python[814]: 2024-11-12 06:49:04.065 db.store INFO Read 7 database migrations from disk Nov 12 06:49:04 tinypilot runuser[807]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-11-09 16:56:40.439 __main__ INFO Starting TinyPilot update 2024-11-09 16:56:40.440 __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.5 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.5 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.5 + 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=1489 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1489 >= 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.2 + 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.5 ]] + readonly TARGET_VERSION + [[ 2.6.2 == \2\.\6\.\5 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=1000000060327a8f + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.5 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000060327a8f' --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_20241016105734_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20241016105734_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [39.0 kB] Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [329 kB] Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Fetched 13.6 MB in 8s (1,762 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_20241016105734_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). ustreamer is already the newest version (5.43-20231004144402). The following packages will be upgraded: tinypilot 1 upgraded, 0 newly installed, 0 to remove and 125 not upgraded. Need to get 0 B/2,667 kB of archives. After this operation, 324 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/tinypilot_20241016105734_armhf.deb tinypilot armhf 20241016105734 [2,667 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 .../tinypilot_20241016105734_armhf.deb ... Unpacking tinypilot (20241016105734) over (20231109172723) ... Setting up tinypilot (20241016105734) ... 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 / / Warning: The unit file, source configuration file or drop-ins of janus.service changed on disk. Run 'systemctl daemon-reload' to reload units. update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. + 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-11-09 16:57:33.721 __main__ INFO Update completed successfully 2024-11-09 16:57:33.721 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-11-09 16:57:33.723 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 <== janus_stun_port: 19302 janus_stun_server: stun.l.google.com uStreamer logs Nov 12 06:21:24 tinypilot launch[26563]: -- INFO [14912.964 stream] -- Using IO method: MMAP Nov 12 06:21:24 tinypilot launch[26563]: -- INFO [14912.980 stream] -- Requested 5 device buffers, got 5 Nov 12 06:21:24 tinypilot launch[26563]: -- INFO [14912.988 stream] -- Capturing started Nov 12 06:21:24 tinypilot launch[26563]: -- INFO [14912.989 stream] -- Using JPEG quality: 80% Nov 12 06:21:24 tinypilot launch[26563]: -- INFO [14912.989 stream] -- Creating pool JPEG with 3 workers ... Nov 12 06:21:24 tinypilot launch[26563]: -- INFO [14912.989 stream] -- Capturing ... Nov 12 06:21:24 tinypilot launch[26563]: -- INFO [14913.007 http] -- HTTP: DEL client (now=0): [192.168.0.115]:58002, id=3fb6a25941688aee, Resource temporarily unavailable (reading,eof) Nov 12 06:21:25 tinypilot launch[26563]: -- ERROR [14913.990 stream] -- Persistent device timeout (unplugged) Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14921.452 stream] -- H264: Configuring encoder: DMA=1 ... Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14921.550 stream] -- H264: Requested keyframe by a sink client Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14922.035 stream] -- Got V4L2 event Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14922.035 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14922.035 stream] -- Destroying workers pool JPEG ... Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14922.078 stream] -- Capturing stopped Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14922.087 stream] -- Device fd=10 closed Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14922.087 stream] -- Changed video frame to BLANK Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14922.100 stream] -- H264: Configuring encoder: DMA=0 ... Nov 12 06:21:33 tinypilot launch[26563]: ================================================================================ Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14922.131 stream] -- Device fd=10 opened Nov 12 06:21:33 tinypilot launch[26563]: -- INFO [14922.132 stream] -- Using input channel: 0 Nov 12 06:21:34 tinypilot launch[26563]: -- ERROR [14922.165 stream] -- Requested resolution=640x480 is unavailable Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.195 stream] -- Using resolution: 1920x1080 Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.196 stream] -- Using format: UYVY Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.196 stream] -- Querying HW FPS changing is not supported Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.196 stream] -- Using IO method: MMAP Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.210 stream] -- Requested 5 device buffers, got 5 Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.219 stream] -- Capturing started Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.219 stream] -- Using JPEG quality: 80% Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.219 stream] -- Creating pool JPEG with 3 workers ... Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.219 stream] -- Capturing ... Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14922.252 stream] -- H264: Configuring encoder: DMA=1 ... Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14923.059 stream] -- Got V4L2 event Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14923.059 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14923.059 stream] -- Destroying workers pool JPEG ... Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14923.104 stream] -- Capturing stopped Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14923.114 stream] -- Device fd=10 closed Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14923.114 stream] -- Changed video frame to BLANK Nov 12 06:21:34 tinypilot launch[26563]: -- INFO [14923.130 stream] -- H264: Configuring encoder: DMA=0 ... Nov 12 06:21:35 tinypilot launch[26563]: ================================================================================ Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.162 stream] -- Device fd=10 opened Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.162 stream] -- Using input channel: 0 Nov 12 06:21:35 tinypilot launch[26563]: -- ERROR [14923.196 stream] -- Requested resolution=640x480 is unavailable Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.230 stream] -- Using resolution: 1920x1080 Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.230 stream] -- Using format: UYVY Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.230 stream] -- Querying HW FPS changing is not supported Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.230 stream] -- Using IO method: MMAP Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.250 stream] -- Requested 5 device buffers, got 5 Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.260 stream] -- Capturing started Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.260 stream] -- Using JPEG quality: 80% Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.261 stream] -- Creating pool JPEG with 3 workers ... Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.261 stream] -- Capturing ... Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14923.712 stream] -- H264: Configuring encoder: DMA=1 ... Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14924.081 stream] -- Got V4L2 event Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14924.081 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14924.081 stream] -- Destroying workers pool JPEG ... Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14924.126 stream] -- Capturing stopped Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14924.132 stream] -- Device fd=10 closed Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14924.132 stream] -- Changed video frame to BLANK Nov 12 06:21:35 tinypilot launch[26563]: -- INFO [14924.143 stream] -- H264: Configuring encoder: DMA=0 ... Nov 12 06:21:36 tinypilot launch[26563]: ================================================================================ Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.173 stream] -- Device fd=10 opened Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.173 stream] -- Using input channel: 0 Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.185 stream] -- Got new DV-timings: 1920x1080p50.00, pixclk=148500000, vsync=45, hsync=720 Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.221 stream] -- Using resolution: 1920x1080 Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.221 stream] -- Using format: UYVY Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.222 stream] -- Querying HW FPS changing is not supported Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.222 stream] -- Using IO method: MMAP Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.239 stream] -- Requested 5 device buffers, got 5 Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.249 stream] -- Capturing started Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.249 stream] -- Using JPEG quality: 80% Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.249 stream] -- Creating pool JPEG with 3 workers ... Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.250 stream] -- Capturing ... Nov 12 06:21:36 tinypilot launch[26563]: -- INFO [14924.252 stream] -- H264: Configuring encoder: DMA=1 ... Nov 12 06:21:38 tinypilot launch[26563]: -- INFO [14926.373 stream] -- H264: Requested keyframe by a sink client Nov 12 06:21:38 tinypilot launch[26563]: -- INFO [14926.422 stream] -- H264: Requested keyframe by a sink client Nov 12 06:23:24 tinypilot launch[26563]: -- INFO [15032.776 stream] -- H264: Requested keyframe by a sink client Nov 12 06:23:25 tinypilot launch[26563]: -- INFO [15034.053 stream] -- H264: Requested keyframe by a sink client Nov 12 06:23:25 tinypilot launch[26563]: -- INFO [15034.104 stream] -- H264: Requested keyframe by a sink client Nov 12 06:23:40 tinypilot launch[26563]: -- INFO [15048.930 stream] -- H264: Requested keyframe by a sink client Nov 12 06:23:40 tinypilot launch[26563]: -- INFO [15048.996 stream] -- H264: Requested keyframe by a sink client nginx logs -- Journal begins at Tue 2024-11-12 04:47:43 GMT, ends at Tue 2024-11-12 06:49:04 GMT. -- -- No entries -- 2024/11/12 02:11:13 [error] 666#666: *238 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:12:04 [error] 666#666: *238 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:12:17 [error] 666#666: *238 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:12:35 [error] 666#666: *238 upstream prematurely closed connection while reading response header from upstream, client: 192.168.0.115, server: tinypilot, request: "POST /api/restart HTTP/2.0", upstream: "http://127.0.0.1:48000/api/restart", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:13:02 [error] 678#678: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:13:08 [error] 678#678: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:48001/stream?advance_headers=1", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 02:13:40 [error] 678#678: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 03:52:24 [error] 678#678: *101 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 03:54:30 [error] 678#678: *101 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 04:46:08 [error] 678#678: *483 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 04:57:21 [error] 678#678: *483 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 2024/11/12 04:57:40 [error] 678#678: *483 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.115, server: tinypilot, request: "HEAD /stream HTTP/2.0", upstream: "http://127.0.0.1:48001/stream", host: "192.168.0.51", referrer: "https://192.168.0.51/" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /js/mouse.js HTTP/2.0" 200 8581 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /js/touch.js HTTP/2.0" 200 4453 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://192.168.0.51/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /css/cursors.css HTTP/2.0" 200 618 "https://192.168.0.51/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://192.168.0.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://192.168.0.51/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://192.168.0.51/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /js/overlays.js HTTP/2.0" 200 495 "https://192.168.0.51/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://192.168.0.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://192.168.0.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /css/icons.css HTTP/2.0" 200 841 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:53 +0000] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:54 +0000] "GET /socket.io/?EIO=4&transport=polling&t=PCV23vj HTTP/2.0" 200 97 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:54 +0000] "POST /socket.io/?EIO=4&transport=polling&t=PCV23z1&sid=Fk42Lqaub9B-x4U3AABI HTTP/2.0" 200 2 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:54 +0000] "GET /socket.io/?EIO=4&transport=polling&t=PCV23z9&sid=Fk42Lqaub9B-x4U3AABI HTTP/2.0" 200 32 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:20:54 +0000] "GET /socket.io/?EIO=4&transport=polling&t=PCV2447&sid=Fk42Lqaub9B-x4U3AABI HTTP/2.0" 200 1 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:21:24 +0000] "GET /stream?advance_headers=1 HTTP/2.0" 200 1420153 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:21:24 +0000] "GET /favicon.ico HTTP/2.0" 200 1213 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:21:24 +0000] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0" 192.168.0.115 - - [12/Nov/2024:06:48:26 +0000] "GET /api/settings/video HTTP/2.0" 200 264 "https://192.168.0.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0"