Replies: 3 comments 1 reply
-
i found this |
Beta Was this translation helpful? Give feedback.
-
Please read the wiki. Literally everything is described there. If you can not be bothered to read what you are configuring, it's not going to work properly. |
Beta Was this translation helpful? Give feedback.
-
my assumption was right , I red the wiki but it wasn't clear in my perspective , thanks for nothing . |
Beta Was this translation helpful? Give feedback.
-
is tere a way to disable the timelaps ?
i dont want the bot to write milions of photos to my card .
to be clear
i want the bot to send me a preview , and delete the picture of the SD card , no timelaps ,
now i had this happening with a 3day print
MCU 'mcu' shutdown: Timer too close
This often indicates the host computer is overloaded. Check
for other processes consuming excessive CPU time, high swap
usage, disk errors, overheating, unstable voltage, or
similar system problems on the host computer.
Once the underlying issue is corrected, use the
"FIRMWARE_RESTART" command to reset the firmware, reload the
config, and restart the host software.
Printer is shutdown
probly due to this
2023-05-11 05:17:01,370 - timelapse - ERROR - [Errno 28] No space left on device
Traceback (most recent call last):
File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/user/moonraker-telegram-bot/bot/camera.py", line 416, in take_lapse_photo
outfile.write(photo.getvalue())
OSError: [Errno 28] No space left on device
2023-05-11 10:09:05,588 - websocket_helper - WARNING - klippy disconnect detected with message: notify_klippy_shutdown
2023-05-11 10:09:06,356 - timelapse - ERROR - [Errno 2] No such file or directory: '/home/user/moonraker-telegram-bot-timelapse/_1970-01-01_01-00/1683792546.3523853.webp'
Traceback (most recent call last):
File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/user/moonraker-telegram-bot/bot/camera.py", line 415, in take_lapse_photo
with open(filename, "wb") as outfile:
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/moonraker-telegram-bot-timelapse/_1970-01-01_01-00/1683792546.3523853.webp'
Beta Was this translation helpful? Give feedback.
All reactions