TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-04-24T20:39:38+01:00 Software versions TinyPilot version: 2.6.3 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: enabled Network interfaces: eth0 (up) lo (unknown) tailscale0 (unknown) wlan0 (down) Mouse jiggler: disabled CPU Temperature: 57.4'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: 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 Apr 24 20:39:34 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Apr 24 20:39:34 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Apr 24 20:39:34 tinypilot python[1403]: Traceback (most recent call last): Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/app/main.py", line 14, in Apr 24 20:39:34 tinypilot python[1403]: import api Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/app/api.py", line 16, in Apr 24 20:39:34 tinypilot python[1403]: import mass_storage Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Apr 24 20:39:34 tinypilot python[1403]: import threads Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/app/threads.py", line 1, in Apr 24 20:39:34 tinypilot python[1403]: import eventlet Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Apr 24 20:39:34 tinypilot python[1403]: from eventlet import convenience Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Apr 24 20:39:34 tinypilot python[1403]: from eventlet.green import socket Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Apr 24 20:39:34 tinypilot python[1403]: from eventlet.support import greendns Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 64, in Apr 24 20:39:34 tinypilot python[1403]: dns = import_patched('dns') Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Apr 24 20:39:34 tinypilot python[1403]: return patcher.import_patched(module_name, **modules) Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Apr 24 20:39:34 tinypilot python[1403]: return inject( Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Apr 24 20:39:34 tinypilot python[1403]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/__init__.py", line 70, in Apr 24 20:39:34 tinypilot python[1403]: from dns.version import version as __version__ # noqa Apr 24 20:39:34 tinypilot python[1403]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/version.py", line 2 Apr 24 20:39:34 tinypilot python[1403]: else: Apr 24 20:39:34 tinypilot python[1403]: IndentationError: unexpected indent Apr 24 20:39:34 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Apr 24 20:39:34 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Apr 24 20:39:35 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 230. Apr 24 20:39:35 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Apr 24 20:39:35 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Apr 24 20:39:35 tinypilot python[1405]: Traceback (most recent call last): Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/app/main.py", line 14, in Apr 24 20:39:35 tinypilot python[1405]: import api Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/app/api.py", line 16, in Apr 24 20:39:35 tinypilot python[1405]: import mass_storage Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Apr 24 20:39:35 tinypilot python[1405]: import threads Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/app/threads.py", line 1, in Apr 24 20:39:35 tinypilot python[1405]: import eventlet Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Apr 24 20:39:35 tinypilot python[1405]: from eventlet import convenience Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Apr 24 20:39:35 tinypilot python[1405]: from eventlet.green import socket Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Apr 24 20:39:35 tinypilot python[1405]: from eventlet.support import greendns Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 64, in Apr 24 20:39:35 tinypilot python[1405]: dns = import_patched('dns') Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Apr 24 20:39:35 tinypilot python[1405]: return patcher.import_patched(module_name, **modules) Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Apr 24 20:39:35 tinypilot python[1405]: return inject( Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Apr 24 20:39:35 tinypilot python[1405]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/__init__.py", line 70, in Apr 24 20:39:35 tinypilot python[1405]: from dns.version import version as __version__ # noqa Apr 24 20:39:35 tinypilot python[1405]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/version.py", line 2 Apr 24 20:39:35 tinypilot python[1405]: else: Apr 24 20:39:35 tinypilot python[1405]: IndentationError: unexpected indent Apr 24 20:39:35 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Apr 24 20:39:35 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Apr 24 20:39:36 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 231. Apr 24 20:39:36 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Apr 24 20:39:36 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Apr 24 20:39:36 tinypilot python[1406]: Traceback (most recent call last): Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/app/main.py", line 14, in Apr 24 20:39:36 tinypilot python[1406]: import api Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/app/api.py", line 16, in Apr 24 20:39:36 tinypilot python[1406]: import mass_storage Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Apr 24 20:39:36 tinypilot python[1406]: import threads Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/app/threads.py", line 1, in Apr 24 20:39:36 tinypilot python[1406]: import eventlet Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Apr 24 20:39:36 tinypilot python[1406]: from eventlet import convenience Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Apr 24 20:39:36 tinypilot python[1406]: from eventlet.green import socket Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Apr 24 20:39:36 tinypilot python[1406]: from eventlet.support import greendns Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 64, in Apr 24 20:39:36 tinypilot python[1406]: dns = import_patched('dns') Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Apr 24 20:39:36 tinypilot python[1406]: return patcher.import_patched(module_name, **modules) Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Apr 24 20:39:36 tinypilot python[1406]: return inject( Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Apr 24 20:39:36 tinypilot python[1406]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/__init__.py", line 70, in Apr 24 20:39:36 tinypilot python[1406]: from dns.version import version as __version__ # noqa Apr 24 20:39:36 tinypilot python[1406]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/version.py", line 2 Apr 24 20:39:36 tinypilot python[1406]: else: Apr 24 20:39:36 tinypilot python[1406]: IndentationError: unexpected indent Apr 24 20:39:36 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Apr 24 20:39:36 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Apr 24 20:39:37 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 232. Apr 24 20:39:37 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Apr 24 20:39:37 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Apr 24 20:39:37 tinypilot python[1408]: Traceback (most recent call last): Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/app/main.py", line 14, in Apr 24 20:39:37 tinypilot python[1408]: import api Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/app/api.py", line 16, in Apr 24 20:39:37 tinypilot python[1408]: import mass_storage Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Apr 24 20:39:37 tinypilot python[1408]: import threads Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/app/threads.py", line 1, in Apr 24 20:39:37 tinypilot python[1408]: import eventlet Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Apr 24 20:39:37 tinypilot python[1408]: from eventlet import convenience Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Apr 24 20:39:37 tinypilot python[1408]: from eventlet.green import socket Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Apr 24 20:39:37 tinypilot python[1408]: from eventlet.support import greendns Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 64, in Apr 24 20:39:37 tinypilot python[1408]: dns = import_patched('dns') Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Apr 24 20:39:37 tinypilot python[1408]: return patcher.import_patched(module_name, **modules) Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Apr 24 20:39:37 tinypilot python[1408]: return inject( Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Apr 24 20:39:37 tinypilot python[1408]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/__init__.py", line 70, in Apr 24 20:39:37 tinypilot python[1408]: from dns.version import version as __version__ # noqa Apr 24 20:39:37 tinypilot python[1408]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/version.py", line 2 Apr 24 20:39:37 tinypilot python[1408]: else: Apr 24 20:39:37 tinypilot python[1408]: IndentationError: unexpected indent Apr 24 20:39:37 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Apr 24 20:39:37 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Apr 24 20:39:38 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 233. Apr 24 20:39:38 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Apr 24 20:39:38 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Apr 24 20:39:38 tinypilot python[1410]: Traceback (most recent call last): Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/app/main.py", line 14, in Apr 24 20:39:38 tinypilot python[1410]: import api Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/app/api.py", line 16, in Apr 24 20:39:38 tinypilot python[1410]: import mass_storage Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Apr 24 20:39:38 tinypilot python[1410]: import threads Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/app/threads.py", line 1, in Apr 24 20:39:38 tinypilot python[1410]: import eventlet Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Apr 24 20:39:38 tinypilot python[1410]: from eventlet import convenience Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Apr 24 20:39:38 tinypilot python[1410]: from eventlet.green import socket Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Apr 24 20:39:38 tinypilot python[1410]: from eventlet.support import greendns Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 64, in Apr 24 20:39:38 tinypilot python[1410]: dns = import_patched('dns') Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Apr 24 20:39:38 tinypilot python[1410]: return patcher.import_patched(module_name, **modules) Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Apr 24 20:39:38 tinypilot python[1410]: return inject( Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Apr 24 20:39:38 tinypilot python[1410]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/__init__.py", line 70, in Apr 24 20:39:38 tinypilot python[1410]: from dns.version import version as __version__ # noqa Apr 24 20:39:38 tinypilot python[1410]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/version.py", line 2 Apr 24 20:39:38 tinypilot python[1410]: else: Apr 24 20:39:38 tinypilot python[1410]: IndentationError: unexpected indent Apr 24 20:39:38 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Apr 24 20:39:38 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Apr 24 20:39:39 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 234. Apr 24 20:39:39 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Apr 24 20:39:39 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Apr 24 20:39:39 tinypilot python[1429]: Traceback (most recent call last): Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/app/main.py", line 14, in Apr 24 20:39:39 tinypilot python[1429]: import api Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/app/api.py", line 16, in Apr 24 20:39:39 tinypilot python[1429]: import mass_storage Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Apr 24 20:39:39 tinypilot python[1429]: import threads Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/app/threads.py", line 1, in Apr 24 20:39:39 tinypilot python[1429]: import eventlet Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Apr 24 20:39:39 tinypilot python[1429]: from eventlet import convenience Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Apr 24 20:39:39 tinypilot python[1429]: from eventlet.green import socket Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Apr 24 20:39:39 tinypilot python[1429]: from eventlet.support import greendns Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 64, in Apr 24 20:39:39 tinypilot python[1429]: dns = import_patched('dns') Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Apr 24 20:39:39 tinypilot python[1429]: return patcher.import_patched(module_name, **modules) Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Apr 24 20:39:39 tinypilot python[1429]: return inject( Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Apr 24 20:39:39 tinypilot python[1429]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/__init__.py", line 70, in Apr 24 20:39:39 tinypilot python[1429]: from dns.version import version as __version__ # noqa Apr 24 20:39:39 tinypilot python[1429]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/dns/version.py", line 2 Apr 24 20:39:39 tinypilot python[1429]: else: Apr 24 20:39:39 tinypilot python[1429]: IndentationError: unexpected indent Apr 24 20:39:40 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Apr 24 20:39:40 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Apr 24 20:39:40 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 235. Apr 24 20:39:40 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Apr 24 20:39:40 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. TinyPilot update logs uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== # Settings for TC358743 HDMI to CSI-2 bridge, which are included on the # TinyPilot Voyager series of devices. --- ustreamer_encoder: m2m-image ustreamer_format: uyvy ustreamer_use_dv_timings: true ustreamer_workers: "3" ustreamer_drop_same_frames: "30" ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== uStreamer logs -- Journal begins at Wed 2024-04-24 20:35:28 BST, ends at Wed 2024-04-24 20:39:40 BST. -- Apr 24 20:35:32 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Apr 24 20:35:33 tinypilot launch[542]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder m2m-image --format uyvy --workers 3 --drop-same-frames 30 --dv-timings Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.503 main] -- Starting PiKVM uStreamer 5.43 ... Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.503 main] -- Using internal blank placeholder Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.503 main] -- Using H264-sink: tinypilot::ustreamer::h264 Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.504 main] -- Listening HTTP on [127.0.0.1]:48001 Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.504 stream] -- Using V4L2 device: /dev/video0 Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.504 stream] -- Using desired FPS: 0 Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.505 http] -- Starting HTTP eventloop ... Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.505 stream] -- H264: Initializing encoder ... Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.513 stream] -- H264: Configuring encoder: DMA=0 ... Apr 24 20:35:33 tinypilot launch[542]: ================================================================================ Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.537 stream] -- Device fd=10 opened Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.537 stream] -- Using input channel: 0 Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.561 stream] -- Using resolution: 640x480 Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.562 stream] -- Using format: UYVY Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.562 stream] -- Querying HW FPS changing is not supported Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.562 stream] -- Using IO method: MMAP Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.566 stream] -- Requested 5 device buffers, got 5 Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.577 stream] -- Capturing started Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.577 stream] -- JPEG-0: Initializing encoder ... Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.577 stream] -- JPEG-1: Initializing encoder ... Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.577 stream] -- JPEG-2: Initializing encoder ... Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.577 stream] -- Using JPEG quality: 80% Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.577 stream] -- Creating pool JPEG with 3 workers ... Apr 24 20:35:33 tinypilot launch[542]: -- INFO [9.578 stream] -- Capturing ... Apr 24 20:35:34 tinypilot launch[542]: -- ERROR [10.579 stream] -- Persistent device timeout (unplugged) nginx logs -- Journal begins at Wed 2024-04-24 20:35:28 BST, ends at Wed 2024-04-24 20:39:40 BST. -- Apr 24 20:35:32 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 24 20:35:33 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2024/04/24 18:11:21 [error] 960#960: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot" 2024/04/24 18:11:42 [error] 960#960: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot" 2024/04/24 18:13:39 [error] 960#960: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot" 2024/04/24 18:13:59 [error] 960#960: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot" 2024/04/24 18:15:22 [error] 958#958: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 18:15:24 [error] 958#958: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 18:16:22 [error] 958#958: *12 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot" 2024/04/24 18:16:25 [error] 958#958: *14 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:11:09 [error] 958#958: *16 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:17:25 [error] 672#672: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:21:36 [error] 672#672: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:21:38 [error] 672#672: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:32:22 [error] 672#672: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:33:13 [error] 672#672: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:33:37 [error] 672#672: *10 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:33:40 [error] 672#672: *10 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:37:07 [error] 671#671: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 2024/04/24 20:38:10 [error] 671#671: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 100.114.188.17, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot.tail4346e.ts.net" 100.114.188.17 - - [24/Apr/2024:18:11:21 +0100] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:18:11:21 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:18:11:42 +0100] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:18:13:39 +0100] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:18:13:59 +0100] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:18:15:22 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:18:15:22 +0100] "GET /favicon.ico HTTP/1.1" 200 1213 "http://tinypilot.tail4346e.ts.net/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:18:15:24 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:18:16:22 +0100] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:18:16:25 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:11:09 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:17:25 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:21:36 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:21:38 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:32:22 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:33:13 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:33:37 +0100] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:33:37 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot.tail4346e.ts.net/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:33:40 +0100] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:37:07 +0100] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" 100.114.188.17 - - [24/Apr/2024:20:38:10 +0100] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"