Page 1 of 1

Issues with SAB installed on Etraz NAS

Posted: March 18th, 2010, 3:45 pm
by mad_vtak
I have installed and reinstalled this on my NAS i have.

Version is 0.5.0

Everything works fine, i can manually upload the files to SABnzbd. But when i try and bookmark a file on newzbin i get the error below.


WARNING: Problem accessing Newzbin server, wait 1 min.

my username/password is correct, i've even changed it. but still dont get anything when i bookmark a file.

i use this for google/chrome on OSX

and everything is working fine

Image


Also can't get SAB to send me an email after jobs are completed.

I get this error.

ERROR: Failed to connect to mail server

and this is what i have as far as my email.

SMTP Server:
Set your ISP's server for outgoing email..
smtp.gmail.com:587

Email Recipient:
Email address to send the email to.
myemail address

Email Sender:
Who should we say sent the email?
a contact i have in my email, i actually added SABnzbd as a contact

OPTIONAL Account Username:
For authenticated email, account name.
my username

OPTIONAL Account Password:
For authenticated email, password.
my password.

Any help will be appreciated, thanks!!

Re: Issues with SAB installed on Etraz NAS

Posted: March 18th, 2010, 5:10 pm
by shypike
Do you have proper SSL support installed?
OpenSSL libraries and PyOpenSSL.
Which version of Python are you using?

Re: Issues with SAB installed on Etraz NAS

Posted: March 18th, 2010, 5:57 pm
by mad_vtak
Just tried placing in ports 443 and 563 in on SAB, does the SSL check box need to be ticked?

I switched both numbers and restarted my server, nothing changed.

news.supernews.com:563: Failed to connect: (0, 'Error') 30@news.supernews.com:563
news.supernews.com:443: Failed to connect: (0, 'Error') 30@news.supernews.com:443

After i tried that nothing happened, It just went to a dead stop.

Changed the port back to 119 and unticked the SSL box and boom i had a connection again.

Any ideas?

Re: Issues with SAB installed on Etraz NAS

Posted: March 18th, 2010, 6:06 pm
by shypike
Somehow your SSL setup isn't OK.
With that I mean the support in Python.

Re: Issues with SAB installed on Etraz NAS

Posted: March 18th, 2010, 6:08 pm
by mad_vtak
So i would have to change the config?

Do you know where that could be located in?

Re: Issues with SAB installed on Etraz NAS

Posted: March 18th, 2010, 6:13 pm
by shypike
Which config?
That of Python?
For that you need to complain to the package maintainers of the NAS.
SABnzbd is written under the assumption that Python and its libraries and modules actually work.
It's impossible for us to give active support for all these embedded devices.

Re: Issues with SAB installed on Etraz NAS

Posted: March 18th, 2010, 6:15 pm
by mad_vtak
oh okay, who ever wrote this package for us said that the SAB was written in python...what version i am not sure.

Re: Issues with SAB installed on Etraz NAS

Posted: March 18th, 2010, 6:25 pm
by mad_vtak
i have a question, do i have to have SSL enabled for those features to work?

Re: Issues with SAB installed on Etraz NAS

Posted: March 19th, 2010, 4:06 am
by shypike
You don't need support for SSL as long as you don't
use SSL functions.
SSL in SABnzbd will not enhance the functionality, it will just use
encryption where appropriate.
One problem is that SABnzbd seems to think that you do have SSL.
If you installed PyOpenSSL, you may have to un-install it.
Otherwise SABnzbd will be trying https when accessing sites like newzbin and nzbmatrix
and when sending email.