Problems after upgrading to v1.0 [OSX]

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • 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
ijohnso
Newbie
Newbie
Posts: 1
Joined: March 28th, 2016, 5:46 am

Problems after upgrading to v1.0 [OSX]

Post by ijohnso »

Hi All,

I have just recently upgraded to v1.0 and OS 10.11.1. Since the upgrade I cannot get sabnzbd to start. When running from a terminal it shows the following errors

Code: Select all

/Applications/SABnzbd.app/Contents/MacOS/SABnzbd -console
Traceback (most recent call last):
  File "/Applications/SABnzbd.app/Contents/Resources/__boot__.py", line 54, in <module> _run()
  File "/Applications/SABnzbd.app/Contents/Resources/__boot__.py", line 49, in _run  exec(compile(source, path, 'exec'), globals(), globals())
  File "/Applications/SABnzbd.app/Contents/Resources/SABnzbd.py", line 85, in <module> import sabnzbd
  File "sabnzbd/__init__.pyc", line 73, in <module>
  File "platform.pyc", line 809, in mac_ver
  File "platform.pyc", line 786, in _mac_ver_xml
  File "plistlib.pyc", line 78, in readPlist
  File "plistlib.pyc", line 401, in parse
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/expat.py", line 4, in <module> from pyexpat import *
ImportError: dlopen(/Applications/SABnzbd.app/Contents/Resources/lib/python2.7/lib-dynload/pyexpat.so, 2): Symbol not found: _XML_SetHashSalt
  Referenced from: /Applications/SABnzbd.app/Contents/Resources/lib/python2.7/lib-dynload/pyexpat.so
  Expected in: /usr/lib/libexpat.1.dylib
 in /Applications/SABnzbd.app/Contents/Resources/lib/python2.7/lib-dynload/pyexpat.so
Any one else seen this issues?

Thanks
Ian
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Problems after upgrading to v1.0

Post by shypike »

There is some odd issue with 64bit code and code-signing.
We'll try to create a proper build for El Capitan asap.
People have told us that temporarily disabling GateKeeper solves the problem,
but in general that's an advice that I would personally be reluctant to follow.
cyberhatter
Newbie
Newbie
Posts: 1
Joined: July 28th, 2013, 11:12 am

Re: Problems after upgrading to v1.0 [OSX]

Post by cyberhatter »

disabling gatekeeper didn't work for me:
4/21/16 2:52:20.939 PM com.apple.xpc.launchd[1]: (com.apple.preference.security.remoteservice[753]) Service exited due to signal: Killed: 9
4/21/16 2:52:24.323 PM lsd[353]: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist
4/21/16 2:52:24.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1d75000): p=765[SABnzbd] final status 0x2000000, allowing (remove VALID) page
4/21/16 2:52:24.795 PM SABnzbd[765]: SABnzbd+ Error
4/21/16 2:52:24.825 PM launchservicesd[88]: SecTaskLoadEntitlements failed error=22
4/21/16 2:52:24.834 PM launchservicesd[88]: SecTaskLoadEntitlements failed error=22
4/21/16 2:52:24.954 PM appleeventsd[62]: SecTaskLoadEntitlements failed error=22
4/21/16 2:52:28.109 PM sharedfilelistd[398]: SecTaskLoadEntitlements failed error=22
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Problems after upgrading to v1.0 [OSX]

Post by safihre »

We can't help for the old El Captain, we we know for sure it work for versions .3 and above!
You can also install the version for the older OSX versions. Just tiny differences in ssl libraries.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply