reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
181 stars 56 forks source link

Directories Errors #22

Closed HalloweenMagic closed 4 years ago

HalloweenMagic commented 4 years ago

Hello! After the run of autoinstall, there are some issues with directories. For example: audio directory doesn't exist and METEOR image are saved into NOAA and inside METEOR there aren't anything.

I hope I can help you with this report :)

2020-07-16_122725 2020-07-16_122914 2020-07-16_122701

tomamdy commented 4 years ago

Yes, You are right . I like this software, but it has some issues.

reynico commented 4 years ago

Hi! Thank you, I'll push an update to fix this.

HalloweenMagic commented 4 years ago

Hi! Thank you, I'll push an update to fix this.

Thanks a lot! There is another problem with predict: if you try to use it, you can enter immediatly inside "Configuration Mode", without possibility to choosing options from the menu

reynico commented 4 years ago

Hi, I've added a boolean to either store or not the received audio. git fetch && git pull to grab the latest changes and then do a

echo "DELETE_AUDIO=false" >> ~/.noaa.conf
Crosswalkersam commented 4 years ago

@HalloweenMagic

I had that issue with pridict aswell. To solve it, simply run:

cd ~/.predict

and then download the missing files from github:

wget https://raw.githubusercontent.com/kd2bd/predict/master/default/predict.db

wget https://raw.githubusercontent.com/kd2bd/predict/master/default/predict.tle

wget https://raw.githubusercontent.com/kd2bd/predict/master/default/predict.qth

after that, run predict again, it should work now.