markwal / OctoPrint-PolarCloud

OctoPrint plugin that connects OctoPrint to the Polar3D cloud. You easily monitor your printer from outside your LAN without arcane setup of port forwarding, etc. Plus, take advantage of the rapidly evolving Polar Cloud capabilities and UI.
GNU Affero General Public License v3.0
15 stars 8 forks source link

Installed but not visible #16

Closed ManuelW77 closed 7 years ago

ManuelW77 commented 7 years ago

Hey Mark,

i installed the Plugin successfully, but i can't see it in Plugins then. Also it comes up in Install Plugins as not installed.

markwal commented 7 years ago

I'd like to see octoprint.log. You can upload it somewhere like Dropbox, Google Drive, OneDrive, share it via link and post a link here. You could also copy and paste from it to gist.github.com or hastebin.com and put a link here. If you go copy and paste route make sure you grab everything from the last "Starting OctoPrint" through the end.

ManuelW77 commented 7 years ago

Hey Mark,

so i found, that crypto isn't installed in python. I'll install and try again :)

2017-07-04 12:10:36,079 - octoprint.plugin.core - ERROR - Error loading plugin polarcloud

Traceback (most recent call last): File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OctoPrint-1.3.4-py2.7.egg/octoprint/plugin/core.py", line 689, in _import_plugin instance = imp.load_module(key, f, filename, description) File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/octoprint_polarcloud/init.py", line 42, in from OpenSSL import crypto File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OpenSSL/init.py", line 8, in from OpenSSL import rand, crypto, SSL File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OpenSSL/rand.py", line 12, in from OpenSSL._util import ( File "/home/pi/OctoPrint/venv/local/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in from cryptography.hazmat.bindings.openssl.binding import Binding ImportError: No module named cryptography.hazmat.bindings.openssl.binding

ManuelW77 commented 7 years ago

I installed crypte and now it works well. Sorry for trouble :)