caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)
GNU General Public License v3.0
129 stars 15 forks source link

Synology + Sabnzbd not working #14

Closed Dediqated closed 7 years ago

Dediqated commented 7 years ago

I have been trying to make this script work on my Synology NAS with Sabnzbd but it keeps failing. I copied the folders Notify and patches and the files Notify.py and sabnzbd-notify.py to the scripts folder of sabnzbd with 777 permissions (just to be sure).

What I've tried:

The NAS is a DS415+ with DSM version DSM 6.0.2-8451 Update 7. Running python -V gives Python 2.7.12

caronc commented 7 years ago

Your error appears to be the same as #13 .

This issue has been resolved in the Main branch (quick link). But you've given me good incentive to make an official release soon since the issue seems to be hitting others too.

Download the master branch copy and let me know how it goes.

Dediqated commented 7 years ago

That's the point, I have been working with the latest version of the master branch, I just downloaded it for the first time yesterday.. The files in the zip you linked don't work either.

caronc commented 7 years ago

The first thing we need to solve is this one: AttributeError: 'FFILibrary' object has no attribute 'Cryptography_HAS_SSL_ST'

Specifically see this comment on the ticket

In short, You probably have a bad copy of pyOpenSSL (v16.1.0). See if you can upgrade your pyOpenSSL package on your NAS to v16.2.0 or higher.

caronc commented 7 years ago

@Dediqated: Hey, it's been a week now; I just wanted to follow up on the status of your issue. Did you have a chance to update pyOpenSSL yet? I'm holding off creating an official release until I hear your results (just in case there is any last minute tweaking I may need to do). Please keep me posted.

caronc commented 7 years ago

I'm going to close this issue due to lack of response, but please feel free to contact me again if you need to.