Search found 7644 matches

by hugbug
11 Dec 2022, 01:33
Forum: Support
Topic: Struggling With Dupe scores
Replies: 3
Views: 5421

Re: Struggling With Dupe scores

Because they have different dupekeys. By default dupekey is equal to nzb name (title).
You need to set proper dupekeys for NZBGet to know that certain nzbs have the same content. This is a difficult part.
by hugbug
18 Jun 2022, 18:49
Forum: Support
Topic: ...returned from history back to download queue
Replies: 1
Views: 6651

Re: ...returned from history back to download queue

NZBGet wouldn't do that on its own. Perhaps you have another app communicating with nzbget?
by hugbug
19 Dec 2021, 23:00
Forum: Support
Topic: NZBGet crashing on startup
Replies: 1
Views: 18768

Re: NZBGet crashing on startup

Looks like the disk state files are corrupted. Try cleaning up QueueDir completely. You'll loose the queue and history though :(
by hugbug
14 Dec 2021, 15:35
Forum: Support
Topic: Downloading Failure
Replies: 9
Views: 106035

Re: Downloading Failure

If you have an USB drive try to download to it for a test. Configure InterDir and DestDir in NZBGet to use this drive. It would be probably slow but OK for a test.
by hugbug
14 Dec 2021, 13:15
Forum: Support
Topic: Downloading Failure
Replies: 9
Views: 106035

Re: Downloading Failure

The quick par verification was successful but the full verification detected errors in several files. That means the files were downloaded correctly but their content wasn't written into disk properly. Then the repair process ended with message: Tue Dec 14 2021 04:30:01 ERROR Repair failed xxx. repa...
by hugbug
13 Dec 2021, 18:30
Forum: Support
Topic: Downloading Failure
Replies: 9
Views: 106035

Re: Downloading Failure

Please post the log of each download - click on button „Log" in the same history-dialog, then "save to file".
by hugbug
09 Dec 2021, 18:21
Forum: Support
Topic: Could not flush directory buffers
Replies: 3
Views: 27810

Re: Could not flush directory buffers

Network disk may become unavailable due to network errors. If this happens during saving of the queue it may get corrupted on the disk.
by hugbug
19 Nov 2021, 20:37
Forum: Support
Topic: Running unrar at lower priority
Replies: 3
Views: 20840

Re: Running unbar at lower priority

Try:

Code: Select all

nice -n 19 ${AppDir}/unrar
If it doesn't work please post the error output (log).