Search found 5305 matches

by safihre
January 20th, 2024, 7:25 am
Forum: General Discussion
Topic: Question about 4.2.1 - system requirements
Replies: 7
Views: 1114

Re: Question about 4.2.1 - system requirements

I updated the text.
@Snapdragon if you see any other texts on the wiki etc that could use some improvements, the whole website can be modified on Github and we welcome any suggestions :)
https://github.com/sabnzbd/sabnzbd.github.io
by safihre
January 19th, 2024, 8:55 am
Forum: General Discussion
Topic: Question about 4.2.1 - system requirements
Replies: 7
Views: 1114

Re: Question about 4.2.1 - system requirements

Feel free to suggest a better wording (needs to be short) to indicate it supports macOS 10.9 and above, for all systems including M1 and M2 ;)
by safihre
January 17th, 2024, 10:29 am
Forum: General Help
Topic: RepairTrying RAR renamer No par2 sets
Replies: 2
Views: 782

Re: RepairTrying RAR renamer No par2 sets

Your download just doesn't include any .par2 files, so we can't use them to fix the filename.. Without external info, what can we do ;) Make sure to enable Deobfuscate final filenames in Config > Switches, it will automatically fix a lot of things for your. Especially if no par2 files are present. O...
by safihre
January 17th, 2024, 2:53 am
Forum: Bug Reports
Topic: Scripts not working
Replies: 8
Views: 1569

Re: Scripts not working

It's in the 4.2.0 release notes which is also part of the 4.2.1 release notes :)
by safihre
January 16th, 2024, 2:13 pm
Forum: Bug Reports
Topic: Scripts not working
Replies: 8
Views: 1569

Re: Scripts not working

This part of the code didn't change.. We just run a simple listing of the files on your selected folder.
It checks if you have Read permissions and the X bits have been set on the scripts.
https://github.com/sabnzbd/sabnzbd/blob ... em.py#L587
by safihre
January 16th, 2024, 7:37 am
Forum: Debian/Ubuntu Package
Topic: Sabnzbd Icon on Ubuntu
Replies: 5
Views: 2169

Re: Sabnzbd Icon on Ubuntu

The problem is exactly due to the wide variety of display servers used by Linux that there's no 1 way of adding tray icon to all Linux systems. Very hard for us maintainer since everyone finds their own distro the most important one that should be supported.
by safihre
January 16th, 2024, 7:36 am
Forum: General Help
Topic: DNS error but everything works fine
Replies: 8
Views: 1605

Re: DNS error but everything works fine

I think this is because unless Debug logging is enabled, the PPA version doesn't connect to the test host due to privacy concerns.
Maybe this wasn't updated correctly for 4.2.2.
by safihre
January 15th, 2024, 2:17 pm
Forum: General Help
Topic: DNS error but everything works fine
Replies: 8
Views: 1605

Re: DNS error but everything works fine

What if you enable Debug logging? And is the ip address filled correctly?
by safihre
January 14th, 2024, 7:40 am
Forum: General Help
Topic: Not accepting LAN connections
Replies: 2
Views: 10196

Re: Not accepting LAN connections

When you connect from another device, what error does it get?
What do you have set for SABnzbd host? 0.0.0.0?

Could be that you need to add an exception again to allow sabnzbd through the firewall.
by safihre
January 13th, 2024, 11:01 am
Forum: General Help
Topic: Too Many Connections
Replies: 4
Views: 2329

Re: Too Many Connections

Try setting the number of connections to 10.
Most likely you don't need the 50 at all.
by safihre
January 12th, 2024, 10:06 am
Forum: General Help
Topic: Too Many Connections
Replies: 4
Views: 2329

Re: Too Many Connections

What do you have set for your number of connections in Config > Servers?
by safihre
January 11th, 2024, 1:54 pm
Forum: General Help
Topic: post spanning multiple nzb files
Replies: 3
Views: 4321

Re: post spanning multiple nzb files

If it splits posts into multiple jobs, it's not a good indexer because that's exactly what indexers do: they make sure the files stay together. Even nzbindex has a function to combine multiple jobs into 1 using chekboxes in front of the jobs in the main results list. Anyway, you can set your Default...
by safihre
January 10th, 2024, 10:24 am
Forum: General Help
Topic: Network path should not be used there
Replies: 3
Views: 2262

Re: Network path should not be used there

Because it's a network path, and network paths are generally (99% of cases) not fast enough to support the higher load of simultaneous reads/writes that is performed on the incomplete path. This warning is there to prevent users from indicating that their SABnzbd performance is slower than they expe...
by safihre
January 9th, 2024, 3:52 pm
Forum: General Help
Topic: SAB not downloading, but also not paused
Replies: 7
Views: 5834

Re: SAB not downloading, but also not paused

What drives are you downloading to?
The only reason I see this could happen is IO lockup, due to bad disk or a bad disk driver.
You use quite some non standard paths, makes me assume a special setup. What if you keep everything on the regular internal drive?
by safihre
January 9th, 2024, 10:02 am
Forum: General Help
Topic: SAB not downloading, but also not paused
Replies: 7
Views: 5834

Re: SAB not downloading, but also not paused

No need to roll back.
Just enable Debug logging and inspect or share the logs after it's stuck for some time.