Animated Snake Eyes Bonnet for Raspberry Pi - Missing file?

EL Wire/Tape/Panels, LEDs, pixels and strips, LCDs and TFTs, etc products from Adafruit

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
TopekaSteve
 
Posts: 2
Joined: Fri Jul 22, 2022 9:11 pm

Animated Snake Eyes Bonnet for Raspberry Pi - Missing file?

Post by TopekaSteve »

I have RaspberryPi4, the Animated Snake Eyes Bonnet for Raspberry Pi, and 240x240 TFT (ST7789) displays. I am following the software installation instructions on learn.adafruit.com for the "Animated Snake Eyes Bonnet for Raspberry Pi"

When I run the install I get the following at the end of the install:

Installing Adafruit code and data in /boot...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
curl: (7) Failed to connect to github.com port 443: No route to host
unzip: cannot find or open master.zip, master.zip.zip or master.zip.ZIP.
cp: cannot stat 'Pi_Eyes-master': No such file or directory
Configuring system...
Done.

Then when I reboot, the backlights for the displays light but no graphics are displayed. Is my problem the following?
"curl: (7) Failed to connect to github.com port 443: No route to host
unzip: cannot find or open master.zip, master.zip.zip or master.zip.ZIP.
cp: cannot stat 'Pi_Eyes-master': No such file or directory"

I am wondering if there is possibly a missing file (master.zip) in the github installer script file:
"curl https://raw.githubusercontent.com/adafr ... pi-eyes.sh >pi-eyes.sh"

Any suggestions?

Thank you

User avatar
adafruit_support_carter
 
Posts: 29168
Joined: Tue Nov 29, 2016 2:45 pm

Re: Animated Snake Eyes Bonnet for Raspberry Pi - Missing file?

Post by adafruit_support_carter »

Based on this part of the output:

Code: Select all

 curl: (7) Failed to connect to github.com port 443: No route to host
looks more like a network issue trying to connect to github.

Are you getting 443 errors everytime? If you just want to run the specific command that's failing, it's this:

Code: Select all

curl -LO https://github.com/adafruit/Pi_Eyes/archive/master.zip

Locked
Please be positive and constructive with your questions and comments.

Return to “Glowy things (LCD, LED, TFT, EL) purchased at Adafruit”