Eric Claeys

Results 263 comments of Eric Claeys

@penguin242, This is a known bug when there are a lot of images. It will be fixed in the first point release to the next release, i.e., v2024.12.06_01

@Alex-developer, any ideas? @eat-sleep-code, please run `uname -a`.

@eat-sleep-code, would you please run `cat /etc/os-release` ? I'm trying to find something that will indicate your Pi needs different options.

@eat-sleep-code, we don't recommend that Pi - you won't be able to make a timelapse and maybe not even startrails or keograms. The rest of Allsky will probably work, although...

Add a 3rd section to http://allsky-test4/documentation/explanations/imageStorageDevice.html to "Clone existing device".

@laheller suggested this: As the [documentation](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AllskyTeam/allsky/master/html/documentation/explanations/constellationOverlay.html) about constellation overlay says, it is very hard & time consuming to properly align the constellation overlay with the real star map coming from...

We got rid of the **POST_END_OF_NIGHT_DATA** setting a couple releases ago. If you have a local and/or remote Website then `postData.sh` is automatically called during the end-of-night processing to upload...

@pwe169, I suspect you are missing a double quote on the `PROTOCOL=` line, so it's picking up the whole line. It should look like ~~~ PROTOCOL="sftp" # optional comment ~~~

Chang the line to just ~~~ PROTOCOL="sftp" ~~~