What is the problem?
After trying to use the PiNoZcam (new plugin), nothing appeared in the plugin tab in settings. Unable to see or use any funcionality of this plugin.
What did you already try to solve it?
Multiple reinstalls/reinstarts. Other plugins have been working just fine.
Have you tried running in safe mode?
Due to the nature of the issue, testing plugins using safe mode is unable to be done.
Did running in safe mode solve the problem?
It did not solve the issue.
###Systeminfo Bundle
haproxy.log (589.6 KB)
octoprint.log (668.1 KB)
plugin_pluginmanager_console.log (158.4 KB)
tornado.log (411.7 KB)
webcamd.log (12.9 KB)
Additional information about your setup
Version 1.9.3 on Chrome running on Raspberry Pi 4B. Printer is an elegoo neptune 2S.
Traceback issue found in octoprint.log:
2024-03-08 19:09:53,516 - octoprint.plugin.core - ERROR - Error loading plugin pinozcam
Traceback (most recent call last):
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint/plugin/core.py", line 1294, in _import_plugin
module = _load_module(module_name, spec)
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint/plugin/core.py", line 52, in _load_module
return imp.load_module(name, f, filename, details)
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint/vendor/imp.py", line 238, in load_module
return load_package(name, filename)
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint/vendor/imp.py", line 212, in load_package
return _load(spec)
File "", line 711, in _load
File "", line 680, in _load_unlocked
File "", line 790, in exec_module
File "", line 228, in callwith_frames_removed
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint_pinozcam/__init.py", line 16, in
from .inference import image_inference
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint_pinozcam/inference.py", line 1, in
import numpy as np