I’m a a beginner at this, I’m switching from Sickbeard over to NZBDrone. I’m running a home headless server, on Debian Wheezy. I’ve used some apt-get trickery to get mono 3.2 and its dependencies to all be installed from the testing distribution, so it should be current.
I’ve got SabNZBd+ bound to HOST 0.0.0.0 and port 8080, no password. When trying to get NZBDrone connected, I get an error in the UI:
Test was aborted due to an error: Object reference not set to an instance of an object
I’ve tried using 127.0.0.1, localhost and 0.0.0.0. If I use a random host, it’ll give me the error:
Test was aborted due to an error: Unable to connect to SABnzbd, please check your settings
Which tells me, that when the host is correct, I get the first error.
I’ve tried with a password in Sab, without a password, with the category created, without it. When the host is correct, here is the debug:
[Error] Sabnzbd: Test aborted due to exception
System.NullReferenceException: Object reference not set to an instance of an object
at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd+d__13.MoveNext () [0x000a6] in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:277
at System.Linq.Enumerable.First[SabnzbdCategory] (IEnumerable1 source, System.Func
2 predicate, Fallback fallback) [0x00000] in :0
at System.Linq.Enumerable.FirstOrDefault[SabnzbdCategory] (IEnumerable1 source, System.Func
2 predicate) [0x00000] in :0
at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestCategory () [0x00012] in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:423
at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.Test (System.Collections.Generic.List1 failures) [0x00024] in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:359 at NzbDrone.Core.Download.DownloadClientBase
1[NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings].Test () [0x00006] in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Download\DownloadClientBase.cs:110
[Warn] NzbDroneErrorPipeline: Invalid request Validation failed:
– Test was aborted due to an error: Object reference not set to an instance of an object
I would really appreciate some input as to what the issue could be, and possible even use this experience to create a how-to guide for Debian users from start to finish.
Thankyou all in advance!