1.1.0Beta1 - Crashes with https on

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
.maxx
Release Testers
Release Testers
Posts: 70
Joined: April 10th, 2008, 6:32 am

1.1.0Beta1 - Crashes with https on

Post by .maxx »

Hi guys,

the new sabnzbd 1.1.0B1 crashes directly on launch on my Mac Mini with 10.11.5 when I enable https.

Code: Select all

2016-06-14 10:23:46,452::INFO::[SABnzbd:1887] [osx] sabApp Stopping - main thread quit 
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 1.1.0Beta1 - Crashes with https on

Post by shypike »

Try starting from Applications->Utilities->Terminal
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console
This way you'll see some more diagnostic info.

You did install the El Capitan version?
.maxx
Release Testers
Release Testers
Posts: 70
Joined: April 10th, 2008, 6:32 am

Re: 1.1.0Beta1 - Crashes with https on

Post by .maxx »

Hi shypike,

yes I used the El Capitan version.

Here's the detailed log:

Code: Select all

Last login: Mon Jun  6 11:42:54 on console
Mediencenter:~ Mediencenter$ /Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console
INFO:root:--------------------------------
INFO:root:SABnzbd.py-1.1.0Beta1 (rev=6f65d473607925d89eb88501af0af1cac396a65e)
INFO:root:Full executable path = /Applications/SABnzbd.app/Contents/MacOS/SABnzbd
INFO:root:Platform = posix
INFO:root:Python-version = 2.7.10 (default, Oct 23 2015, 19:19:21) 
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)]
INFO:root:Arguments = /Applications/SABnzbd.app/Contents/Resources/SABnzbd.py --console
INFO:root:Preferred encoding = UTF-8
INFO:root:[osx] IO priority setting
INFO:root:[osx] IO priority set to throttle for process scope
INFO:root:Read INI file /Users/Mediencenter/Library/Application Support/SABnzbd/sabnzbd.ini
INFO:root:Loading data for rss_data.sab from /Users/Mediencenter/Library/Application Support/SABnzbd/admin/rss_data.sab
INFO:root:Loading data for totals10.sab from /Users/Mediencenter/Library/Application Support/SABnzbd/admin/totals10.sab
INFO:root:Loading postproc queue
INFO:root:Loading data for postproc2.sab from /Users/Mediencenter/Library/Application Support/SABnzbd/admin/postproc2.sab
INFO:root:Loading data for queue10.sab from /Users/Mediencenter/Library/Application Support/SABnzbd/admin/queue10.sab
INFO:root:Loading data for watched_data2.sab from /Users/Mediencenter/Library/Application Support/SABnzbd/admin/watched_data2.sab
INFO:root:Loading data for Rating.sab from /Users/Mediencenter/Library/Application Support/SABnzbd/admin/Rating.sab
INFO:root:/Users/Mediencenter/Library/Application Support/SABnzbd/admin/Rating.sab missing
INFO:root:Setting schedule for midnight BPS reset
INFO:root:All processes started
INFO:root:Web dir is /Applications/SABnzbd.app/Contents/Resources/interfaces/Glitter
INFO:root:Web dir is /Applications/SABnzbd.app/Contents/Resources/interfaces/Glitter
INFO:root:Web dir is /Applications/SABnzbd.app/Contents/Resources/interfaces/Config
INFO:root:Preferred encoding = UTF-8
INFO:root:_yenc module... found!
INFO:root:par2 binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/par2/par2-sl64)
INFO:root:par2-classic binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/par2/par2-classic)
INFO:root:UNRAR binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/unrar/unrar)
INFO:root:unzip binary... found (/usr/bin/unzip)
INFO:root:7za binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/7zip/7za)
INFO:root:nice binary... found (/usr/bin/nice)
INFO:root:ionice binary... NOT found!
INFO:root:pyOpenSSL... found (True)
INFO:root:SSL version OpenSSL 0.9.8zh 14 Jan 2016
INFO:root:pyOpenSSL version 0.13.1
INFO:root:SSL potentially supported protocols ['SSLv2', 'SSLv23', 'SSLv3', 'TLSv1']
INFO:root:SSL actually supported protocols ['t1', 'v23', 'v3', 'v2']
INFO:root:Starting web-interface on 0.0.0.0:9000
INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Bus STARTING
INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Started monitor thread '_TimeoutMonitor'.
ERROR:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x21c1050>>
Traceback (most recent call last):
  File "cherrypy/process/wspbus.pyc", line 203, in publish
  File "cherrypy/_cpserver.pyc", line 167, in start
  File "cherrypy/_cpserver.pyc", line 158, in httpserver_from_self
  File "cherrypy/_cpwsgi_server.pyc", line 60, in __init__
  File "cherrypy/wsgiserver/wsgiserver2.pyc", line 2200, in get_ssl_adapter_class
ImportError: No module named ssl_pyopenssl

INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Serving on http://0.0.0.0:8080
ERROR:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
  File "cherrypy/process/wspbus.pyc", line 241, in start
  File "cherrypy/process/wspbus.pyc", line 221, in publish
ChannelFailures: ImportError('No module named ssl_pyopenssl',)

INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Bus STOPPING
INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('0.0.0.0', 8080)) shut down
INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE HTTP Server None already shut down
INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Stopped thread '_TimeoutMonitor'.
INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Bus STOPPED
INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Bus EXITING
INFO:cherrypy.error:[14/Jun/2016:14:02:48] ENGINE Bus EXITED
Mediencenter:~ Mediencenter$ 
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 1.1.0Beta1 - Crashes with https on

Post by shypike »

OK, that is weird. In the sense that it doesn't happen on my OS X systems.
However, I did need to tweak the Windows build due to the very same error message.
I'll have a look at this asap.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 1.1.0Beta1 - Crashes with https on

Post by shypike »

Indeed, the same problem as under Windows.
I uploaded a new DMG file: SABnzbd-1.1.0Beta1a-osx.dmg
Can you try that one?
.maxx
Release Testers
Release Testers
Posts: 70
Joined: April 10th, 2008, 6:32 am

Re: 1.1.0Beta1 - Crashes with https on

Post by .maxx »

Thank for the B1a. Now it works with https.
Post Reply