# Getting error when trying to install

**URL:** https://community.tempest.earth/t/getting-error-when-trying-to-install/20271
**Category:** WeatherFlow PiConsole
**Created:** [March 3, 2023, 8:22pm UTC](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271 "2023-03-03T20:22:56Z")
**Posts on this page:** 8
**Page:** 2

<div class="post-metadata">

### Author: ![storm\_tracker](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tempest.earth/storm_tracker/32/5771_2.png) [@storm\_tracker](https://community.tempest.earth/u/storm_tracker)
#### Post date: [March 6, 2023, 3:52am UTC](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271/21 "2023-03-06T03:52:42Z")

</div>

Now HERE’s a Weird Anomaly for you all! Check this out. My RPi4 is still on “buster”. . . as in:

pi@piconsole:~ $ cat /etc/os-release  
PRETTY\_NAME=“Raspbian GNU/Linux 10 (buster)”  
NAME=“Raspbian GNU/Linux”  
VERSION\_ID=“10”  
VERSION=“10 (buster)”  
VERSION\_CODEMANE=buster  
ID=raspbian  
ID\_LIKE=debian  
HOME\_URL=“[http://www.raspian.org/](http://www.raspian.org/)”  
SUPPORT\_URL=“[http://www.raspian.org/RaspbianForums](http://www.raspian.org/RaspbianForums)”  
BUR\_REPORT\_URL=“[Loading...](http://www.raspian.org/RaspbianBugs)”   
pi@piconsole:~ $

. . .but on Friday March 3rd. . .I did the update to get the latest version that @peter put out.

My console (on Buster / Debian v10) **swallowed** the update JUST FINE. Had Absolutely NO Problem what-so-ever. ‘wfpiconsole’ has been running on v23.3.1 for the past 3 days. . .under the auspices of the **old** operating system. I guess I (or the RPi4) **Lucked Out** and that makes me Very Happy!

Just to make sure. . .I used Menu | Exit. . .then did ‘wfpiconsole start’ a couple of times. . .just to see what would happen. . . and it came right back up on v23.3.1 !

 ![image](https://us1.discourse-cdn.com/flex020/uploads/sws/original/2X/2/2affab2ac5bb8f10afab3a73a62700dc1a3c83b7.jpeg)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/sws/original/2X/3/3d4bcabd0528a4401502a148c659c9990a0ce0e1.jpeg)

---

<div class="post-metadata">

### Author: ![peter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tempest.earth/peter/32/1365_2.png) [@peter](https://community.tempest.earth/u/peter)
#### Post date: [March 6, 2023, 1:02pm UTC](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271/22 "2023-03-06T13:02:58Z")

</div>

You are lucky!! I have been unable to find a consistent set up that worked with Pi4 and Buster. In contrast Pi4 and Bullseye works out of the box, which is why that is now the supported combination. Fingers crossed it keeps working for you!

---

<div class="post-metadata">

### Author: ![clevenger7778](https://avatars.discourse-cdn.com/v4/letter/c/3d9bf3/32.png) [@clevenger7778](https://community.tempest.earth/u/clevenger7778)
#### Post date: [March 10, 2023, 2:32am UTC](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271/23 "2023-03-10T02:32:19Z")

</div>

I have a Pi 4 Model B and just installed bullseye. I am trying to install but I am getting an error

pi:~ $ curl -sSL [https://peted-davis.github.io/wfpiconsole](https://peted-davis.github.io/wfpiconsole) | bash  
curl: (60) SSL certificate problem: unable to get local issuer certificate  
More details here: [curl - SSL CA Certificates](https://curl.haxx.se/docs/sslcerts.html)

curl failed to verify the legitimacy of the server and therefore could not  
establish a secure connection to it. To learn more about this situation and  
how to fix it, please visit the web page mentioned above.

---

<div class="post-metadata">

### Author: ![peter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tempest.earth/peter/32/1365_2.png) [@peter](https://community.tempest.earth/u/peter)
#### Post date: [March 10, 2023, 8:51pm UTC](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271/24 "2023-03-10T20:51:28Z")

</div>

This is not an issue with the PiConsole. For some reason your Raspberry Pi is unable to verify the SSL certificate provided by Github. Double check that your Pi is connected to the internet and the time and date is set correctly. You can always try running the curl command without certificate checking using this command:

`curl -skSL https://peted-davis.github.io/wfpiconsole | bash`

This might work but will not solve the underlying problem

---

<div class="post-metadata">

### Author: ![clevenger7778](https://avatars.discourse-cdn.com/v4/letter/c/3d9bf3/32.png) [@clevenger7778](https://community.tempest.earth/u/clevenger7778)
#### Post date: [March 10, 2023, 9:18pm UTC](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271/25 "2023-03-10T21:18:47Z")

</div>

defiantly connected to the internet, date and time verified correct. when I run

curl -skSL [https://peted-davis.github.io/wfpiconsole](https://peted-davis.github.io/wfpiconsole) | bash

I get  
bash: line 1: 410: command not found

I have never had these issues before, everything was running fine before upgrading to Bullseye.

---

<div class="post-metadata">

### Author: ![clevenger7778](https://avatars.discourse-cdn.com/v4/letter/c/3d9bf3/32.png) [@clevenger7778](https://community.tempest.earth/u/clevenger7778)
#### Post date: [March 10, 2023, 9:54pm UTC](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271/26 "2023-03-10T21:54:15Z")

</div>

ok not sure what I did other than go to the github page in the browser on my Pi. Copied the path from the website and it worked fine. not sure if just visiting the page worked or what. Up and running again. Thanks

---

<div class="post-metadata">

### Author: ![DavidK](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tempest.earth/davidk/32/9445_2.png) [@DavidK](https://community.tempest.earth/u/DavidK)
#### Post date: [March 13, 2023, 3:33pm UTC](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271/27 "2023-03-13T15:33:34Z")

</div>

I figured I’d report that I did a clean build with 32-bit Bullseye, installed PiConsole, copied over the .ini file from my previous (Buster) install, and it worked perfectly. Because I had a bunch of other software to re-install, it took around 3-4 hours total, but I think if it was just the OS and PiConsole it would have been much quicker.

This is not surprising given the work Peter’s done, but with all the “it’s not working” comments regarding the updates I wanted to pass on some good news.

---

<div class="post-metadata">

### Author: ![storm\_tracker](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tempest.earth/storm_tracker/32/5771_2.png) [@storm\_tracker](https://community.tempest.earth/u/storm_tracker)
#### Post date: [March 13, 2023, 3:38pm UTC](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271/28 "2023-03-13T15:38:56Z")

</div>

I’m STILL Very Lucky! Still have Linux 10 (Buster) OS on my ‘wfpiconsole’ running v23.3.1 since March 3rd. Haven’t had a Lick of trouble with it what-so-ever. . . so Why mess up a good thing by putting Linux 11 (Bullseye) on it? . . .when Buster and v23.3.1 are the Best of Friends!

[Previous page](https://community.tempest.earth/t/getting-error-when-trying-to-install/20271.md?page=1)
