Replies: 1 comment 1 reply
-
Ok problem solved ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I got no thumbnails is my remote site.
My Config.sh :
Set to "true" to upload the timelapse video's thumbnail to your website at the end of each night.
TIMELAPSE_UPLOAD_THUMBNAIL="true"
Checked thumbnails is here :
/home/pi/allsky/images/20230214/thumbnail-20230214.jpgin /home/pi/allsky/images/20230214/thumbnail-20230214.jpg
in directory \TMP , timelapse.txt shows only file allsky-20230214.mp4 sent to remote :
glob --exist 'allsky-20230214.mp4*'
&& (echo 'rm of allsky-20230214.mp4 failed! Trying again...'; (!sleep 3); rm 'allsky-20230214.mp4' && echo 'WORKED' && exit 1)
&& (echo '2nd rm failed, quiting.'; rm -f 'Timelapse-7359'; exit 1)
&& exit 3
mv 'Timelapse-7359' 'allsky-20230214.mp4'
|| (echo 'mv of Timelapse-7359 to allsky-20230214.mp4 failed! Trying again...'; (!sleep 3); mv 'Timelapse-7359' 'allsky-20230214.mp4' && echo 'WORKED' && exit 0)
|| (echo '2nd mv failed, quitting.'; rm -f 'Timelapse-7359'; exit 1)
|| exit 4
exit 0
Any ideas ?
Maxime
Beta Was this translation helpful? Give feedback.
All reactions