You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you ran into the problem, did you have diagnostic logging enabled?
Diagnostic Logging was Enabled: no
What were you doing when the problem occurred
Installed Octolapse through the plugin manager
It successfully installed.
After a reboot, the octolapse tab didn't show up.
Checked logs and it shows an error on startup.
What should have happened?
Octolapse installing and running successfully.
What happened instead?
2024-01-11 18:28:28,822 - octoprint.plugin.core - ERROR - Error loading plugin octolapse
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1294, in _import_plugin
module = _load_module(module_name, spec)
File "/usr/local/lib/python3.10/site-packages/octoprint/plugin/core.py", line 52, in _load_module
return imp.load_module(name, f, filename, details)
File "/usr/local/lib/python3.10/site-packages/octoprint/vendor/imp.py", line 238, in load_module
return load_package(name, filename)
File "/usr/local/lib/python3.10/site-packages/octoprint/vendor/imp.py", line 212, in load_package
return _load(spec)
File "<frozen importlib._bootstrap>", line 719, in _load
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/octoprint/plugins/lib/python3.10/site-packages/octoprint_octolapse/__init__.py", line 63, in <module>
import octoprint_octolapse.camera as camera
File "/octoprint/plugins/lib/python3.10/site-packages/octoprint_octolapse/camera.py", line 42, in <module>
from octoprint_octolapse.settings import CameraProfile, MjpgStreamerControl, MjpgStreamer
File "/octoprint/plugins/lib/python3.10/site-packages/octoprint_octolapse/settings.py", line 46, in <module>
from octoprint_octolapse.gcode_processor import GcodeProcessor, ParsedCommand
File "/octoprint/plugins/lib/python3.10/site-packages/octoprint_octolapse/gcode_processor.py", line 24, in <module>
import GcodePositionProcessor
ImportError: /octoprint/plugins/lib/python3.10/site-packages/GcodePositionProcessor.cpython-310-x86_64-linux-gnu.so: failed to map segment from shared object
Version of Octolapse
Octolapse Version: 0.4.5
Version of OctoPrint
OctoPrint Version: 1.9.3
When you ran into the problem, did you have diagnostic logging enabled?
Diagnostic Logging was Enabled: no
What were you doing when the problem occurred
What should have happened?
Octolapse installing and running successfully.
What happened instead?
Operating System running OctoPrint and Octolapse
OS Name: Ubuntu/Docker
Os Version: Ubuntu 23.04
Link to octoprint.log
Link to octoprint.log: https://pastebin.com/Ywh2KV2y
The text was updated successfully, but these errors were encountered: