Search found 160 matches

by Puzzled
September 11th, 2021, 5:39 am
Forum: General Help
Topic: 3.3.1: Sab appeared to be stuck, then when I rebuilt the queue and restarted it seemed to lose some downloaded articles
Replies: 14
Views: 13238

Re: 3.3.1: Sab appeared to be stuck, then when I rebuilt the queue and restarted it seemed to lose some downloaded artic

If you put it on pastebin I can try taking a look at it. If you're not comfortable doing that then you can try emailing it to safihre. It's possible that this was fixed very recently because there was a problem that could cause stuff like this. If you want to try the latest build and have a Github a...
by Puzzled
September 10th, 2021, 1:37 pm
Forum: General Help
Topic: Drunkenslug & Categories
Replies: 4
Views: 5119

Re: Drunkenslug & Categories

I don't think it can guess the category if it's not in the nzb file but there are various other ways to select the category. Have you seen https://sabnzbd.org/wiki/configuration/3.4/categories ?
by Puzzled
September 10th, 2021, 9:46 am
Forum: General Help
Topic: 3.3.1: Sab appeared to be stuck, then when I rebuilt the queue and restarted it seemed to lose some downloaded articles
Replies: 14
Views: 13238

Re: 3.3.1: Sab appeared to be stuck, then when I rebuilt the queue and restarted it seemed to lose some downloaded artic

It's supposed to abort the downloading or finish by itself, but sometimes it breaks if an article disappears from the internal list. Do you have debug logging enabled? Click the wrench to check. Click Show Logging on the same window to download the log file. I suspect that this can happen if one of ...
by Puzzled
August 14th, 2021, 3:24 pm
Forum: Debian/Ubuntu Package
Topic: I can run SAB but my ubuntu server doesnt let me autostart it
Replies: 1
Views: 16654

Re: I can run SAB but my ubuntu server doesnt let me autostart it

What happens if you su to the sabnzbd user and try to run it?

Code: Select all

/usr/bin/python -OO /usr/bin/sabnzbdplus -s 127.0.0.1:8080 --browser 0
by Puzzled
August 10th, 2021, 7:30 am
Forum: General Help
Topic: Super slow download speeds 10MB/s (from 60MB/s)
Replies: 17
Views: 28059

Re: Super slow download speeds 10MB/s (from 60MB/s)

If they're all unlimited then try to give them all the same priority. Have you tried varying the number of connections for each server?
https://sabnzbd.org/wiki/advanced/highspeed-downloading
by Puzzled
August 7th, 2021, 6:38 am
Forum: General Help
Topic: C Drive filling up
Replies: 12
Views: 11039

Re: C Drive filling up

SABnzbd has no ability to make files WinDirStat can't see and it doesn't seem like you've tried to follow my suggestion for disabling SSD caching systems, but sure, suit yourself.
by Puzzled
August 6th, 2021, 9:15 am
Forum: General Help
Topic: C Drive filling up
Replies: 12
Views: 11039

Re: C Drive filling up

If you can see the file name(s) then google it to find out what you're using and how to disable it. If not then you have to check if any of the available systems are enabled on your PC. The most popular ones are probably Microsoft Superfetch and Intel SRT/Optane.
by Puzzled
August 6th, 2021, 9:01 am
Forum: Bug Reports
Topic: Download exits early breaking retries
Replies: 8
Views: 10815

Re: Download exits early breaking retries

As an alternative to tracking all the articles it could have an option that makes it redownload incomplete files. It's not ideal but it would fix the issue in this case.
by Puzzled
July 31st, 2021, 6:23 am
Forum: General Help
Topic: C Drive filling up
Replies: 12
Views: 11039

Re: C Drive filling up

Try using https://windirstat.net/ to find out where the data is stored and what it looks like. Maybe you're using some sort of SSD cache?
by Puzzled
July 26th, 2021, 2:28 pm
Forum: Debian/Ubuntu Package
Topic: 'sabnzbdplus' received an X Window System error - Kubuntu
Replies: 9
Views: 27082

Re: 'sabnzbdplus' received an X Window System error - Kubuntu

I have no idea how to fix this but it might be helpful if you could run
GDK_SYNCHRONIZE=1 sabnzbdplus -b1 -l2

and see if it stops after the exact same log line.
by Puzzled
July 26th, 2021, 2:14 pm
Forum: General Help
Topic: [unraid docker] Corrupt RAR file, even with the 100mb and 1GB test files from the 'Status and interface'
Replies: 7
Views: 5005

Re: [unraid docker] Corrupt RAR file, even with the 100mb and 1GB test files from the 'Status and interface'

There are problems at various stages of unpacking the 100MB test so I'm suspecting a hardware problem. Could be cause by a range of things, like overclocking, overheating, bad RAM or disk problems.
by Puzzled
July 25th, 2021, 4:31 am
Forum: General Help
Topic: [unraid docker] Corrupt RAR file, even with the 100mb and 1GB test files from the 'Status and interface'
Replies: 7
Views: 5005

Re: [unraid docker] Corrupt RAR file, even with the 100mb and 1GB test files from the 'Status and interface'

Please click wrench, enable debug logging, do the 100MB download again, click wrench, show logging, and post the relevant part on pastebin or similar.
by Puzzled
July 24th, 2021, 2:26 pm
Forum: Post-Processing Scripts
Topic: Script to automate fixing failed downloads
Replies: 4
Views: 31818

Re: Script to automate fixing failed downloads

So, that is the same as clicking "Retry", right? No, he's using duplicate postings of the same content. If one has a bad part1.rar and the other a bad part2.rar and they're uncompressed then par2 may be able to use good data from the other posting to recover the content. I've tried it mys...
by Puzzled
July 22nd, 2021, 4:35 pm
Forum: Debian/Ubuntu Package
Topic: Puremagic module [OSMC / Debian]
Replies: 15
Views: 44619

Re: Puremagic module [OSMC / Debian]

Seems like your default pip3 program installed the module for Python 3.8 even though your default python3 is 3.7.