Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Not showin up in Plugins tab #14

Closed
J0nny12 opened this issue Feb 25, 2018 · 17 comments
Closed

Not showin up in Plugins tab #14

J0nny12 opened this issue Feb 25, 2018 · 17 comments

Comments

@J0nny12
Copy link

J0nny12 commented Feb 25, 2018

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

@trev502000
Copy link

i also have the exact same problem

@precision
Copy link
Contributor

What version of Octoprint are you running? Was there anything in the octoprint logfile? ~/.octoprint/logs/octoprint.log

@trev502000
Copy link

im running octoprint 1.3.6
the log is attached
octoprint.log

@J0nny12
Copy link
Author

J0nny12 commented Feb 28, 2018

When i first issued this, i was on 1.3.4
now at 1.3.6, no difference.
octoprint.log

@jean62
Copy link

jean62 commented Feb 28, 2018

I also have the exact same problem
octoprint 1.3.6
octoprint.log

@precision
Copy link
Contributor

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?

@jean62
Copy link

jean62 commented Feb 28, 2018

image

how to update octoPi

@J0nny12
Copy link
Author

J0nny12 commented Mar 1, 2018

@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 :)

@precision
Copy link
Contributor

@J0nny12 can you try this.. as the user pi and paste the output?

source ~/oprint/bin/activate
pip search pigpio

@J0nny12
Copy link
Author

J0nny12 commented Mar 1, 2018

@precision
capture

@precision
Copy link
Contributor

Weird, thanks. I'm doing a little more investigation on my side. I was just able to reproduce this on one of my Pis.

@J0nny12
Copy link
Author

J0nny12 commented Mar 1, 2018

@precision really appreciate your work!
Looking forward to not using my sh..... solution anymore :-)

@precision
Copy link
Contributor

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.

source ~/oprint/bin/activate
pip install pigpio==1.3.5

Then reinstall the plugin via the plugin manager.

@precision
Copy link
Contributor

For now, I bumped the plugin version and pinned pigpio to 1.35 which works here for me.

0ad7fc5 #

@J0nny12
Copy link
Author

J0nny12 commented Mar 1, 2018

Thanks, works again!

@precision
Copy link
Contributor

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.

@precision
Copy link
Contributor

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.

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

No branches or pull requests

4 participants