hugbug
hugbug
That's a bug in unrar. For some files it shows wrong progress, for others - the correct one. NZBGet just displays the progress reported by unrar. You can test this...
There is option DiskSpace.
My position on this is that low disk space is a situation requiring user attention. With current approach you can set DiskSpace to a value sufficient for your typical downloads,...
What if NZBGet is running without proxy? Then everyone could work around security check by sending "X-Forwarded-For"-header with a typical local address.
Or maybe use AuthorizedIP for trusted proxy check. Something like: `if IsAuthorizedIp(GetRemoteAddr()) AND (IsEmpty(X-Forwarded-For) OR IsAuthorizedIp(X-Forwarded-For))`
Is the option LockFile set? It should have prevented the running of multiple instances?
Are these error sporadic or you can't download at all? Sporadic errors could indicate an internet connection issue. If there are not many of them - just ignore them.
How would nzbget know it is open to the Internet? Besides that it's practically impossible for users to install nzbget and expose it to the Internet unknowingly. The days computers...
Thank you. I'm not sure if this is a good thing to use "rem" in one place whereas using pixels everywhere else. I wonder why do you have the issue...
Looks like the config file got corrupted. Please check it in a text editor.