Search found 160 matches

by Puzzled
May 25th, 2023, 6:04 pm
Forum: Debian/Ubuntu Package
Topic: Install Failure via Debian contrib repository
Replies: 1
Views: 1750

Re: Install Failure via Debian contrib repository

The version available in Debian is ancient. You'd be better of running it from source. Unpack it or check out with git and then run "python3 -m pip install -r requirements.txt" to install the requirements. I'm not sure if that will fix your problem though. Are you trying to contact it from...
by Puzzled
May 25th, 2023, 12:38 pm
Forum: General Help
Topic: Slow download speeds with gigabit internet service
Replies: 25
Views: 46735

Re: Slow download speeds with gigabit internet service

How many connections are you using for each server? Seems like you've tested almost everything. If you are using all the available connections then my last suspects are the router or the ISP. Speed test sites can give a false impression because ISPs almost always optimize those connections.
by Puzzled
May 14th, 2023, 5:19 pm
Forum: General Help
Topic: Unpacking pauses download?
Replies: 9
Views: 26608

Re: Unpacking pauses download?

It's an old DS... i know. But with NZBget i get better download speed while unpacking. I don't know why that would be. It's possible that your nice or ionice values give unrar priority over SAB and that's why it takes so long to save the new data. Another alternative is that SAB uses more RAM and t...
by Puzzled
May 14th, 2023, 2:15 pm
Forum: General Help
Topic: Unpacking pauses download?
Replies: 9
Views: 26608

Re: Unpacking pauses download?

Does the download disk have a lot to do? The downloading is technically not paused, it's just SAB letting you know that it is unable to write the data as fast as it is downloading it. For some reason it has to wait up to 30 seconds to clear the buffer of downloaded data. That's very unusual. It woul...
by Puzzled
April 14th, 2023, 5:32 pm
Forum: Post-Processing Scripts
Topic: sabnzbd_monitor.py - Detects and prevents downloads stalling and keeps everything running 100%.
Replies: 5
Views: 6004

Re: sabnzbd_monitor.py - Detects and prevents downloads stalling and keeps everything running 100%.

There isn't much documentation other than what's in the code. The known issues are mostly what's on Github: https://github.com/sabnzbd/sabnzbd/issues I fixed a bug related to stalled downloads a while ago, maybe it can point you in the right direction: https://github.com/sabnzbd/sabnzbd/commit/fd3ec...
by Puzzled
April 14th, 2023, 4:43 pm
Forum: Beta Releases
Topic: Warning: Failed to import 1 files from .....
Replies: 4
Views: 6532

Re: Warning: Failed to import 1 files from .....

The NZB has a file with no segments (no actual data to download). It's the indexer that has to fix it.
by Puzzled
April 3rd, 2023, 8:18 am
Forum: Beta Releases
Topic: 4vb1 Orphaned Jobs listing hidden folders
Replies: 4
Views: 5954

Re: 4vb1 Orphaned Jobs listing hidden folders

I don't think there's a filter for directories like that. Most people don't use the root directory of a volume for SAB so they wouldn't see it.
by Puzzled
March 25th, 2023, 9:59 am
Forum: Bug Reports
Topic: i'm really done with this it keeps disconnecting my internet.
Replies: 9
Views: 10788

Re: i'm really done with this it keeps disconnecting my internet.

It could be some kind of weird bug where the router chokes on a newer version of TLS or other network related code in Python. Probably hard to find out and not something we can do anything about, though.
by Puzzled
March 17th, 2023, 8:30 am
Forum: Beta Releases
Topic: Sabnzbd 4.00 Alpha 3 Throttling Issues
Replies: 7
Views: 13934

Re: Sabnzbd 4.00 Alpha 3 Throttling Issues

Try setting Config/Special/receive_threads = 1 (requires restart). How many connections are you using?
by Puzzled
March 14th, 2023, 12:16 pm
Forum: General Help
Topic: Bandwidth Question
Replies: 11
Views: 20243

Re: Bandwidth Question

Is Supernews you top priority server or do they all have the same priority? If it's your top server and it's having timeout problems then that is the most likely cause.
by Puzzled
March 14th, 2023, 12:11 pm
Forum: General Help
Topic: yEnc Files
Replies: 4
Views: 5449

Re: yEnc Files

sabyenc and sabyenc3 are different packages. The nzbs you are trying could be broken or in a format SABnzbd doesn't understand.
by Puzzled
February 28th, 2023, 1:35 pm
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 17942

Re: SABnzbd v4 compatibility with v3?

Sounds like there's something peculiar with your setup. If it happens again then I suggest locating the files before and after force install to see if it's the same files in the same path.
by Puzzled
February 28th, 2023, 1:21 pm
Forum: General Help
Topic: SAB doesn't allow connection from internal network.
Replies: 16
Views: 9012

Re: SAB doesn't allow connection from internal network.

There isn't much to add. SABnzbd is a download client, not an indexer, so naturally you can't configure it as an indexer. There is a link to a list of available indexers in the faq that was linked.