-
Hi, I did a fresh install on Pi4 with an ASI224 and it was working fine. Images were going in the Images folder on the Pi, and the Webgui was showing the live image and all list of images already stored. Due to some linux issues, i decided to reinstall from scratch, Raspbian, Allsky, Webgui. Now all images goes to temp and Webgui doesn't find any images. Looks like there is a mix between tmp and images which has not been created this time. I don't understand what i have done wrong.... |
Beta Was this translation helpful? Give feedback.
Replies: 15 comments 4 replies
-
@bemo47 Did you follow the directions here exactly? It's very important to not simply copy the old config.sh file to the new one. |
Beta Was this translation helpful? Give feedback.
-
Yes, i followed exactly the same process as the first time, as described in the allsky page here, exact linux commands one after the other. But this morning, surprise, the image folder is here !!! What i see is that up to 2am this night all images were going to tmp folder, and at 2am, the image folder has been created and now all images are going in it, normally. I will wait 24hrs and check what happens... |
Beta Was this translation helpful? Give feedback.
-
And now the tmp has been emptied, but the images have not been copied to the image folder, just deleted. |
Beta Was this translation helpful? Give feedback.
-
@bemo47 Check your latitude, longitude, and angle in the WebUI. |
Beta Was this translation helpful? Give feedback.
-
So i did the update of latitude and longitude but allsky start gaain to store all images in the tmp folder |
Beta Was this translation helpful? Give feedback.
-
sorry, lat & long were wrong, here are the right ones, but same behaviour, still writing in the tmp folder all images |
Beta Was this translation helpful? Give feedback.
-
and again around 6pm here it changes by starting saving images to the right folder "images"... not so critical, just strange behaviour... but at the end it works... fyi, i have mapped the image folder on my NAS so now it is writing directly to my NAS... not sure if all will work fine, timelapses, etc... but will see... |
Beta Was this translation helpful? Give feedback.
-
@bemo47 6 pm is likely when you've told Allsky your night begins, via the Angle setting. See this Wiki page for how to determine your day/night times. You've told Allsky to take pictures during the day but not save them ( |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
i tried also to empty the images folder, to be in the same condition, just after initial install, but same tmp is cleaned sorry |
Beta Was this translation helpful? Give feedback.
-
@bemo47 That's strange. I can explain the failure to remove the files - it's clearly a bug in the code, but I can't explain why it's working now, unless you're using the file I uploaded. Do a "tail scripts/upload.sh" and see if there's a line that includes
|
Beta Was this translation helpful? Give feedback.
-
Okkk, so... 1 - my night was starting before 6:30pm, so test conditions ere not ok Thanks |
Beta Was this translation helpful? Give feedback.
-
@bemo47 Excellent! Thanks for testing it. I just submitted the change. It should be approved in a few days. You don't need to grab it since it's exactly the same file I sent you. |
Beta Was this translation helpful? Give feedback.
-
@bemo47 You can look in /var/log/allsky.log for "Software". It'll list the version. |
Beta Was this translation helpful? Give feedback.
Okkk, so...
1 - my night was starting before 6:30pm, so test conditions ere not ok
2 - i tried now, 11am, and i got the tmp keeping all images when daytime-save=false
3 - i changed the saveimage with the new one and searched for 15mins how to give exécution rights :) but ok
4 - after reboot : all is OK, tmp doesn't keep images, so the change is valid !
Thanks