NZB Drone + NZB Get

hello, I am trying to setup NZBDrone and NZBGet, I have created the download client NZBGet but everytime I run a test it fails. See below for log. Please help. Thanks!

System.ApplicationException: Category does not exist
at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.Test(NzbgetSettings settings) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Nzbget\Nzbget.cs:line 277
at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.Execute(TestNzbgetCommand message) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Nzbget\Nzbget.cs:line 286
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](Command command) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 137
at NzbDrone.Core.Messaging.Commands.CommandExecutor.<>c__DisplayClass9`1.b__5() in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:line 86
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()

Does the category exist (its case sensitive).?

Thanks for your reply.
I have no idea where i’m looking, i’m guessing the category is on a M drive?

Where do I change it or look to change it?

Under download clients where you added Nzbget, click it. Then you will see a “category”. That “category” MUST exists under nzbGet’s Settings -> Categories as the “name” field. This is a lot of times case sensitive so copy it exactly.

1 Like

M:\ refers to our build server (because drone is written in C# and compiled it lists the drive on our build server in the stack traces), in this case that information is just noise as the error is explained in the first line of the message.

In develop we have made the test result errors display, so it is much more obvious what the issue is.

NZBGet is case sensitive so when you set up your categories makes ur the casing is exactly the same or you will get a constant fail… i had this issue also double check your port and you should be fine after a restart on NZBGet