Search found 160 matches
- May 25th, 2023, 6:04 pm
- Forum: Debian/Ubuntu Package
- Topic: Install Failure via Debian contrib repository
- Replies: 1
- Views: 4344
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...
- May 25th, 2023, 12:38 pm
- Forum: General Help
- Topic: Slow download speeds with gigabit internet service
- Replies: 25
- Views: 56875
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.
- May 14th, 2023, 5:19 pm
- Forum: General Help
- Topic: Unpacking pauses download?
- Replies: 9
- Views: 29403
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...
- May 14th, 2023, 2:15 pm
- Forum: General Help
- Topic: Unpacking pauses download?
- Replies: 9
- Views: 29403
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...
- 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: 12368
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...
- April 14th, 2023, 4:43 pm
- Forum: Beta Releases
- Topic: Warning: Failed to import 1 files from .....
- Replies: 4
- Views: 11647
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.
- April 3rd, 2023, 8:27 am
- Forum: Beta Releases
- Topic: SABNzb4 Beta1 Not deleting all .par files FOUND CAUSE
- Replies: 2
- Views: 6897
Re: SABNzb4 Beta1 Not deleting all .par files FOUND CAUSE
Curious. I have added your description to this bug: https://github.com/sabnzbd/sabnzbd/issues/2517
- April 3rd, 2023, 8:18 am
- Forum: Beta Releases
- Topic: 4vb1 Orphaned Jobs listing hidden folders
- Replies: 4
- Views: 11170
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.
- March 25th, 2023, 9:59 am
- Forum: Bug Reports
- Topic: i'm really done with this it keeps disconnecting my internet.
- Replies: 9
- Views: 13528
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.
- March 17th, 2023, 8:30 am
- Forum: Beta Releases
- Topic: Sabnzbd 4.00 Alpha 3 Throttling Issues
- Replies: 7
- Views: 19641
Re: Sabnzbd 4.00 Alpha 3 Throttling Issues
Try setting Config/Special/receive_threads = 1 (requires restart). How many connections are you using?
- March 14th, 2023, 12:16 pm
- Forum: General Help
- Topic: Bandwidth Question
- Replies: 11
- Views: 22632
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.
- March 14th, 2023, 12:11 pm
- Forum: General Help
- Topic: yEnc Files
- Replies: 4
- Views: 6627
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.
- March 10th, 2023, 11:42 am
- Forum: Beta Releases
- Topic: SABnzbd: V4 Alpha 2 does not appear to be deleting .par2 files?
- Replies: 16
- Views: 70292
Re: SABnzbd: V4 Alpha 2 does not appear to be deleting .par2 files?
This should fix the deleted folder issue: https://github.com/sabnzbd/sabnzbd/pull/2497
- February 28th, 2023, 1:35 pm
- Forum: Beta Releases
- Topic: SABnzbd v4 compatibility with v3?
- Replies: 18
- Views: 29846
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.
- February 28th, 2023, 1:21 pm
- Forum: General Help
- Topic: SAB doesn't allow connection from internal network.
- Replies: 16
- Views: 15410
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.