davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.48k stars 146 forks source link

OS Update Failed on macos sierra #98

Closed miguelchico closed 7 years ago

miguelchico commented 7 years ago

Hi.

I'm getting this error every time I open PiBakery: At the beginning a message appears saying a new Raspbian lite is available.

screen shot 2017-05-02 at 23 11 39

After I try to update an error message appears:

screen shot 2017-05-02 at 23 11 53

I'm running a fresh install of PiBakery, version 0.3.2

benjamin-hering commented 7 years ago

I got a similar error in macOS Sierra (10.12.4). Tried reinstalling PiBakery 0.3.2 with no success.

Eventually I tried downloading the latest update manually. I discovered where the Base OS files were stored on my local machine /Library/Application Support/PiBakery/os and downloaded the latest pibakery specific raspbian lite version from there and extracted it into the OS directory and named it the same as the last Raspian-lite image. Still got the error, though, even though with keeping the same naming convention.

davidferguson commented 7 years ago

PiBakery should will display the update prompt when the version number in the file /Library/Application Support/PiBakery/os/images.json is less than the version number in https://github.com/davidferguson/pibakery-raspbian/blob/master/images.json

The actual error is where it's failing to download the image. If you use the shortcut CMD-Shift-I PiBakery will open the Developer Inspector, where if you go to the Console tab, you'll see more detailed error details. If this error is still occurring, could you post the detailed errors from that window here?

miguelchico commented 7 years ago

Hi! This is not happening anymore. Thank you!