Octolapse
Octolapse copied to clipboard
Stabilized timelapses for Octoprint
im not sure how it happened , but my metadata.csv has a bunch of NUL entries at the end . this blocks the rendering , i had to manually go...
2025-05-09 00:13:33,248 - octoprint - ERROR - Exception on /plugin/octolapse/rendering/previewOverlay [POST] Traceback (most recent call last): File "/octoprint/plugins/lib/python3.10/site-packages/flask/app.py", line 1473, in wsgi_app response = self.full_dispatch_request() File "/octoprint/plugins/lib/python3.10/site-packages/flask/app.py", line 882, in...
This project [currently uses](https://github.com/FormerLurker/Octolapse/blob/9865f00ea0507ad995b6a2b78f3b32245667105c/octoprint_octolapse/utility.py#L26) the `ntpath` module for path manipulations. While this works in many cases, `ntpath` is specific to Windows and may result in incorrect behavior on non-Windows platforms...
I see there are several issues and no commits within the past year. I personally cannot set this up because it's broken on Ubuntu.
Hi! I updated the setup.py and versioneer.py to use setuptools instead of distutils and configparser instead of safeconfigparser with parser.read_file(f). Succesfully tested on OctoPrint Version 1.11.0rc2
#### If this is a feature request describe it here ___REPLACE_THIS__FEATURE_REQUEST_DESCRIPTION_GOES_HERE #### Version of Octolapse Octolapse Version: ___0.4.5 (latest available) #### Version of OctoPrint OctoPrint Version: ___0.4.5 #### When you...