Hello, I am running octoprint 1.4.2/octolapse 0.4.0.
At seemingly random spots, the printer stops responding, octoprint notices this, and then shuts down the printer. This has only started happening since I installed and have been running octolapse.
Octolapse works fine otherwise with my DSLR connected. It just kills prints at random times.
I have my two log files here, and what stands out is in the regular log, there is this string...
2020-10-01 07:48:13,704 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2020-10-01 07:48:19,728 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2020-10-01 07:48:25,741 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2020-10-01 07:48:31,755 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2020-10-01 07:48:37,768 - octoprint.util.comm - INFO - Communication timeout while printing, trying to trigger response from printer.
2020-10-01 07:48:43,782 - octoprint.util.comm - INFO - No response from printer after 6 consecutive communication timeouts, considering it dead.
2020-10-01 07:48:43,833 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Offline (Error: Too many consecutive timeouts, printer still connected and alive?)"
plugin_octolapse (1).log (570.8 KB) octoprint (1).log (135.5 KB)
Any help would be greatly appreciated! Thank you!
EDIT: I found another post where the user was having what looks like a very similar issue. (https://github.com/FormerLurker/Octolapse/issues/329) The solution was to defer the image download until the end. I started to go through the process of image deferring based on the guide, added the scripts, and got to the test phase.
I get this error when I test things:
pi@octopi:~/scripts $ /home/pi/scripts/download-from-camera-and-rename.sh TODO: ADD NECESSARY PARAMETERS
Creating directory: ADD
Saving file as IMG_0129.JPG
mv: cannot stat '.jpg': No such file or directory
mv: cannot stat '.JPEG': No such file or directory
mv: cannot stat '*.jpeg': No such file or directory
How can I move forward from here?