Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on startup with GcodePositionProcessor #933

Open
adamk33n3r opened this issue Jan 11, 2024 · 0 comments
Open

Error on startup with GcodePositionProcessor #933

adamk33n3r opened this issue Jan 11, 2024 · 0 comments

Comments

@adamk33n3r
Copy link

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

  1. Installed Octolapse through the plugin manager
  2. It successfully installed.
  3. After a reboot, the octolapse tab didn't show up.
  4. 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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant