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

New Version 1.0.0 Won't Load #78

Closed
jneilliii opened this issue May 22, 2021 · 0 comments
Closed

New Version 1.0.0 Won't Load #78

jneilliii opened this issue May 22, 2021 · 0 comments
Labels
bug Something isn't working solved workaround documented or fix applied

Comments

@jneilliii
Copy link
Owner

Relevant error in octoprint.log:

2021-05-19 21:04:46,968 - octoprint.plugin.core - ERROR - Error loading plugin prusaslicerthumbnails
Traceback (most recent call last):
  File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/octoprint/plugin/core.py", line 1264, in _import_plugin
    module = _load_module(module_name, spec)
  File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/octoprint/plugin/core.py", line 69, in _load_module
    return imp.load_module(name, f, filename, details)
  File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 238, in load_module
    return load_package(name, filename)
  File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/octoprint/vendor/imp.py", line 212, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 696, in _load
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/octoprint_prusaslicerthumbnails/__init__.py", line 12, in <module>
    from PIL import Image
  File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/PIL/Image.py", line 109, in <module>
    from . import _imaging as core
ImportError: libopenjp2.so.7: cannot open shared object file: No such file or directory

Resolution: SSH to the device and install missing system dependency with the following command.

sudo apt-get install libopenjp2-7
@jneilliii jneilliii added bug Something isn't working solved workaround documented or fix applied labels May 22, 2021
@jneilliii jneilliii pinned this issue May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working solved workaround documented or fix applied
Projects
None yet
Development

No branches or pull requests

1 participant