NzbDroneErrorPipeline: Request Failed

Hello, I just installed NZBDrone yesterday to play with the features that Sickbeard doesn’t offer and it appears to working well; however, I’m getting this error fairly regularly:

Request Failed: Could not find a part of the path 'C:\ProgramData\NzbDrone\UpdateLogs'.

Clicking on the error gives me this information:

Exception
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\ProgramData\NzbDrone\UpdateLogs'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileSystemEnumerableIterator`1.CommonInit()
   at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
   at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
   at NzbDrone.Common.Disk.DiskProviderBase.GetFiles(String path, SearchOption searchOption) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 133
   at NzbDrone.Api.Logs.UpdateLogFileModule.GetLogFiles() in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Api\Logs\UpdateLogFileModule.cs:line 29
   at NzbDrone.Api.Logs.LogFileModuleBase.GetLogFilesResponse() in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Api\Logs\LogFileModuleBase.cs:line 35
   at NzbDrone.Api.REST.RestModule`1.<set_GetResourceAll>b__c(Object options) in m:\BuildAgent2\work\328d72309b633a8\src\NzbDrone.Api\REST\RestModule.cs:line 111
   at CallSite.Target(Closure , CallSite , Func`2 , Object )
   at Nancy.Routing.Route.<>c__DisplayClass4.<Wrap>b__3(Object parameters, CancellationToken context)

I tried restarting, and yet this error still pops up. It’s more of a nuisance than anything because it appears to be working fine, it’s just that the error is hanging in the lower right hand corner of my screen like I should be worried about it.

Should I be worried about it? The directory exists;however, the “updatelogs” file does not… is this something that shows up after my first software update?

Thanks for a wonderful program along with any and all help.

Ok, I just figured out it’s reproducible: If I click on System—> Logs -----> Updates, this error pops up. I’ll just not click that for now (I’m playing with everything during the test drive), I’m assuming the error is because I don’t have an update available?

Its because an update has never been performed (so no logs). I fixed the underlying issue in develop now. But yes, just avoid clicking it and it will stop logging the error (its not harmful if you do it though).

Thanks for the reply. I added the missing directory after my post and this also stopped the error message…