Replies: 7 comments 1 reply
-
@jimjackii @AndreasLMeg Every command has a return code which I called "Retcode" for short. 0 is success and non-zero is an error of some type. 137 often means the program crashed, compared to failing to read a file and printing an error message and gracefully exiting with non-zero. |
Beta Was this translation helpful? Give feedback.
-
@EricClaeys @AndreasLMeg |
Beta Was this translation helpful? Give feedback.
-
Hi, Now, I have another error 137. http://jimjackii.de/files/allsky/20220113/allsky.log This happened when a manual timelapse video was being created in the background. |
Beta Was this translation helpful? Give feedback.
-
@jimjackii Debug Level 4 didn't help. It's unclear if its the Allsky program crashing or the "raspistill" program it calls that actually takes the picture that is crashing. It's possible the "Killed" message is similar to the "killed" message people get when creating a timelapse when their swap space is too small. Try increasing your swap sapce. How much memory and swap do you currently have? |
Beta Was this translation helpful? Give feedback.
-
@EricClaeys I then set the swap space to 1GB as recommended in the wiki. I think the thread can be closed with that. |
Beta Was this translation helpful? Give feedback.
-
@jimjackii That's good to hear that increasing the swap space solved the issue. |
Beta Was this translation helpful? Give feedback.
-
@EricClaeys I can't close the thread yet - there is no close button. |
Beta Was this translation helpful? Give feedback.
-
Hi,
what is the meaning of this RETCODE=137?
Sometimes the capture breaks off. Current with version V0.8.3 (new).
RasPi 2B V1.1 and HQ camera.
Beta Was this translation helpful? Give feedback.
All reactions