TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2021-07-06T15:21:36-04:00 Software versions TinyPilot version: 2.2.2 7992226 uStreamer version: v3.26 a97f08e OS version: Linux tinypilot 5.4.79-v7l+ #1373 SMP Mon Nov 23 13:27:40 GMT 2020 armv7l GNU/Linux TinyPilot state voltage logs TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM After=syslog.target network.target StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment=HOST=127.0.0.1 Environment=PORT=8000 Environment=KEYBOARD_PATH=/dev/hidg0 Environment=MOUSE_PATH=/dev/hidg1 Restart=always [Install] WantedBy=multi-user.target TinyPilot logs Jul 01 06:01:54 tinypilot python[15037]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 313, in __init__ Jul 01 06:01:54 tinypilot python[15037]: self.clear() Jul 01 06:01:54 tinypilot python[15037]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 316, in clear Jul 01 06:01:54 tinypilot python[15037]: self._resolver = dns.resolver.Resolver(filename=self._filename) Jul 01 06:01:54 tinypilot python[15037]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/dns/resolver.py", line 734, in __init__ Jul 01 06:01:54 tinypilot python[15037]: self.read_resolv_conf(filename) Jul 01 06:01:54 tinypilot python[15037]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/dns/resolver.py", line 826, in read_resolv_conf Jul 01 06:01:54 tinypilot python[15037]: raise NoResolverConfiguration Jul 01 06:01:54 tinypilot python[15037]: dns.resolver.NoResolverConfiguration: Resolver configuration could not be read or specified no nameservers. Jul 01 06:01:54 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Jul 01 06:01:54 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Jul 01 06:01:54 tinypilot systemd[1]: tinypilot.service: Service RestartSec=100ms expired, scheduling restart. Jul 01 06:01:54 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 45327. Jul 01 06:01:54 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Jul 01 06:01:54 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. -- Reboot -- Jul 06 10:27:28 tinypilot python[589]: [2021-07-06 10:27:28,794] INFO in socket_api: Client connected Jul 06 10:27:34 tinypilot python[589]: [2021-07-06 10:27:34,184] INFO in git: Getting tag for current HEAD commit Jul 06 10:27:34 tinypilot python[589]: [2021-07-06 10:27:34,313] INFO in git: Local HEAD commit tag: 2.1.2 Jul 06 10:27:34 tinypilot python[589]: [2021-07-06 10:27:34,325] INFO in git: Getting tag for remote HEAD commit ID Jul 06 10:27:40 tinypilot python[589]: [2021-07-06 10:27:40,915] INFO in git: Remote HEAD commit tag: 2.2.2 Jul 06 10:27:44 tinypilot python[589]: [2021-07-06 10:27:44,711] ERROR in app: Exception on /api/update [PUT] Jul 06 10:27:44 tinypilot python[589]: Traceback (most recent call last): Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app Jul 06 10:27:44 tinypilot python[589]: response = self.full_dispatch_request() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request Jul 06 10:27:44 tinypilot python[589]: rv = self.handle_user_exception(e) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception Jul 06 10:27:44 tinypilot python[589]: reraise(exc_type, exc_value, tb) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise Jul 06 10:27:44 tinypilot python[589]: raise value Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request Jul 06 10:27:44 tinypilot python[589]: rv = self.dispatch_request() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request Jul 06 10:27:44 tinypilot python[589]: return self.view_functions[rule.endpoint](**req.view_args) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/api.py", line 31, in decorated_function Jul 06 10:27:44 tinypilot python[589]: return func(*args, **kwargs) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/api.py", line 175, in update_put Jul 06 10:27:44 tinypilot python[589]: update.start_async() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/update.py", line 59, in start_async Jul 06 10:27:44 tinypilot python[589]: _target_latest_version() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/update.py", line 109, in _target_latest_version Jul 06 10:27:44 tinypilot python[589]: with open(update_settings.DEFAULT_SETTINGS_FILE_PATH) as settings_file: Jul 06 10:27:44 tinypilot python[589]: FileNotFoundError: [Errno 2] No such file or directory: '/home/tinypilot/settings.yml' Jul 06 10:27:44 tinypilot python[589]: [2021-07-06 10:27:44,761] ERROR in app: Exception on /api/update [PUT] Jul 06 10:27:44 tinypilot python[589]: Traceback (most recent call last): Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app Jul 06 10:27:44 tinypilot python[589]: response = self.full_dispatch_request() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request Jul 06 10:27:44 tinypilot python[589]: rv = self.handle_user_exception(e) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception Jul 06 10:27:44 tinypilot python[589]: reraise(exc_type, exc_value, tb) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise Jul 06 10:27:44 tinypilot python[589]: raise value Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request Jul 06 10:27:44 tinypilot python[589]: rv = self.dispatch_request() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request Jul 06 10:27:44 tinypilot python[589]: return self.view_functions[rule.endpoint](**req.view_args) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/api.py", line 31, in decorated_function Jul 06 10:27:44 tinypilot python[589]: return func(*args, **kwargs) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/api.py", line 175, in update_put Jul 06 10:27:44 tinypilot python[589]: update.start_async() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/update.py", line 59, in start_async Jul 06 10:27:44 tinypilot python[589]: _target_latest_version() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/update.py", line 109, in _target_latest_version Jul 06 10:27:44 tinypilot python[589]: with open(update_settings.DEFAULT_SETTINGS_FILE_PATH) as settings_file: Jul 06 10:27:44 tinypilot python[589]: FileNotFoundError: [Errno 2] No such file or directory: '/home/tinypilot/settings.yml' Jul 06 10:27:44 tinypilot python[589]: [2021-07-06 10:27:44,802] ERROR in app: Exception on /api/update [PUT] Jul 06 10:27:44 tinypilot python[589]: Traceback (most recent call last): Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app Jul 06 10:27:44 tinypilot python[589]: response = self.full_dispatch_request() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request Jul 06 10:27:44 tinypilot python[589]: rv = self.handle_user_exception(e) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception Jul 06 10:27:44 tinypilot python[589]: reraise(exc_type, exc_value, tb) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise Jul 06 10:27:44 tinypilot python[589]: raise value Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request Jul 06 10:27:44 tinypilot python[589]: rv = self.dispatch_request() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request Jul 06 10:27:44 tinypilot python[589]: return self.view_functions[rule.endpoint](**req.view_args) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/api.py", line 31, in decorated_function Jul 06 10:27:44 tinypilot python[589]: return func(*args, **kwargs) Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/api.py", line 175, in update_put Jul 06 10:27:44 tinypilot python[589]: update.start_async() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/update.py", line 59, in start_async Jul 06 10:27:44 tinypilot python[589]: _target_latest_version() Jul 06 10:27:44 tinypilot python[589]: File "/opt/tinypilot/app/update.py", line 109, in _target_latest_version Jul 06 10:27:44 tinypilot python[589]: with open(update_settings.DEFAULT_SETTINGS_FILE_PATH) as settings_file: Jul 06 10:27:44 tinypilot python[589]: FileNotFoundError: [Errno 2] No such file or directory: '/home/tinypilot/settings.yml' Jul 06 10:33:04 tinypilot python[589]: [2021-07-06 10:33:04,658] INFO in _internal: * Detected change in '/opt/tinypilot/app/main.py', reloading Jul 06 10:33:04 tinypilot python[589]: [2021-07-06 10:33:04,824] INFO in _internal: * Restarting with stat Jul 06 10:33:05 tinypilot python[589]: [2021-07-06 10:33:05,996] INFO in main: Starting app Jul 06 10:33:08 tinypilot python[589]: [2021-07-06 10:33:08,292] INFO in socket_api: Client connected Jul 06 10:33:40 tinypilot systemd[1]: Stopping TinyPilot - RPi-based virtual KVM... Jul 06 10:33:40 tinypilot systemd[1]: tinypilot.service: Succeeded. Jul 06 10:33:40 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Jul 06 10:33:40 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jul 06 10:33:41 tinypilot python[26010]: [2021-07-06 10:33:41,455] INFO in main: Starting app Jul 06 10:33:41 tinypilot python[26010]: [2021-07-06 10:33:41,888] INFO in socket_api: Client connected Jul 06 10:33:48 tinypilot python[26010]: [2021-07-06 10:33:48,051] INFO in socket_api: Client disconnected Jul 06 10:33:49 tinypilot systemd[1]: Stopping TinyPilot - RPi-based virtual KVM... Jul 06 10:33:49 tinypilot systemd[1]: tinypilot.service: Main process exited, code=killed, status=15/TERM Jul 06 10:33:49 tinypilot systemd[1]: tinypilot.service: Succeeded. Jul 06 10:33:49 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. -- Reboot -- Jul 06 10:34:06 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jul 06 10:34:08 tinypilot python[591]: [2021-07-06 10:34:08,205] INFO in main: Starting app Jul 06 10:34:30 tinypilot python[591]: [2021-07-06 10:34:30,405] INFO in socket_api: Client connected Jul 06 10:35:02 tinypilot sudo[661]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q Jul 06 10:35:02 tinypilot sudo[661]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 10:35:02 tinypilot sudo[674]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -xe Jul 06 10:35:02 tinypilot sudo[674]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 10:35:03 tinypilot sudo[674]: pam_unix(sudo:session): session closed for user root Jul 06 10:35:03 tinypilot sudo[686]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u tinypilot Jul 06 10:35:03 tinypilot sudo[686]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 10:36:05 tinypilot sudo[686]: pam_unix(sudo:session): session closed for user root Jul 06 10:36:05 tinypilot sudo[783]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u tinypilot-updater Jul 06 10:36:05 tinypilot sudo[783]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 10:36:05 tinypilot sudo[783]: pam_unix(sudo:session): session closed for user root Jul 06 10:36:05 tinypilot sudo[788]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u ustreamer Jul 06 10:36:05 tinypilot sudo[788]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 10:36:06 tinypilot sudo[788]: pam_unix(sudo:session): session closed for user root Jul 06 10:36:06 tinypilot sudo[791]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u nginx Jul 06 10:36:06 tinypilot sudo[791]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 10:36:06 tinypilot sudo[791]: pam_unix(sudo:session): session closed for user root Jul 06 10:36:06 tinypilot sudo[793]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/tail -n 100 /var/log/nginx/error.log Jul 06 10:36:06 tinypilot sudo[793]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 10:36:06 tinypilot sudo[793]: pam_unix(sudo:session): session closed for user root Jul 06 10:36:06 tinypilot sudo[795]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/tail -n 30 /var/log/nginx/access.log Jul 06 10:36:06 tinypilot sudo[795]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 10:36:06 tinypilot sudo[795]: pam_unix(sudo:session): session closed for user root Jul 06 10:36:06 tinypilot sudo[661]: pam_unix(sudo:session): session closed for user root Jul 06 10:36:06 tinypilot python[591]: [2021-07-06 10:36:06,659] INFO in socket_api: Client disconnected Jul 06 10:36:06 tinypilot python[591]: [2021-07-06 10:36:06,671] INFO in socket_api: Client connected Jul 06 10:36:55 tinypilot python[591]: [2021-07-06 10:36:55,335] INFO in socket_api: Client disconnected Jul 06 10:36:55 tinypilot python[591]: [2021-07-06 10:36:55,683] INFO in socket_api: Client connected Jul 06 10:37:01 tinypilot python[591]: [2021-07-06 10:37:01,342] INFO in socket_api: Client disconnected Jul 06 10:37:01 tinypilot python[591]: [2021-07-06 10:37:01,615] INFO in socket_api: Client connected Jul 06 10:37:02 tinypilot python[591]: [2021-07-06 10:37:02,558] INFO in socket_api: Client disconnected Jul 06 10:37:02 tinypilot python[591]: [2021-07-06 10:37:02,826] INFO in socket_api: Client connected Jul 06 10:37:03 tinypilot python[591]: [2021-07-06 10:37:03,540] INFO in socket_api: Client disconnected Jul 06 10:37:03 tinypilot python[591]: [2021-07-06 10:37:03,791] INFO in socket_api: Client connected Jul 06 10:41:55 tinypilot python[591]: [2021-07-06 10:41:55,965] INFO in socket_api: Client disconnected Jul 06 10:41:58 tinypilot python[591]: [2021-07-06 10:41:58,659] INFO in socket_api: Client connected Jul 06 10:42:20 tinypilot python[591]: [2021-07-06 10:42:20,693] INFO in socket_api: Client connected -- Reboot -- Jul 06 10:51:29 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jul 06 10:51:30 tinypilot python[597]: [2021-07-06 10:51:30,918] INFO in main: Starting app Jul 06 10:51:33 tinypilot python[597]: [2021-07-06 10:51:33,164] INFO in socket_api: Client connected Jul 06 10:51:34 tinypilot python[597]: [2021-07-06 10:51:34,883] INFO in socket_api: Client connected -- Reboot -- Jul 06 11:01:30 tinypilot python[591]: [2021-07-06 11:01:30,036] INFO in socket_api: Client disconnected Jul 06 11:01:30 tinypilot python[591]: [2021-07-06 11:01:30,481] INFO in socket_api: Client connected -- Reboot -- Jul 06 11:07:26 tinypilot python[597]: [2021-07-06 11:07:26,309] INFO in socket_api: Client disconnected Jul 06 11:07:26 tinypilot python[597]: [2021-07-06 11:07:26,883] INFO in socket_api: Client connected Jul 06 11:07:35 tinypilot python[597]: [2021-07-06 11:07:35,626] INFO in video_settings: Running update-video-settings Jul 06 11:07:35 tinypilot sudo[672]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/update-video-settings Jul 06 11:07:35 tinypilot sudo[672]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 11:07:42 tinypilot ansible-stat[706]: Invoked with path=/lib/systemd/system/ustreamer.service follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Jul 06 11:07:44 tinypilot ansible-copy[728]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1625584061.93884-688-155152277179312/source dest=/lib/systemd/system/ustreamer.service owner=root group=root mode=0644 follow=False _original_basename=ustreamer.systemd.j2 checksum=01e8aadbeb313ad894b70e0ca4e79708d92ff53e backup=False force=True content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None unsafe_writes=None Jul 06 11:07:45 tinypilot ansible-systemd[755]: Invoked with daemon_reload=True daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None user=None scope=None Jul 06 11:07:48 tinypilot ansible-setup[799]: Invoked with gather_subset=['!all'] filter=ansible_service_mgr gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 06 11:07:49 tinypilot ansible-systemd[814]: Invoked with name=ustreamer state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None Jul 06 11:07:49 tinypilot sudo[672]: pam_unix(sudo:session): session closed for user root Jul 06 11:07:49 tinypilot python[597]: [2021-07-06 11:07:49,446] INFO in video_settings: update-video-settings completed successfully Jul 06 11:07:49 tinypilot python[597]: [2021-07-06 11:07:49,454] INFO in socket_api: Client disconnected Jul 06 11:07:49 tinypilot python[597]: [2021-07-06 11:07:49,778] INFO in socket_api: Client connected Jul 06 11:21:36 tinypilot sudo[1749]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q Jul 06 11:21:36 tinypilot sudo[1749]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 11:21:37 tinypilot sudo[1762]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -xe Jul 06 11:21:37 tinypilot sudo[1762]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 11:21:38 tinypilot sudo[1762]: pam_unix(sudo:session): session closed for user root Jul 06 11:21:38 tinypilot sudo[1766]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u tinypilot Jul 06 11:21:38 tinypilot sudo[1766]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 11:22:39 tinypilot sudo[1766]: pam_unix(sudo:session): session closed for user root Jul 06 11:22:39 tinypilot sudo[1838]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u tinypilot-updater Jul 06 11:22:39 tinypilot sudo[1838]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 11:22:40 tinypilot sudo[1838]: pam_unix(sudo:session): session closed for user root Jul 06 11:22:40 tinypilot sudo[1843]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u ustreamer Jul 06 11:22:40 tinypilot sudo[1843]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 11:22:41 tinypilot sudo[1843]: pam_unix(sudo:session): session closed for user root Jul 06 11:22:41 tinypilot sudo[1854]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u nginx Jul 06 11:22:41 tinypilot sudo[1854]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 11:22:41 tinypilot sudo[1854]: pam_unix(sudo:session): session closed for user root Jul 06 11:22:41 tinypilot sudo[1856]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/tail -n 100 /var/log/nginx/error.log Jul 06 11:22:41 tinypilot sudo[1856]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 11:22:41 tinypilot sudo[1856]: pam_unix(sudo:session): session closed for user root Jul 06 11:22:41 tinypilot sudo[1858]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/tail -n 30 /var/log/nginx/access.log Jul 06 11:22:41 tinypilot sudo[1858]: pam_unix(sudo:session): session opened for user root by (uid=0) Jul 06 11:22:41 tinypilot sudo[1858]: pam_unix(sudo:session): session closed for user root Jul 06 11:22:41 tinypilot sudo[1749]: pam_unix(sudo:session): session closed for user root Jul 06 11:22:41 tinypilot python[597]: [2021-07-06 11:22:41,806] INFO in socket_api: Client disconnected Jul 06 11:22:41 tinypilot python[597]: [2021-07-06 11:22:41,809] INFO in socket_api: Client disconnected Jul 06 11:22:41 tinypilot python[597]: [2021-07-06 11:22:41,821] INFO in socket_api: Client connected Jul 06 11:22:41 tinypilot python[597]: [2021-07-06 11:22:41,826] INFO in socket_api: Client connected Jul 06 11:35:13 tinypilot python[597]: [2021-07-06 11:35:13,239] INFO in socket_api: Client disconnected Jul 06 15:20:13 tinypilot python[597]: [2021-07-06 15:20:13,839] INFO in socket_api: Client disconnected Jul 06 15:20:16 tinypilot python[597]: [2021-07-06 15:20:16,598] INFO in socket_api: Client connected TinyPilot update logs uStreamer configuration [Unit] Description=uStreamer - Lightweight, optimized video encoder After=syslog.target network.target [Service] Type=simple User=ustreamer WorkingDirectory=/opt/ustreamer ExecStart=/opt/ustreamer/ustreamer \ --port 8001 \ --encoder omx \ --format uyvy \ --workers 3 \ --drop-same-frames 30 \ --persistent \ --dv-timings \ Restart=always [Install] WantedBy=multi-user.target uStreamer logs Jun 08 15:20:35 tinypilot ustreamer[591]: -- INFO [975452.764 http] -- HTTP: Disconnected client: [127.0.0.1]:35376, id=21204a32-dfda-4a49-8023-324ac2595fc6, Success (reading,eof); clients now: 0 Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.211 stream] -- Got V4L2 event Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.214 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.214 stream] -- Destroying workers pool ... Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.221 http] -- HTTP: Changed picture to BLANK Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.231 stream] -- Capturing stopped Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.247 stream] -- Device fd=8 closed Jun 22 13:31:06 tinypilot ustreamer[591]: ================================================================================ Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.247 stream] -- Device fd=8 opened Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.247 stream] -- Using input channel: 0 Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.247 stream] -- Using TV standard: DEFAULT Jun 22 13:31:06 tinypilot ustreamer[591]: -- ERROR [2178507.268 stream] -- Requested resolution=640x480 is unavailable Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.268 stream] -- Using resolution: 1920x1080 Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.268 stream] -- Using pixelformat: UYVY Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.268 stream] -- Querying HW FPS changing is not supported Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.268 stream] -- Using IO method: MMAP Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.288 stream] -- Requested 5 device buffers, got 5 Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.294 stream] -- Capturing started Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.309 stream] -- Using JPEG quality: 80% Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.309 stream] -- Creating pool with 3 workers ... Jun 22 13:31:06 tinypilot ustreamer[591]: -- INFO [2178507.309 stream] -- Capturing ... Jun 22 13:31:07 tinypilot ustreamer[591]: -- ERROR [2178508.311 stream] -- Mainloop select() timeout, polling ... Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.261 stream] -- Got V4L2 event Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.261 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.261 stream] -- Destroying workers pool ... Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.265 http] -- HTTP: Changed picture to BLANK Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.311 stream] -- Capturing stopped Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.317 stream] -- Device fd=8 closed Jun 22 13:32:25 tinypilot ustreamer[591]: ================================================================================ Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.317 stream] -- Device fd=8 opened Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.317 stream] -- Using input channel: 0 Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.317 stream] -- Using TV standard: DEFAULT Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.324 stream] -- Got new DV timings: resolution=1920x1080, pixclk=148500000 Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.344 stream] -- Using resolution: 1920x1080 Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.344 stream] -- Using pixelformat: UYVY Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.344 stream] -- Querying HW FPS changing is not supported Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.344 stream] -- Using IO method: MMAP Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.353 stream] -- Requested 5 device buffers, got 5 Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.358 stream] -- Capturing started Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.369 stream] -- Using JPEG quality: 80% Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.369 stream] -- Creating pool with 3 workers ... Jun 22 13:32:25 tinypilot ustreamer[591]: -- INFO [2178586.369 stream] -- Capturing ... Jun 23 10:58:01 tinypilot ustreamer[591]: -- INFO [2255723.610 http] -- HTTP: Registered client: [127.0.0.1]:35398, id=76f31fca-9aed-4642-bf22-1a5f4757ee71; clients now: 1 Jun 23 10:58:33 tinypilot ustreamer[591]: -- INFO [2255755.263 http] -- HTTP: Disconnected client: [127.0.0.1]:35398, id=76f31fca-9aed-4642-bf22-1a5f4757ee71, Success (reading,eof); clients now: 0 Jun 23 10:58:36 tinypilot ustreamer[591]: -- INFO [2255758.814 http] -- HTTP: Registered client: [127.0.0.1]:35434, id=350a102e-df9a-4486-83c4-5907c6172e23; clients now: 1 -- Reboot -- Jun 23 10:59:27 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Jun 23 10:59:27 tinypilot systemd[584]: ustreamer.service: Failed to execute command: No such file or directory Jun 23 10:59:27 tinypilot systemd[584]: ustreamer.service: Failed at step EXEC spawning /opt/ustreamer/ustreamer: No such file or directory Jun 23 10:59:27 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=203/EXEC Jun 23 10:59:27 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. -- Reboot -- Jun 30 14:17:35 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Jun 30 14:17:35 tinypilot systemd[525]: ustreamer.service: Failed to execute command: No such file or directory Jun 30 14:17:35 tinypilot systemd[525]: ustreamer.service: Failed at step EXEC spawning /opt/ustreamer/ustreamer: No such file or directory Jun 30 14:17:35 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=203/EXEC Jun 30 14:17:35 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. -- Reboot -- Jul 01 05:17:17 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Jul 01 05:17:17 tinypilot systemd[595]: ustreamer.service: Failed to execute command: No such file or directory Jul 01 05:17:17 tinypilot systemd[595]: ustreamer.service: Failed at step EXEC spawning /opt/ustreamer/ustreamer: No such file or directory Jul 01 05:17:17 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=203/EXEC Jul 01 05:17:17 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. -- Reboot -- Jul 06 10:34:06 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Jul 06 10:34:06 tinypilot systemd[593]: ustreamer.service: Failed to execute command: No such file or directory Jul 06 10:34:06 tinypilot systemd[593]: ustreamer.service: Failed at step EXEC spawning /opt/ustreamer/ustreamer: No such file or directory Jul 06 10:34:06 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=203/EXEC Jul 06 10:34:06 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. -- Reboot -- Jul 06 10:51:29 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Jul 06 10:51:29 tinypilot systemd[601]: ustreamer.service: Failed to execute command: No such file or directory Jul 06 10:51:29 tinypilot systemd[601]: ustreamer.service: Failed at step EXEC spawning /opt/ustreamer/ustreamer: No such file or directory Jul 06 10:51:29 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=203/EXEC Jul 06 10:51:29 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. Jul 06 11:07:49 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Jul 06 11:07:49 tinypilot systemd[819]: ustreamer.service: Failed to execute command: No such file or directory Jul 06 11:07:49 tinypilot systemd[819]: ustreamer.service: Failed at step EXEC spawning /opt/ustreamer/ustreamer: No such file or directory Jul 06 11:07:49 tinypilot systemd[1]: ustreamer.service: Main process exited, code=exited, status=203/EXEC Jul 06 11:07:49 tinypilot systemd[1]: ustreamer.service: Failed with result 'exit-code'. nginx logs -- Logs begin at Thu 2019-02-14 05:11:59 EST, end at Tue 2021-07-06 15:22:31 EDT. -- Jan 05 07:34:58 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 05 07:34:58 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Jan 05 07:35:00 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 05 07:35:00 tinypilot systemd[1]: nginx.service: Succeeded. Jan 05 07:35:00 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Reboot -- Jan 05 07:35:15 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 05 07:35:16 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Reboot -- Feb 16 13:18:03 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 16 13:18:03 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Apr 19 11:42:52 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Apr 19 11:42:57 tinypilot systemd[1]: nginx.service: Succeeded. Apr 19 11:42:57 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Apr 19 11:42:57 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 19 11:42:57 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Apr 19 11:42:59 tinypilot systemd[1]: Reloading A high performance web server and a reverse proxy server. Apr 19 11:42:59 tinypilot systemd[1]: Reloaded A high performance web server and a reverse proxy server. Apr 19 11:43:00 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Apr 19 11:43:00 tinypilot systemd[1]: nginx.service: Succeeded. Apr 19 11:43:00 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Reboot -- Apr 19 11:43:15 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 19 11:43:15 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Reboot -- Apr 22 13:43:33 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 22 13:43:33 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Reboot -- Apr 30 08:57:33 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 30 08:57:33 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. May 07 16:18:26 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... May 07 16:18:28 tinypilot systemd[1]: nginx.service: Succeeded. May 07 16:18:28 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Reboot -- May 07 16:18:44 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... May 07 16:18:44 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. May 21 10:23:36 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... May 21 10:23:36 tinypilot systemd[1]: nginx.service: Succeeded. May 21 10:23:36 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Reboot -- May 21 10:23:53 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... May 21 10:23:53 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Reboot -- Jun 23 10:59:27 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jun 23 10:59:28 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Reboot -- Jun 30 14:17:35 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jun 30 14:17:35 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Reboot -- Jul 01 05:17:17 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 01 05:17:17 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Jul 06 10:33:43 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Jul 06 10:33:48 tinypilot systemd[1]: nginx.service: Succeeded. Jul 06 10:33:48 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Jul 06 10:33:48 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 06 10:33:48 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Jul 06 10:33:49 tinypilot systemd[1]: Reloading A high performance web server and a reverse proxy server. Jul 06 10:33:49 tinypilot systemd[1]: Reloaded A high performance web server and a reverse proxy server. Jul 06 10:33:49 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Jul 06 10:33:49 tinypilot systemd[1]: nginx.service: Succeeded. Jul 06 10:33:49 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Reboot -- Jul 06 10:34:06 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 06 10:34:06 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. -- Reboot -- Jul 06 10:51:29 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Jul 06 10:51:29 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2021/07/06 10:27:28 [error] 600#600: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 10:33:48 [alert] 600#600: *37 open socket #14 left in connection 4 2021/07/06 10:33:48 [alert] 600#600: *39 open socket #16 left in connection 7 2021/07/06 10:33:48 [alert] 600#600: aborting 2021/07/06 10:33:49 [notice] 26131#26131: signal process started 2021/07/06 10:34:30 [error] 601#601: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 10:36:02 [error] 601#601: *6 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.4, server: tinypilot, request: "GET /api/debugLogs HTTP/2.0", upstream: "http://127.0.0.1:8000/api/debugLogs", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 10:36:55 [error] 601#601: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 10:37:01 [error] 601#601: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 10:37:02 [error] 601#601: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 10:37:03 [error] 601#601: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 10:41:58 [error] 601#601: *79 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 10:42:20 [error] 601#601: *96 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 10:43:12 [error] 601#601: *115 connect() failed (111: Connection refused) while connecting to upstream, client: fe80::2115:ac4e:de7b:9d8b, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 11:01:30 [error] 603#603: *140 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 11:07:26 [error] 606#606: *11 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 11:07:49 [error] 606#606: *11 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 11:22:36 [error] 606#606: *47 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.1.4, server: tinypilot, request: "GET /api/debugLogs HTTP/2.0", upstream: "http://127.0.0.1:8000/api/debugLogs", host: "tinypilot.local", referrer: "https://tinypilot.local/" 2021/07/06 15:20:16 [error] 606#606: *69 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.4, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/2.0", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "tinypilot.local", referrer: "https://tinypilot.local/" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/style.css HTTP/2.0" 200 2115 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/button.css HTTP/2.0" 200 1284 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/style.css HTTP/2.0" 200 2115 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/button.css HTTP/2.0" 200 1284 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/button.css HTTP/2.0" 200 1284 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/style.css HTTP/2.0" 200 2115 "https://tinypilot.local/css/button.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /third-party/underscore.js/1.11.0/underscore-min.js HTTP/2.0" 200 18618 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/style.css HTTP/2.0" 200 2115 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /stream?advance_headers=1 HTTP/2.0" 502 575 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/button.css HTTP/2.0" 200 1284 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot.local/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /js/keycodes.js HTTP/2.0" 200 2930 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /js/keystrokes.js HTTP/2.0" 200 377 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /js/settings.js HTTP/2.0" 200 1196 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot.local/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot.local/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /socket.io/?EIO=4&transport=polling&t=NfzGtR4 HTTP/2.0" 200 96 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /favicon.ico HTTP/2.0" 200 15406 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "POST /socket.io/?EIO=4&transport=polling&t=NfzGtRR&sid=BkuGFhRzOS1pE4wOAAAP HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /socket.io/?EIO=4&transport=polling&t=NfzGtRS&sid=BkuGFhRzOS1pE4wOAAAP HTTP/2.0" 200 32 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" 192.168.1.4 - - [06/Jul/2021:15:20:16 -0400] "GET /socket.io/?EIO=4&transport=polling&t=NfzGtRd&sid=BkuGFhRzOS1pE4wOAAAP HTTP/2.0" 200 1 "https://tinypilot.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-"