kennethjiang / OctoPrint-Anywhere

MIT License
64 stars 18 forks source link

Octoprint anywhere doesnt show in plugins #107

Closed davidjau34 closed 5 years ago

davidjau34 commented 5 years ago

Hello! I trying to install octoprint anywhere on my octo print version 1.3.11 but after installing and the necessaries restart the setup wizard doesn't show up

kennethjiang commented 5 years ago

Very possibly this is caused by the same issue as https://github.com/kennethjiang/OctoPrint-Anywhere/issues/102 . Can you post octoprint.log file here so that I can take a look at it?

davidjau34 commented 5 years ago

octoprint.log There it is

kennethjiang commented 5 years ago

Confirmed it's the same issue as #102

The fix is to ssh to your Pi and run: /home/pi/oprint/bin/python -m pip install backoff==1.6.0

It should work after you restart OctoPrint. Let me know if otherwise.

davidjau34 commented 5 years ago

now its show but after a couple of restarts the setup wizard doesn't appear octoprint(1).log

kennethjiang commented 5 years ago

It looks like in your case there were 2 packages (maybe more) missing. Please run this on your Pi:

/home/pi/oprint/bin/python -m pip install raven==6.9.0

davidjau34 commented 5 years ago

It finally works out! thanks, man!