[Release thread] Sickbeard plugin

Status
Not open for further replies.

calgarychris

Contributor
Joined
Aug 27, 2011
Messages
124
Hi,

Just wondering if anyone has encountered the following error trying to implement SSL on Sickbeard:

Code:
File "/usr/pbi/sickbeard-amd64/SickBeard/SickBeard.py", line 354, in <module>
    main()                                                                     
  File "/usr/pbi/sickbeard-amd64/SickBeard/SickBeard.py", line 316, in main    
    'https_key': sickbeard.HTTPS_KEY,                                          
  File "/usr/pbi/sickbeard-amd64/SickBeard/sickbeard/webserveInit.py", line 157,
 in initWebServer                                                              
    cherrypy.server.start()                                                    
  File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/_cpserver.py", line 85, in s
tart                                                                           
    self.httpserver, self.bind_addr = self.httpserver_from_self()              
  File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/_cpserver.py", line 76, in h
ttpserver_from_self                                                            
    httpserver = _cpwsgi_server.CPWSGIServer(self)                             
  File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/_cpwsgi_server.py", line 62,
 in __init__                                                                   
    self.server_adapter.ssl_certificate_chain)                                 
  File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/wsgiserver/ssl_pyopenssl.py"
, line 158, in __init__                                                        
    raise ImportError("You must install pyOpenSSL to use HTTPS.")              
ImportError: You must install pyOpenSSL to use HTTPS.


Running 9.1.1 Release with a freshly installed jail. I subsequently built py-openssl and py-openssl-proxy from ports however this error persists. Any ideas?

Thanks
Chris
 

Master Gollom

Dabbler
Joined
Jul 25, 2013
Messages
44
Hi,

have you tried restarting the jail? You might try the "rehash" command as well, sometimes this command has to be executed after an install of new binaries.

cheers
 

michiganblue82

Dabbler
Joined
Dec 13, 2013
Messages
21
You can install the plugins into the same jail, by this way:
Jails -> Select the Jail by clicking it -> click on the brown box on the bottom of the page
Now the plugin's going to be installed in the jail you wanted it to be installed


I have tried this with FreeNas 9.2 RC to install both SB and Sab to the same jail so I can set the autoprocess script from Sick to Sab. However, as soon as I install Sab after installing SB, it removed SB and Sab crashes. Any help?
 
Status
Not open for further replies.
Top