Servers timing out

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
Ricey
Newbie
Newbie
Posts: 3
Joined: February 17th, 2009, 5:27 pm

Servers timing out

Post by Ricey »

I've just brought a new PC and reinstalled SABnzbd but it now won't download anything,

I recieve 0.00kbs-0.75kbs download speed and get constant warnings of:

Code: Select all

2009-02-17 22:26:12,762 WARNING [downloader] Thread [email protected]:119: timed out
2009-02-17 22:26:56,996 WARNING [downloader] Thread [email protected]:119: timed out
My username/password is correct for the severs and I have them let up the same as I did before.

Any idea why this is?

Version: 0.4.6
OS: Vista
Install-type: Windows Installer
Firewall Software: Windows Firewall
Are you using IPV6? Not sure
Is the issue reproducible? Not sure
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Servers timing out

Post by switch »

Did you select SSL? SSL only works on certain ports, so if you did select SSL, then either untick it or change the port to 563 or 443.
Ricey
Newbie
Newbie
Posts: 3
Joined: February 17th, 2009, 5:27 pm

Re: Servers timing out

Post by Ricey »

Nope, SSL is not selected on either sever.
Miller_Heavy
Newbie
Newbie
Posts: 3
Joined: February 18th, 2009, 1:00 pm

Re: Servers timing out

Post by Miller_Heavy »

Try decreasing Config/Servers/Connections, if your on a DSL line I read 8 is the max for usenet.
User avatar
sander
Release Testers
Release Testers
Posts: 9258
Joined: January 22nd, 2008, 2:22 pm

Re: Servers timing out

Post by sander »

First things first: can you *ping* the server?

Code: Select all

mint@mint ~ $ ping news-europe.giganews.com
PING news-europe.giganews.com (216.196.109.144) 56(84) bytes of data.
64 bytes from news-europe.giganews.com (216.196.109.144): icmp_seq=1 ttl=123 time=27.8 ms
64 bytes from news-europe.giganews.com (216.196.109.144): icmp_seq=2 ttl=123 time=27.0 ms
^C
--- news-europe.giganews.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1004ms
rtt min/avg/max/mdev = 27.071/27.469/27.868/0.431 ms
mint@mint ~ $
FWIW: I can reach the newsservers, so their service is up:

Code: Select all

mint@mint ~ $ telnet news-europe.giganews.com nntp
Trying 216.196.109.144...
Connected to news-europe.giganews.com.
Escape character is '^]'.
200 News.GigaNews.Com
help
480 authentication required
quit
205 goodbye
Connection closed by foreign host.
mint@mint ~ $ telnet news.giganews.com nntp
Trying 216.196.109.131...
Connected to news.giganews.com.
Escape character is '^]'.
200 News.GigaNews.Com
help
480 authentication required
quit
205 goodbye
Connection closed by foreign host.
mint@mint ~ $
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Ricey
Newbie
Newbie
Posts: 3
Joined: February 17th, 2009, 5:27 pm

Re: Servers timing out

Post by Ricey »

I changed my connections to 8 and it now works, thanks for your help :)
Post Reply