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

ssh key gen error #45

Closed Tucker20000000 closed 3 years ago

Tucker20000000 commented 5 years ago

Im on windows and I have update pyopenssl multiple times and uninstalled it and nothing helps. See if there is anything any can help me with so I get this working. </2018-11-29 21:18:19,224 - octoprint.plugins.polarcloud - ERROR - Failed to run system command: ssh-keygen -e -m PEM -f C:\Users\Computer\AppData\Roaming\OctoPrint\data\polarcloud\p3d_key > C:\Users\Computer\AppData\Roaming\OctoPrint\data\polarcloud\p3d_key.pub Traceback (most recent call last): File "c:\octoprint\venv\lib\site-packages\octoprint_polarcloud__init.py", line 290, in _system p = sarge.run(command_line, stderr=sarge.Capture()) File "c:\octoprint\venv\lib\site-packages\sarge__init.py", line 1411, in run p.run(input=input, async=async) File "c:\octoprint\venv\lib\site-packages\sarge__init__.py", line 1040, in run self.run_node(node, input=input, async=async) File "c:\octoprint\venv\lib\site-packages\sarge\init__.py", line 1136, in run_node result = getattr(self, method)(node, input, async) File "c:\octoprint\venv\lib\site-packages\sarge\init.py", line 1282, in run_command_node node.cmd.run(input=input, async=async) File "c:\octoprint\venv\lib\site-packages\sarge\init.py", line 632, in run self.process = p = Popen(self.args, **self.kwargs) File "c:\python27\Lib\subprocess.py", line 390, in init__ errread, errwrite) File "c:\python27\Lib\subprocess.py", line 640, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified 2018-11-29 21:18:19,240 - octoprint.plugins.polarcloud - ERROR - Unable to generate public key (may need to manually upgrade pyOpenSSL, see README) 1: