Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed # 442 #444

Merged
merged 6 commits into from
Aug 25, 2021
Merged

Fixed # 442 #444

merged 6 commits into from
Aug 25, 2021

Conversation

EricClaeys
Copy link
Collaborator

README.md was referring to "settings.json" rather than "settings_ZWO.json" and "settings_RPiHQ.json".

It was accidentally left as "1" from my Pi.
This changes goes with the changes to "allsky-website" that automatically creates video thumbnails.
Once people grab the "allsky-website" changes they'll need to create the vidoes/thumnails directory.  Should we move the "Create" and "Fixing" code block to a different shell script that users can invoke, and have install.sh also invoke it?  That should make it easier for non-technical users to create the directory.  The "mkdir" will need to change to "mkdir -p".
Fixes #442 
and adds some additional clarifications.
The "free(line);" was causing the problem.  I must be misreading the getline() man page where it says to free() the line...
When the "capture" program aborts/crashes (versus gracefully exits), the exit code is (usually?) greater than 100.  When that happens, for example due to a bug, there's no reason to let the  allsky service restart since the program will crash again, creating an endless cycle.  allsky.sh notices when the capture program aborts and displays an "Error" image directing the user to look in the log file and fix the problem.  It then stops the service.
@thomasjacquin thomasjacquin self-requested a review August 25, 2021 04:50
@thomasjacquin thomasjacquin merged commit f08264a into master Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants