Python 2.6: Cannot initiate server connection - server timeout

Report & discuss bugs found in 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
Stokkes
Newbie
Newbie
Posts: 32
Joined: January 23rd, 2009, 10:28 pm

Python 2.6: Cannot initiate server connection - server timeout

Post by Stokkes »

I recently upgraded from Python 2.5.2 to Python 2.6.2 and I'm running into a problem where there SAB can't initiate a connection to the NNTP server and generates quite a few lines of this in the logs:

Code: Select all

2010-03-01 09:56:41,939::INFO::[downloader:714] Thread [email protected]:443: timed out
2010-03-01 09:56:41,939::INFO::[downloader:714] Thread [email protected]:443: timed out
2010-03-01 09:56:41,940::INFO::[downloader:714] Thread [email protected]:443: timed out
2010-03-01 09:56:45,986::DEBUG::[trylist:45] Appending secure.usenetserver.com:443 to <NzbFile: filename=None, type=None>.__try_list
2010-03-01 09:56:45,987::INFO::[downloader:458] [email protected]:443: Initiating connection
2010-03-01 09:56:46,069::DEBUG::[trylist:45] Appending secure.usenetserver.com:443 to <NzbFile: filename=None, type=None>.__try_list
2010-03-01 09:56:46,069::INFO::[downloader:458] [email protected]:443: Initiating connection
2010-03-01 09:56:46,102::DEBUG::[trylist:45] Appending secure.usenetserver.com:443 to <NzbFile: filename=None, type=None>.__try_list
2010-03-01 09:56:46,103::INFO::[downloader:458] [email protected]:443: Initiating connection
2010-03-01 09:56:46,136::DEBUG::[trylist:45] Appending secure.usenetserver.com:443 to <NzbFile: filename=None, type=None>.__try_list
2010-03-01 09:56:46,136::INFO::[downloader:458] [email protected]:443: Initiating connection
2010-03-01 09:56:46,169::DEBUG::[trylist:45] Appending secure.usenetserver.com:443 to <NzbFile: filename=None, type=None>.__try_list
2010-03-01 09:56:46,170::INFO::[downloader:458] [email protected]:443: Initiating connection
2010-03-01 09:56:46,205::DEBUG::[trylist:45] Appending secure.usenetserver.com:443 to <NzbFile: filename=None, type=None>.__try_list
2010-03-01 09:56:46,205::INFO::[downloader:458] [email protected]:443: Initiating connection
2010-03-01 09:56:46,238::DEBUG::[trylist:45] Appending secure.usenetserver.com:443 to <NzbFile: filename=None, type=None>.__try_list
If I remove python 2.6 and reinstall 2.5, this problem goes away. I can recreate it 100% of the time in my environment. The environment is a Slackware-based NAS (unRAID). I'd like to upgrade to 2.6 for a few other applications that I need to run.

Any ideas?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Python 2.6: Cannot initiate server connection - server timeout

Post by shypike »

I wouldn't be surprised if Python 2.6.2 contains serious errors.
We only test against Python 2.6.4.
Most Linux systems allow parallel installation of Python 2.5 and 2.6.
Stokkes
Newbie
Newbie
Posts: 32
Joined: January 23rd, 2009, 10:28 pm

Re: Python 2.6: Cannot initiate server connection - server timeout

Post by Stokkes »

Confirming that Python 2.6 worked.
Post Reply