================================ Memory device exists ================================ Check if USB drive mounted ================================ USB Drive mounted here: /media/sda1-usb-SanDisk_Cruzer_G Start: Wed 18 Jul 16:22:58 UTC 2018 ================================ Hadware and Software information ================================ Hardware Information ---------------------------------- Hardware : BCM2835 Revision : a02082 Serial : 0000000096337140 Raspbian Version ---------------------------------- PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" NAME="Raspbian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" USB Device Information ---------------------------------- Bus 001 Device 004: ID 0781:5575 SanDisk Corp. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Memory Device Information ---------------------------------- Disk /dev/sda: 29.3 GiB, 31406948352 bytes, 61341696 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Sectors Size Id Type /dev/sda1 32 61341695 61341664 29.3G c W95 FAT32 (LBA) ================================ Wifi Configuration details... ================================ Access point check ---------------------------------- Access point is switched on Access point Name and Channel Number ---------------------------------- ssid=GoPiGo channel=6 Hostapd Status ---------------------------------- ● hostapd.service - LSB: Advanced IEEE 802.11 management daemon Loaded: loaded (/etc/init.d/hostapd; generated; vendor preset: enabled) Drop-In: /etc/systemd/system/hostapd.service.d └─autorestart_service.conf Active: active (running) since Wed 2018-07-18 16:22:58 UTC; 3s ago Docs: man:systemd-sysv-generator(8) Process: 1719 ExecStop=/etc/init.d/hostapd stop (code=exited, status=0/SUCCESS) Process: 1743 ExecStart=/etc/init.d/hostapd start (code=exited, status=0/SUCCESS) CGroup: /system.slice/hostapd.service └─1777 /usr/local/bin/hostapd -B -P /var/run/hostapd.pid /etc/hostapd/hostapd.conf Jul 18 16:22:58 GoPiGo systemd[1]: Starting LSB: Advanced IEEE 802.11 management daemon... Jul 18 16:22:58 GoPiGo hostapd[1743]: Starting advanced IEEE 802.11 management: hostapd. Jul 18 16:22:58 GoPiGo systemd[1]: Started LSB: Advanced IEEE 802.11 management daemon. Dnsmasq Status ---------------------------------- ● dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/dnsmasq.service.d └─autorestart_service.conf Active: active (running) since Wed 2018-07-18 16:22:27 UTC; 35s ago Main PID: 763 (dnsmasq) CGroup: /system.slice/dnsmasq.service └─763 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -r /run/dnsmasq/resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service --trust-anchor=.,19036,8,2,49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5 --trust-anchor=.,20326,8,2,e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d Jul 18 16:22:26 GoPiGo dnsmasq[735]: dnsmasq: syntax check OK. Jul 18 16:22:27 GoPiGo dnsmasq[763]: started, version 2.76 cachesize 150 Jul 18 16:22:27 GoPiGo dnsmasq[763]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify Jul 18 16:22:27 GoPiGo dnsmasq[763]: warning: interface wlan0 does not currently exist Jul 18 16:22:27 GoPiGo dnsmasq[763]: warning: ignoring resolv-file flag because no-resolv is set Jul 18 16:22:27 GoPiGo dnsmasq-dhcp[763]: DHCP, IP range 10.10.10.11 -- 10.10.10.20, lease time 12h Jul 18 16:22:27 GoPiGo dnsmasq[763]: using nameserver 8.8.4.4#53 Jul 18 16:22:27 GoPiGo dnsmasq[763]: using nameserver 8.8.8.8#53 Jul 18 16:22:27 GoPiGo dnsmasq[763]: read /etc/hosts - 7 addresses Jul 18 16:22:27 GoPiGo systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server. Network Configuration ---------------------------------- # This file was created by the Dexter Industries cinch setup script # Do not change unless you really know what you are doing auto lo iface lo inet loopback # auto eth0 waits for Ethernet device for more than 2 minutes. # Ref: http://raspberrypi.stackexchange.com/questions/45399/slow-boot-ethernet-wait # auto eth0 # Ref for allow-hotplug:http://unix.stackexchange.com/questions/192671/what-is-a-hotplug-event-from-the-interface, # https://lists.debian.org/debian-doc/2008/02/msg00010.html, # https://www.debian.org/doc/manuals/debian-reference/ch05.en.html allow-hotplug eth0 # iface eth0 inet dhcp iface eth0 inet dhcp # Ref: http://blog.embeddedcoding.com/2015/06/how-to-avoid-dhcp-delay-if-ethernet-is.html # You can reduce boot delay by 10 secs by uncommenting the below line and commenting dhcp which allots Dynamic IP address to eth0. #iface eth0 inet manual auto wlan0 allow-hotplug wlan0 iface wlan0 inet static address 10.10.10.10 netmask 255.255.255.0 up iptables-restore < /etc/iptables.ipv4.cinch.nat ================================ Check for internet connectivity ================================ Access point is switched on No Internet connectivity ================================ System Log Messages ================================ Jul 18 16:23:05 GoPiGo systemd[1]: Listening on Syslog Socket. Jul 18 16:23:05 GoPiGo systemd[1]: Starting System Logging Service... Jul 18 16:23:05 GoPiGo liblogging-stdlog: [origin software="rsyslogd" swVersion="8.24.0" x-pid="1993" x-info="http://www.rsyslog.com"] start Jul 18 16:23:05 GoPiGo systemd[1]: Started System Logging Service. Jul 18 16:23:05 GoPiGo polkitd[1989]: started daemon version 0.105 using authority implementation `local' version `0.105' Jul 18 16:23:05 GoPiGo dbus[374]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Jul 18 16:23:05 GoPiGo systemd[1]: Started Authorization Manager. Jul 18 16:23:06 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:06 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:08 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:09 GoPiGo dhclient[337]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 Jul 18 16:23:09 GoPiGo sh[286]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 Jul 18 16:23:10 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:23:11 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:11 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:12 GoPiGo jupyter[1556]: [W 16:23:12.657 LabApp] All authentication is disabled. Anyone who can connect to this server will be able to run code. Jul 18 16:23:12 GoPiGo jupyter[1556]: [I 16:23:12.757 LabApp] JupyterLab beta preview extension loaded from /opt/miniconda3/lib/python3.6/site-packages/jupyterlab Jul 18 16:23:12 GoPiGo jupyter[1556]: [I 16:23:12.758 LabApp] JupyterLab application directory is /opt/miniconda3/share/jupyter/lab Jul 18 16:23:12 GoPiGo jupyter[1556]: [W 16:23:12.795 LabApp] JupyterLab server extension not enabled, manually loading... Jul 18 16:23:12 GoPiGo jupyter[1556]: [I 16:23:12.801 LabApp] JupyterLab beta preview extension loaded from /opt/miniconda3/lib/python3.6/site-packages/jupyterlab Jul 18 16:23:12 GoPiGo jupyter[1556]: [I 16:23:12.802 LabApp] JupyterLab application directory is /opt/miniconda3/share/jupyter/lab Jul 18 16:23:12 GoPiGo jupyter[1556]: [I 16:23:12.853 LabApp] Serving notebooks from local directory: /home/jupyter Jul 18 16:23:12 GoPiGo jupyter[1556]: [I 16:23:12.853 LabApp] 0 active kernels Jul 18 16:23:12 GoPiGo jupyter[1556]: [I 16:23:12.854 LabApp] The Jupyter Notebook is running at: Jul 18 16:23:12 GoPiGo jupyter[1556]: [I 16:23:12.854 LabApp] http://0.0.0.0:8090/ Jul 18 16:23:12 GoPiGo jupyter[1556]: [I 16:23:12.855 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). Jul 18 16:23:12 GoPiGo jupyter[1556]: [W 16:23:12.857 LabApp] No web browser found: could not locate runnable browser. Jul 18 16:23:13 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:15 GoPiGo dhclient[337]: No DHCPOFFERS received. Jul 18 16:23:15 GoPiGo sh[286]: No DHCPOFFERS received. Jul 18 16:23:15 GoPiGo sh[286]: No working leases in persistent database - sleeping. Jul 18 16:23:15 GoPiGo dhclient[337]: No working leases in persistent database - sleeping. Jul 18 16:23:15 GoPiGo systemd[1]: Reloading OpenBSD Secure Shell server. Jul 18 16:23:15 GoPiGo sshd[2181]: /etc/ssh/sshd_config line 38: Deprecated option RSAAuthentication Jul 18 16:23:15 GoPiGo systemd[1]: Reloaded OpenBSD Secure Shell server. Jul 18 16:23:15 GoPiGo sshd[776]: /etc/ssh/sshd_config line 38: Deprecated option RSAAuthentication Jul 18 16:23:15 GoPiGo sh[286]: eth0=eth0 Jul 18 16:23:16 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:16 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:18 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:20 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:23:21 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:21 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:22 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:23:22 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:23:22 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:23:22 GoPiGo env[2266]: Continuous Logger Jul 18 16:23:22 GoPiGo env[2266]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:23:23 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:26 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:26 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:28 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:30 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:23:31 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:31 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:33 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:36 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:36 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:37 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:40 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:23:41 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:41 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:42 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:43 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:23:43 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:23:43 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:23:43 GoPiGo env[2487]: Continuous Logger Jul 18 16:23:43 GoPiGo env[2487]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:23:46 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:46 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:46 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (0.debian.pool.ntp.org). Jul 18 16:23:47 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:50 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:23:51 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:51 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:52 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:23:55 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:23:55 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:23:57 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (1.debian.pool.ntp.org). Jul 18 16:23:57 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:00 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:24:00 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:00 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:02 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:04 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:24:04 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:24:04 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:24:04 GoPiGo env[2703]: Continuous Logger Jul 18 16:24:04 GoPiGo env[2703]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:24:05 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:05 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:07 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:07 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (2.debian.pool.ntp.org). Jul 18 16:24:10 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:24:10 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:10 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:12 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:15 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:15 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:17 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:17 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (3.debian.pool.ntp.org). Jul 18 16:24:20 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:24:20 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:20 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:22 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:24 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:24:24 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:24:24 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:24:25 GoPiGo env[2919]: Continuous Logger Jul 18 16:24:25 GoPiGo env[2919]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:24:25 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:25 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:26 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:30 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:24:30 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:30 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:31 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:35 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:35 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:36 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:40 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:24:40 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:40 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:41 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:45 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:45 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:45 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:24:45 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:24:45 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:24:46 GoPiGo env[3170]: Continuous Logger Jul 18 16:24:46 GoPiGo env[3170]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:24:46 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:50 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:24:50 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:50 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:51 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:54 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:54 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:24:56 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:24:59 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:24:59 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:00 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:25:01 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:25:04 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:04 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:06 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:25:06 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:25:06 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:25:06 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:25:06 GoPiGo hostapd: wlan0: STA a4:17:31:a4:ea:47 IEEE 802.11: associated Jul 18 16:25:06 GoPiGo hostapd: wlan0: STA a4:17:31:a4:ea:47 RADIUS: starting accounting session 5B4F6962-00000000 Jul 18 16:25:06 GoPiGo env[3390]: Continuous Logger Jul 18 16:25:06 GoPiGo env[3390]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:25:06 GoPiGo systemd[1]: wifi_debug.service: Service hold-off time over, scheduling restart. Jul 18 16:25:06 GoPiGo systemd[1]: Stopped Wifi Debug. Jul 18 16:25:06 GoPiGo systemd[1]: Started Wifi Debug. Jul 18 16:25:07 GoPiGo env[3454]: Not Deleting older runs Jul 18 16:25:09 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:09 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:10 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:25:10 GoPiGo dnsmasq-dhcp[763]: DHCPDISCOVER(wlan0) a4:17:31:a4:ea:47 Jul 18 16:25:10 GoPiGo dnsmasq-dhcp[763]: DHCPOFFER(wlan0) 10.10.10.16 a4:17:31:a4:ea:47 Jul 18 16:25:10 GoPiGo dnsmasq-dhcp[763]: DHCPREQUEST(wlan0) 10.10.10.16 a4:17:31:a4:ea:47 Jul 18 16:25:10 GoPiGo dnsmasq-dhcp[763]: DHCPACK(wlan0) 10.10.10.16 a4:17:31:a4:ea:47 Jul 18 16:25:11 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:25:11 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:25:11 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:25:11 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:25:11 GoPiGo env[1561]: File "", line 1, in Jul 18 16:25:11 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:25:11 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:25:11 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:25:11 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:25:11 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:25:11 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:25:15 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:15 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:17 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:25:17 GoPiGo env[1561]: File "", line 1, in Jul 18 16:25:17 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:25:17 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:25:17 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:25:17 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:25:17 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:25:17 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:25:17 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:25:20 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:25:20 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:20 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:21 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:25:21 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:25:21 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:25:22 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:25:22 GoPiGo env[1561]: File "", line 1, in Jul 18 16:25:22 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:25:22 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:25:22 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:25:22 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:25:22 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:25:22 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:25:25 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:25 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:26 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:25:26 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:25:26 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:25:27 GoPiGo env[3725]: Continuous Logger Jul 18 16:25:27 GoPiGo env[3725]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:25:27 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:25:27 GoPiGo env[1561]: File "", line 1, in Jul 18 16:25:27 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:25:27 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:25:27 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:25:27 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:25:27 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:25:27 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:25:27 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:25:30 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:25:30 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:30 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:32 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (0.debian.pool.ntp.org). Jul 18 16:25:32 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:25:35 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:35 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:37 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:25:37 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:25:37 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:25:37 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:25:37 GoPiGo env[1561]: File "", line 1, in Jul 18 16:25:37 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:25:37 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:25:37 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:25:37 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:25:37 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:25:37 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:25:40 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:25:41 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:41 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:42 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (1.debian.pool.ntp.org). Jul 18 16:25:43 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:25:43 GoPiGo env[1561]: File "", line 1, in Jul 18 16:25:43 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:25:43 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:25:43 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:25:43 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:25:43 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:25:43 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:25:43 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:25:46 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:46 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:47 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:25:47 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:25:47 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:25:48 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:25:48 GoPiGo env[3944]: Continuous Logger Jul 18 16:25:48 GoPiGo env[3944]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:25:50 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:25:51 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:51 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:52 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (2.debian.pool.ntp.org). Jul 18 16:25:53 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:25:56 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:25:56 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:25:57 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:26:00 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:26:01 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:01 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:02 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:26:02 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:26:02 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:26:02 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (3.debian.pool.ntp.org). Jul 18 16:26:03 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:26:03 GoPiGo env[1561]: File "", line 1, in Jul 18 16:26:03 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:26:03 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:26:03 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:26:03 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:26:03 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:26:03 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:26:06 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:06 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:08 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:26:08 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:26:08 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:26:08 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:26:08 GoPiGo env[1561]: File "", line 1, in Jul 18 16:26:08 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:26:08 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:26:08 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:26:08 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:26:08 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:26:08 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:26:08 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:26:08 GoPiGo env[4165]: Continuous Logger Jul 18 16:26:08 GoPiGo env[4165]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:26:10 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:26:11 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:11 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:13 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:26:16 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:16 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:18 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:26:18 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:26:18 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:26:18 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:26:18 GoPiGo env[1561]: File "", line 1, in Jul 18 16:26:18 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:26:18 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:26:18 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:26:18 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:26:18 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:26:18 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:26:20 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:26:22 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:22 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:23 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:26:23 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:26:23 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:26:26 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:26 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:28 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:26:28 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:26:28 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:26:29 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:26:29 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:26:29 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:26:29 GoPiGo env[4383]: Continuous Logger Jul 18 16:26:29 GoPiGo env[4383]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:26:30 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:26:31 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:31 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:33 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:26:33 GoPiGo env[1561]: File "", line 1, in Jul 18 16:26:33 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:26:33 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:26:33 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:26:33 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:26:33 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:26:33 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:26:33 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:26:37 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:37 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:38 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:26:38 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:26:38 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:26:39 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:26:39 GoPiGo env[1561]: File "", line 1, in Jul 18 16:26:39 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:26:39 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:26:39 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:26:39 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:26:39 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:26:39 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:26:40 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:26:42 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:42 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:43 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:26:43 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:26:43 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:26:47 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:47 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:48 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:26:48 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:26:48 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:26:49 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:26:49 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:26:49 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:26:50 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:26:50 GoPiGo env[4601]: Continuous Logger Jul 18 16:26:50 GoPiGo env[4601]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:26:52 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:52 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:53 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:26:53 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:26:53 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:26:57 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:26:57 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:26:58 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:26:58 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:26:58 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:00 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:27:02 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:02 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:03 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:03 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:03 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:06 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:06 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:08 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:08 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:08 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:08 GoPiGo systemd[1]: wifi_debug.service: Service hold-off time over, scheduling restart. Jul 18 16:27:08 GoPiGo systemd[1]: Stopped Wifi Debug. Jul 18 16:27:08 GoPiGo systemd[1]: Started Wifi Debug. Jul 18 16:27:09 GoPiGo env[4817]: Not Deleting older runs Jul 18 16:27:10 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:27:10 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:27:10 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:27:10 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:27:11 GoPiGo env[4899]: Continuous Logger Jul 18 16:27:11 GoPiGo env[4899]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:27:11 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:11 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:13 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:13 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:13 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:16 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:16 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:18 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:18 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:18 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:20 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:27:21 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:21 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:23 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:23 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:23 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:26 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:26 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:28 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:28 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:28 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:30 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:27:31 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:27:31 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:27:31 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:27:31 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:31 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:31 GoPiGo env[5175]: Continuous Logger Jul 18 16:27:31 GoPiGo env[5175]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:27:33 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:33 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:33 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:36 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:36 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:38 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:38 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:38 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:40 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:27:41 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:41 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:43 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:43 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:43 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:46 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:46 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:47 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:47 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:47 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:50 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:27:51 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:51 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:52 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:27:52 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:27:52 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:27:52 GoPiGo env[5405]: Continuous Logger Jul 18 16:27:52 GoPiGo env[5405]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:27:52 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:52 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:52 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:27:56 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:27:56 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:27:57 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:27:57 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:27:57 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:00 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:28:01 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:01 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:02 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:02 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:02 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:06 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:06 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:07 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:07 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:07 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:10 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:28:10 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:10 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:12 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:12 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:12 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:12 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:28:12 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:28:12 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:28:13 GoPiGo env[5626]: Continuous Logger Jul 18 16:28:13 GoPiGo env[5626]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:28:15 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:15 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:17 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:17 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:17 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:20 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:28:20 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:20 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:21 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (0.debian.pool.ntp.org). Jul 18 16:28:22 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:22 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:22 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:25 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:25 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:27 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:27 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:27 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:30 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:28:30 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:30 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:31 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (1.debian.pool.ntp.org). Jul 18 16:28:32 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:32 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:32 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:33 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:28:33 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:28:33 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:28:33 GoPiGo env[5843]: Continuous Logger Jul 18 16:28:33 GoPiGo env[5843]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:28:35 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:35 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:37 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:37 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:37 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:40 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:28:40 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:40 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:41 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (2.debian.pool.ntp.org). Jul 18 16:28:42 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:28:42 GoPiGo env[1561]: File "", line 1, in Jul 18 16:28:42 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:28:42 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:28:42 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:28:42 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:28:42 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:28:42 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:28:42 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:28:45 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:45 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:47 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:47 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:47 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:47 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:28:47 GoPiGo env[1561]: File "", line 1, in Jul 18 16:28:47 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:28:47 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:28:47 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:28:47 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:28:47 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:28:47 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:28:50 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:28:51 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:51 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:52 GoPiGo systemd-timesyncd[333]: Timed out waiting for reply from 10.10.10.10:123 (3.debian.pool.ntp.org). Jul 18 16:28:52 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:52 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:52 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:28:54 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:28:54 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:28:54 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:28:54 GoPiGo env[6061]: Continuous Logger Jul 18 16:28:54 GoPiGo env[6061]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:28:56 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:28:56 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:28:57 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:28:57 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:28:57 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:29:00 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:29:01 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:29:01 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:29:03 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:29:03 GoPiGo env[1561]: File "", line 1, in Jul 18 16:29:03 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:29:03 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:29:03 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:29:03 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:29:03 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:29:03 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:29:03 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:29:06 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:29:06 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:29:08 GoPiGo env[1561]: WiFi Not connected to a device Jul 18 16:29:10 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:29:11 GoPiGo systemd[1]: wifi_debug.service: Service hold-off time over, scheduling restart. Jul 18 16:29:11 GoPiGo systemd[1]: Stopped Wifi Debug. Jul 18 16:29:11 GoPiGo systemd[1]: Started Wifi Debug. Jul 18 16:29:11 GoPiGo env[6247]: Not Deleting older runs Jul 18 16:29:11 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:29:11 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:29:13 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:29:13 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:29:13 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:29:13 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:29:13 GoPiGo env[1561]: File "", line 1, in Jul 18 16:29:13 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:29:13 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:29:13 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:29:13 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:29:13 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:29:13 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:29:14 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:29:14 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:29:14 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:29:15 GoPiGo env[6399]: Continuous Logger Jul 18 16:29:15 GoPiGo env[6399]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G Jul 18 16:29:16 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:29:16 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:29:18 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:29:18 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:29:18 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:29:20 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:29:21 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:29:21 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:29:23 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:29:23 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:29:23 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:29:26 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:29:26 GoPiGo env[1561]: WiFi Broadcasting SSID: GoPiGo Jul 18 16:29:28 GoPiGo env[1561]: detect_devices.py - Found 1 connected devices. Jul 18 16:29:28 GoPiGo env[1561]: detect_devices.py - Device 0: ip=10.10.10.16#011address=a4:17:31:a4:ea:47#011hostname=(Unknown) Jul 18 16:29:28 GoPiGo env[1561]: WiFi Connected to a device Jul 18 16:29:30 GoPiGo motion: [1:ml1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such file or directory Jul 18 16:29:31 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:29:31 GoPiGo env[1561]: WiFi Not Broadcasting SSID Jul 18 16:29:31 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:29:31 GoPiGo env[1561]: File "", line 1, in Jul 18 16:29:31 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:29:31 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:29:31 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:29:31 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:29:31 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:29:31 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:29:35 GoPiGo env[1561]: WiFi_led_status.sh - Detected Robot: GoPiGo3 Jul 18 16:29:35 GoPiGo env[1561]: WiFi Not Broadcasting SSID Jul 18 16:29:35 GoPiGo env[1561]: Traceback (most recent call last): Jul 18 16:29:35 GoPiGo env[1561]: File "", line 1, in Jul 18 16:29:35 GoPiGo env[1561]: File "", line 971, in _find_and_load Jul 18 16:29:35 GoPiGo env[1561]: File "", line 955, in _find_and_load_unlocked Jul 18 16:29:35 GoPiGo env[1561]: File "", line 656, in _load_unlocked Jul 18 16:29:35 GoPiGo env[1561]: File "", line 626, in _load_backward_compatible Jul 18 16:29:35 GoPiGo env[1561]: File "/opt/miniconda3/lib/python3.6/site-packages/gopigo3-1.2.0-py3.6.egg/gopigo3.py", line 30, in Jul 18 16:29:35 GoPiGo env[1561]: FileNotFoundError: [Errno 2] No such file or directory Jul 18 16:29:35 GoPiGo systemd[1]: continuous_logger.service: Service hold-off time over, scheduling restart. Jul 18 16:29:35 GoPiGo systemd[1]: Stopped Continuous logger. Jul 18 16:29:35 GoPiGo systemd[1]: Started Continuous logger. Jul 18 16:29:36 GoPiGo env[6637]: Continuous Logger Jul 18 16:29:36 GoPiGo env[6637]: Using usb key at /media/sda1-usb-SanDisk_Cruzer_G