Search found 160 matches

by Puzzled
February 6th, 2021, 5:52 am
Forum: Feature Requests
Topic: New "Abort" for jobs that cannot be completed
Replies: 22
Views: 56481

Re: New "Abort" for jobs that cannot be completed

Are you retrying the failed job when you test? In that case it will ignore all the tests for early failure. Try deleting it and adding it again.
by Puzzled
February 5th, 2021, 6:09 pm
Forum: Feature Requests
Topic: New "Abort" for jobs that cannot be completed
Replies: 22
Views: 56481

Re: New "Abort" for jobs that cannot be completed

It's strange that it's downloading so much before giving up when "Abort jobs that cannot be completed" is enabled. It's trying 10x more articles than it should.
by Puzzled
February 5th, 2021, 12:14 pm
Forum: Feature Requests
Topic: New "Abort" for jobs that cannot be completed
Replies: 22
Views: 56481

Re: New "Abort" for jobs that cannot be completed

Sorry, it seems you'll have to be logged in to Github to download them. I assumed they would work because the page is visible for anyone. If you are logged in you can click on one of the links listed under Artifacts to download an installer for Windows or the Mac binary. It's only available as sourc...
by Puzzled
February 5th, 2021, 9:44 am
Forum: Feature Requests
Topic: New "Abort" for jobs that cannot be completed
Replies: 22
Views: 56481

Re: New "Abort" for jobs that cannot be completed

I made a suggestion for a fix here: https://github.com/sabnzbd/sabnzbd/pull/1785 If you would like to try it you can download it here: https://github.com/sabnzbd/sabnzbd/actions/runs/540666965 Go to Config/Special and set missing_threshold_mbytes to for instance 200. After having tried to download 2...
by Puzzled
February 4th, 2021, 2:41 pm
Forum: Feature Requests
Topic: New "Abort" for jobs that cannot be completed
Replies: 22
Views: 56481

Re: New "Abort" for jobs that cannot be completed

This is a fairly common pattern when some articles are missing and some are there. The server actually takes a lot longer to respond for each article when it's missing. You could try using the servers from a specific country instead of the default news.usenetserver.com. Some of the Highwinds server ...
by Puzzled
January 8th, 2021, 1:42 pm
Forum: Beta Releases
Topic: Lower speed with 3.2.0 Beta 1
Replies: 16
Views: 12867

Re: Lower speed with 3.2.0 Beta 1

Sorry, it was the best description I could come up with. It's not an actual V, but the V-like symbol which shows that the tests were ok at the end of the commit line ("Try sleeping less often at higher speeds"). Not the header but the one below the empty description. Search for 9babe8c. It...
by Puzzled
January 8th, 2021, 12:06 pm
Forum: Beta Releases
Topic: Lower speed with 3.2.0 Beta 1
Replies: 16
Views: 12867

Re: Lower speed with 3.2.0 Beta 1

I have made a change which may help. To try it, go to https://github.com/sabnzbd/sabnzbd/pull/1745, click the green V next to the commit hash (9babe8c), then click Details at "Build binaries and source...", then Artifacts and select Windows Installer to try it. You need to be logged in. Th...
by Puzzled
January 8th, 2021, 8:24 am
Forum: Beta Releases
Topic: Lower speed with 3.2.0 Beta 1
Replies: 16
Views: 12867

Re: Lower speed with 3.2.0 Beta 1

That's unfortunate, but thanks for testing. This is kind of my fault. Which hardware plaform and operating system version are you using? Do you run it from source or a binary installation? Do you have or can you create an account at https://github.com? If so I can try to adjust the new code and a ne...
by Puzzled
March 2nd, 2020, 3:53 pm
Forum: General Help
Topic: Tuning feature not working?
Replies: 4
Views: 1496

Re: Tuning feature not working?

Click Advanced, upper right corner.
by Puzzled
February 22nd, 2020, 2:33 pm
Forum: General Help
Topic: Windows still going to sleep whilst downloading
Replies: 9
Views: 4966

Re: Windows still going to sleep whilst downloading

I think it may need the ES_CONTINUOUS flag in addition to ES_SYSTEM_REQUIRED.
by Puzzled
February 15th, 2020, 6:34 am
Forum: General Help
Topic: Download slowdown issue
Replies: 14
Views: 7416

Re: Download slowdown issue

I don't understand why the delay is triggered if download throttling (the settings you found) is disabled. However, if it adds a 0.01 seconds delay for each iteration in the data polling loop then that will result in a maximum download speed of 1600 KB/s for each connection. In practice it will prob...
by Puzzled
February 13th, 2020, 8:10 am
Forum: General Help
Topic: Download slowdown issue
Replies: 14
Views: 7416

Re: Download slowdown issue

CPU usage seems high. Is it like that all the time, and does it have access to all 4 cores? Do you know if it's 71% of 1 core (so that 400% would be max) or of all the cores combined (so that 100% is max)? Is download throttling enabled, and if so, what happens if you disable it?
by Puzzled
January 10th, 2020, 9:55 am
Forum: General Help
Topic: Sabnzbd issues with Sonarr
Replies: 1
Views: 854

Re: Sabnzbd issues with Sonarr

This is a Sonarr issue so their forum would have been the right place to ask.

Anyway, it may have been fixed just a few days ago in v3: https://github.com/Sonarr/Sonarr/issues/2973. Make sure you are running Sonarr 3.0.3.684 or newer.
by Puzzled
September 1st, 2019, 2:54 am
Forum: General Discussion
Topic: Queue has defaulted to Stack
Replies: 1
Views: 2290

Re: Queue has defaulted to Stack

Is Config / Switches / Advanced / Queue / Sort by Age enabled? Are you adding nzbs manually or using Sonarr or another program? Which priority do the nzbs in the queue have?
by Puzzled
August 8th, 2019, 10:21 am
Forum: Feature Requests
Topic: Retry Failed Articles feature AFTER it failed?
Replies: 3
Views: 4432

Re: Retry Failed Articles feature AFTER it failed?

If Sab could keep the parts it would have several benefits. Making it easier to add another server and try again would be one, but you could also let the user choose to only download what is available through selected (unlimited) servers. That way one could avoid using block servers if there are eno...