-
Notifications
You must be signed in to change notification settings - Fork 42
Not showin up in Plugins tab #14
Comments
i also have the exact same problem |
What version of Octoprint are you running? Was there anything in the octoprint logfile? ~/.octoprint/logs/octoprint.log |
im running octoprint 1.3.6 |
When i first issued this, i was on 1.3.4 |
I also have the exact same problem |
Are these all raspberry pis? It appears they don't find the pigpiod python package, which is included in the later versions of Raspbian/Octopi. Maybe old versions of OS? |
@precision pigpio library is installed and working fine. I use some plugin to read out Gcode to execute gpio states with pigpio...basically what i wanted to do with this plugin, but worse :) |
@J0nny12 can you try this.. as the user pi and paste the output?
|
Weird, thanks. I'm doing a little more investigation on my side. I was just able to reproduce this on one of my Pis. |
@precision really appreciate your work! |
Sigh. It looks like they changed something in the python pigpio library. For now you can work around this with until I can figure out what they did.
Then reinstall the plugin via the plugin manager. |
For now, I bumped the plugin version and pinned pigpio to 1.35 which works here for me. 0ad7fc5 # |
Thanks, works again! |
After a little more investigating, it seems the 1.40 package from pypi doesn't contain any of the actual python code. The fixed version (0.2.3) with the pinned pigpio package I pushed should solve this for the time being. |
Looks like they fixed the package in 1.40.post1. I'm going to stick with 1.35 pinned for now, but will update it later if the need arises. |
Hi, i have following problem:
after successfully installing your plugin it does not show up in the plug-in tab to configure it.
Error message "A plugin was installed successfully, however it was impossible to detect which one. Please Restart OctoPrint to make sure everything will be registered properly" is displayed.
After the restart, it wont show up in plugin manager not the config tab.
please help :(
best regards
Jonny
The text was updated successfully, but these errors were encountered: