Search found 5329 matches

by safihre
January 23rd, 2024, 10:17 am
Forum: General Help
Topic: Warning - Failed to import 1 files from filename.nzb
Replies: 3
Views: 596

Re: Warning - Failed to import 1 files from filename.nzb

Inside the NZBs there are files defined, it's telling you that the definition of one of those files was incorrect so it couldn't import it. This is a problem with the supplier of the NZB's, which made an error generating the NZB. You can check in the logs what the exact error is. I'm pretty sure it'...
by safihre
January 23rd, 2024, 3:46 am
Forum: General Help
Topic: Processing in History not showing any more with "Show Failed"
Replies: 10
Views: 999

Re: Processing in History not showing any more with "Show Failed"

You can now filter on status. Failed is only to show failed items.

So for example try:
status:Queued,Running
by safihre
January 23rd, 2024, 3:44 am
Forum: General Help
Topic: Server address required while setting up notifications script
Replies: 1
Views: 499

Re: Server address required while setting up notifications script

I think you accidentally also enabled Email Notifications on Job Completion on the top of the page.
by safihre
January 22nd, 2024, 10:14 am
Forum: General Help
Topic: Less than stellar(slow...) download speeds in Docker or Package installation for SABnzbd... SLOW AF
Replies: 10
Views: 1146

Re: Less than stellar(slow...) download speeds in Docker or Package installation for SABnzbd... SLOW AF

The issue is shown, the download speed is reduced because it can't write to disk fast enough. Maybe the disks are slow?

Or DSM isn't allowing SABnzbd to use more capacity. Or maybe there's some cloning active?
by safihre
January 22nd, 2024, 7:09 am
Forum: Bug Reports
Topic: API not working if login is deactivated
Replies: 4
Views: 1073

Re: API not working if login is deactivated

If a username and password is enabled, the stealing technique explained in the link can't be used to steal the API key.
by safihre
January 21st, 2024, 12:54 pm
Forum: General Help
Topic: Identify which app initiated download
Replies: 11
Views: 1128

Re: Identify which app initiated download

The arrow is always present, next to the trash bin icon. It shows the details of each job.
by safihre
January 21st, 2024, 12:54 pm
Forum: General Help
Topic: Crashing at end of downloads
Replies: 3
Views: 562

Re: Crashing at end of downloads

Could you enable Debug logging in the Status window and then download the test file. After the crash, click Show Logging and send the logs to me at [email protected]
by safihre
January 21st, 2024, 4:19 am
Forum: General Help
Topic: SABnzbd not working on Mac. FileNotFoundError: [Errno 2] No such file or directory
Replies: 1
Views: 510

Re: SABnzbd not working on Mac. FileNotFoundError: [Errno 2] No such file or directory

Try to reinstall it. Seems some files are missing.
Make sure it's shutdown when you install.
by safihre
January 20th, 2024, 7:25 am
Forum: General Discussion
Topic: Question about 4.2.1 - system requirements
Replies: 7
Views: 1217

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: 1217

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: 870

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: 2011

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: 2011

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: 2464

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.