Search found 5 matches

by typo101
March 19th, 2015, 10:31 pm
Forum: General Help
Topic: [SOLVED] No response from indexer (Python 2.7.9 and FreeBSD)
Replies: 40
Views: 33135

Re: [SOLVED] No response from indexer (Python 2.7.9 and Free

I fumbled my way to a solution to the same or very similar problem in another thread. https://forums.sabnzbd.org/viewtopic.php?t=18771
by typo101
March 19th, 2015, 10:28 pm
Forum: Bug Reports
Topic: Issues with OpenSSL and Sabnzbd
Replies: 10
Views: 6868

Re: Issues with OpenSSL and Sabnzbd

So it wasnt until after I posted (and even edited) that I realized the contradiction in my patch and the apparent reason for my patch. The fact is the indexer I was using supports a connection that doesn't use SSLv3, so I shouldn't have to patch the SSL context at all. The real problem was that my p...
by typo101
March 19th, 2015, 9:41 pm
Forum: Bug Reports
Topic: Issues with OpenSSL and Sabnzbd
Replies: 10
Views: 6868

Re: Issues with OpenSSL and Sabnzbd

I was having a similar issue, and it certainly was OpenSSL related, specifically that SSLv3 is disabled by default in Python 2.7.9. I found two solutions: downgrade to python 2.7.8 or patch urlgrabber. Here is my patch: --- urlgrabber.py.old 2015-03-19 22:40:59.643171308 -0400 +++ urlgrabber.py.new ...
by typo101
July 2nd, 2014, 11:04 am
Forum: Bug Reports
Topic: ValueError: filedescriptor out of range in select()
Replies: 3
Views: 3006

Re: ValueError: filedescriptor out of range in select()

From my understanding, its not that the OS has a low threshold on file sockets. Its almost the complete opposite. FreeBSD is apparently not limiting FD at 1024 and the select() method in python does not support indexes this high. I could limit the sockets allowed, but then I would probably en up wit...
by typo101
July 1st, 2014, 5:34 pm
Forum: Bug Reports
Topic: ValueError: filedescriptor out of range in select()
Replies: 3
Views: 3006

ValueError: filedescriptor out of range in select()

Every day or two, I find sabnzbd has become none-responsive. The process is still there and has to be killed. I have only been running sabnzbd on FreeBSD (9.2) a couple months now, and never had similar problems when I ran it on Gentoo before. Checking the error log, I see this: Exception in thread ...