I’d greatly appreciate some assistance on this one. I installed NZBDrone on my Windows machine. I’m trying to add my existing series which are stored on my NAS. I have the NAS’ NFS share mapped to Windows’ Z:\ drive. When I try to enter “Z:\TV” in the “select folder” screen, I press the green box with the check symbol and see an error in the lower bottom right screen that says “[POST] Internal Server Error : /api/rootfolder”. In the logs, I see this message: “Request Failed: Can’t add root directory that doesn’t exist.”. Here’s the stack trace:
System.IO.DirectoryNotFoundException: Can’t add root directory that doesn’t exist.
at NzbDrone.Core.RootFolders.RootFolderService.Add(RootFolder rootFolder) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Core\RootFolders\RootFolderService.cs:line 78
at NzbDrone.Api.NzbDroneRestModule1.GetNewId[TModel](Func
2 function, TResource resource) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Api\zbDroneRestModule.cs:line 30
at NzbDrone.Api.RootFolders.RootFolderModule.CreateRootFolder(RootFolderResource rootFolderResource) in m:\buildAgent2\work\328d72309b633a8\src\zbDrone.Api\RootFolders\RootFolderModule.cs:line 33
at NzbDrone.Api.REST.RestModule1.<set_CreateResource>b__f(Object options) in m:\\buildAgent2\\work\\328d72309b633a8\\src\zbDrone.Api\\REST\\RestModule.cs:line 155 at CallSite.Target(Closure , CallSite , Func
2 , Object )
at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)
Everything works perfectly fine if I pick a directory on my local machine. The problem seems to only manifest when I add a directory that’s actually a network share mapped to a local drive. If anyone has an idea as to how this can be fixed, I’d love to hear it! Thanks!