All downloads are paused

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
jeffprandall604
Newbie
Newbie
Posts: 2
Joined: October 5th, 2016, 10:43 am

All downloads are paused

Post by jeffprandall604 »

I installed the FreeNas Sabnzbd jail, configured my newhosting server (test is successful), and created my categories. I have configured the API key in Sonnar which also tests successfully. Sonnar will find the file and pass it on to the Sab queue but it just sits there at 0%. I also have tried to manually upload an NZB and get the same thing. I have mounted a shared folder to the /media directory and assigned the 777 permissions as well. What am I missing?
Here is my log file - https://www.dropbox.com/s/6ys73fmxd4gyv ... d.log?dl=0
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: All downloads are paused

Post by sander »

This looks weird:

Code: Select all

2016-10-02 20:39:30,015::INFO::[downloader:307] Speed limit set to 10.2 B/s
2016-10-02 20:39:32,347::INFO::[downloader:307] Speed limit set to 20.0 B/s
You should not set a speed limit if you want speed.
Your log shows your sabnzbd.ini:

Code: Select all

bandwidth_max = 20
You've set the maximum bandwidth to 20 ... bytes per second. Not 20 MEGA bytes per second.
That's bad. Remove that.


And this looks bad (366 lines with "timed out"):

Code: Select all

2016-10-03 19:19:12,971::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:20:55,690::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:26:03,902::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:27:46,714::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:32:55,028::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:34:37,797::INFO::[downloader:732] Thread [email protected]: timed out
2016-10-03 19:39:46,229::INFO::[downloader:732] Thread [email protected]: timed out
What kind of 'plan' have you got with newshosting.com?
First try: limit number of newsserver connections to ... 1

And 51 Tracebacks :-(

Code: Select all

2016-10-03 18:35:50,105::INFO::[downloader:786] Traceback: 
Traceback (most recent call last):
  File "/usr/pbi/sabnzbd-amd64/lib/python2.7/site-packages/sabnzbd/downloader.py", line 776, in __request_article
    nw.body(nzo.precheck)
  File "/usr/pbi/sabnzbd-amd64/lib/python2.7/site-packages/sabnzbd/newswrapper.py", line 366, in body
    self.nntp.sock.sendall(command)
  File "<string>", line 4, in sendall
  File "/usr/pbi/sabnzbd-amd64/lib/python2.7/site-packages/OpenSSL/SSL.py", line 1302, in sendall
    self._raise_ssl_error(self._ssl, result)
  File "/usr/pbi/sabnzbd-amd64/lib/python2.7/site-packages/OpenSSL/SSL.py", line 1178, in _raise_ssl_error
    raise SysCallError(errno, errorcode.get(errno))
SysCallError: (32, 'EPIPE')
Workaround: first start with plain NNTP (no SSL / no NNTPS) on port 119 of that newsserver.
jeffprandall604
Newbie
Newbie
Posts: 2
Joined: October 5th, 2016, 10:43 am

Re: All downloads are paused

Post by jeffprandall604 »

You the man! I changed that 20 to 20M and magic happened. Thanks!
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: All downloads are paused

Post by sander »

jeffprandall604 wrote:You the man! I changed that 20 to 20M and magic happened. Thanks!
Great. Apparently filling out the max line speed is confusing.

Question: did the other two types of errors go away too?
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: All downloads are paused

Post by safihre »

This thing with the Max line speed confusion have gone on long enough now, I am making it more clear by making it a select-box.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: All downloads are paused

Post by sander »

safihre wrote:This thing with the Max line speed confusion have gone on long enough now, I am making it more clear by making it a select-box.
As everybody tells the line speed in "mega", I would default to "M".
Furthermore: ISPs sell in "megaBITS", whereas SABnzbd uses "BYTES".

Combining that:
So the risk that a user with a "50 M" VDSL line, will fill out "50" or "50M", which both are incorrect. He/she should fill out "5M" ... which is quite hard to understand.

Oh, wait, you wrote "select-box". Do you mean a selectbox with:
10 Mbps ADSL
20 Mbps ADSL or cable
50 Mbps VDSL
100 Mbps VDSL, cable or FttH
200 Mbps cable or FttH
500 Mbps FttH
Something like that?
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: All downloads are paused

Post by safihre »

Image
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: All downloads are paused

Post by sander »

safihre wrote:Image
That does not solve the "bits versus bytes" problem ...

How about a predefined list like this:

1 MB/s (= 10 Mbps)
2 MB/s (= 20 Mbps)
5 MB/s (= 50 Mbps)
10 MB/s (= 100 Mbps)
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: All downloads are paused

Post by safihre »

Worst case, people will enter a too high value.
If their provider said 50Mbps and they enter 50 here, at least they are maxing out their connection.
Since people usually have downloaded something, they should know MB/s. The previous text with this option was causing confusion by mentioning the bits/bytes situation.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
ALbino
Full Member
Full Member
Posts: 214
Joined: October 23rd, 2014, 12:28 am

Re: All downloads are paused

Post by ALbino »

safihre wrote:Since people usually have downloaded something, they should know MB/s.
If the Usenet and Indexer forums are any indication, many of them literally have no idea :D
Post Reply