The 0.10(8) is affected by a bug in which the date on the device is not updated. This caused the SSL certificate on our server to seem invalid (because the box has a date prior to its issuance). This is easily fixed.
You need to access the box command line. There are two options:
- Connect an HDMI monitor and USB keyboard and reboot. You will see the command prompt on your monitor.
- SSH into your device (let me know if you need help with this).
Once you are at the command line run the following commands:
sudo su
service astrobox stop
echo '2017-09-15 00:00:00' > /etc/astrobox/last_known_time
reboot
After this, you can access your box again and perform the update. The 0.10(9) version fixes this.