Hello, i setup octoprint via docker. the path for my timelapse is /octoprint/octoprint/timelapse not /home/pi/.octoprint/timelapse
My config is this
youtube_timelapse:
cert_authorized: true
cert_saved: true
tags: op,test,blah
videos_folder: /octoprint/octoprint/timelapse
this is the error log
FileNotFoundError: [Errno 2] No such file or directory: '/home/pi/.octoprint/timelapse'
2021-03-24 09:25:56,033 - tornado.access - ERROR - 500 POST /api/plugin/youtube_timelapse (192.168.195.20) 27.45ms
if i set the path via
/octoprint/plugins/lib/python3.8/site-packages/octoprint_youtube_timelapse/static/js/settings.js it works
Hello, i setup octoprint via docker. the path for my timelapse is /octoprint/octoprint/timelapse not /home/pi/.octoprint/timelapse
My config is this
this is the error log
if i set the path via
/octoprint/plugins/lib/python3.8/site-packages/octoprint_youtube_timelapse/static/js/settings.js it works