addMessage.sh error #4453
Replies: 4 comments 1 reply
-
|
Thanks for reporting this. I created Issue #4454 to fix this in the next release. The bigger issue is why it couldn't find camera 0. What type of camera is it? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your fast reply. Regarding the bigger issue: I noticed the following entries in allsky.log:
and this: |
Beta Was this translation helpful? Give feedback.
-
|
I agree the adapter is probably causing intermittent problems. In the log file snippet, Allsky found the camera but then couldn't take pictures.
when you manually stop Allsky a message is sent to the I assume you'll remove the adapter and see if the problem goes away? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, after removing the adapter the problem went away. I had it running through the night without issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
See the following excerpt of my log file for addMessage.sh error:
2025-03-22T00:11:50.785448+01:00 allsky allsky[43885]: Executing /home/XXX/allsky/scripts/addMessage.sh --type error 'ERROR: can't get information for camera number 0.'
2025-03-22T00:11:50.785819+01:00 allsky allsky[43891]: sh: 1: Syntax error: Unterminated quoted string
It gives an error because of the unescaped single quote inside "can't".
Beta Was this translation helpful? Give feedback.
All reactions