Search found 60 matches

by void.pointer
17 Dec 2021, 00:15
Forum: Support
Topic: Adguard Home causes DNS resolution failures in NZBGet
Replies: 0
Views: 30331

Adguard Home causes DNS resolution failures in NZBGet

I use `linuxserver/nzbget` docker image to host nzbget. When using my local Adguard Home instance for DNS, I get DNS failures for my primary usenet provider: ERROR Could not resolve hostname news.frugalusenet.com: Error -3 - Try again I do not experience issues with any other services using this DNS...
by void.pointer
01 Jun 2019, 19:01
Forum: Support
Topic: How to automate basic authorization via NGINX?
Replies: 0
Views: 3040

How to automate basic authorization via NGINX?

I have the following nginx configuration (for reverse proxy) for nzbget: set $upstream_nzbget http://nzbget:6789; location /nzbget { auth_request /organizr/auth-0; proxy_pass $upstream_nzbget; include /config/nginx/proxy.conf; proxy_set_header Authorization "Basic base64=="; proxy_pass_header Author...
by void.pointer
30 Oct 2018, 20:14
Forum: Support
Topic: API Key support
Replies: 0
Views: 2912

API Key support

Mostly a message for hugbug:

I created an issue on the nzbget github page: https://github.com/nzbget/nzbget/issues/577

I explain my scenario in detail there. Any possibility of getting API key support (or something similar) for RPC interface? Any possible workarounds worth discussing?
by void.pointer
12 Sep 2018, 03:02
Forum: Support
Topic: Unpack failure
Replies: 1
Views: 2932

Re: Unpack failure

I didn't read far up enough in the logs. Turned out to be a permissions problem on the host related to volumes mapped to the docker container. Everything working great now.
by void.pointer
12 Sep 2018, 00:19
Forum: Support
Topic: Unpack failure
Replies: 1
Views: 2932

Unpack failure

I'm running nzbget on Ubuntu Server 18.04 using Docker from here: https://hub.docker.com/r/linuxserver/nzbget/ I get these logs during post processing: Tue Sep 11 19:14:34 2018 DETAIL Par: All files are correct, repair is not required. Tue Sep 11 19:14:34 2018 INFO Repair not needed for Tomb.Raider....
by void.pointer
01 Sep 2016, 00:37
Forum: Support
Topic: Extremely slow repair
Replies: 1
Views: 1874

Re: Extremely slow repair

I'm providing a download link to my logs below. Note that this has occurred only on the downloads from the past 24-48 hours. For example, downloads labeled with "Clannad" in the name are repairing VERY slow.

https://drive.google.com/open?id=0B1OV0 ... 21YT0R3czg
by void.pointer
01 Sep 2016, 00:26
Forum: Support
Topic: Extremely slow repair
Replies: 1
Views: 1874

Extremely slow repair

I'm on r17 and my repairs are happening SUPER slow. For a 1-2GB download, it takes about 2-3 hours per each to repair. I have tried restarting NZBGet but the problem still persists when it resumes the queue. Any thoughts? Logs don't show anything interesting.
by void.pointer
17 Jun 2016, 13:17
Forum: Support
Topic: What servers does nzbget consider in 'backup' percentage?
Replies: 6
Views: 4397

Re: What servers does nzbget consider in 'backup' percentage

I wasn't aware you could put servers on the same level. In that case, what determines priority?
by void.pointer
17 Jun 2016, 11:33
Forum: Support
Topic: What servers does nzbget consider in 'backup' percentage?
Replies: 6
Views: 4397

Re: What servers does nzbget consider in 'backup' percentage

The idea is being able to measure how much of my block abouts is being consumed. If too much is being used, i want to pause or cancel the download. I like being able to measure this at a glance. Having to click through the detail view of each download is unintuitive. Would this be more worthwhile if...
by void.pointer
17 Jun 2016, 01:09
Forum: Support
Topic: What servers does nzbget consider in 'backup' percentage?
Replies: 6
Views: 4397

Re: What servers does nzbget consider in 'backup' percentage

I looked at the nzbget source and I see that the backup percentage is calculated based on any completed articles downloaded through servers with a level greater than the lowest level server. What would you say about me implementing a boolean option for servers called IsBackup, or something of that n...