Possible config error

Version
3.0.9.1549
.net Version
4.8.0
AppData directory
C:\ProgramData\Sonarr
Startup directory
C:\ProgramData\Sonarr\bin

Logs indicate that SONAR is looking for it’s code in the M: drive which exists on this machine but not anything it would be using.

[v3.0.9.1549] System.IO.DirectoryNotFoundException: Could not find a part of the path ‘D:\TV\Fantasy Island (2021)’.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator1.CommonInit() at System.IO.FileSystemEnumerableIterator1…ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler1 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:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 164 at NzbDrone.Core.MediaFiles.DiskScanService.GetVideoFiles(String path, Boolean allDirectories) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MediaFiles\DiskScanService.cs:line 195 at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.GetMediaFiles(Int32 seriesId, Nullable1 seasonNumber) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MediaFiles\EpisodeImport\Manual\ManualImportService.cs:line 85
at Sonarr.Api.V3.ManualImport.ManualImportModule.GetMediaFiles() in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\ManualImport\ManualImportModule.cs:line 36
at Sonarr.Http.REST.RestModule1.<set_GetResourceAll>b__33_0(Object options) in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Http\REST\RestModule.cs:line 124 at Nancy.NancyModule.<>c__DisplayClass14_01.b__0(Object args)
at Nancy.NancyModule.<>c__DisplayClass16_01.<Get>b__0(Object args, CancellationToken ct) at Nancy.Routing.Route1.d__7.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Nancy.Routing.DefaultRouteInvoker.d__2.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Nancy.Routing.DefaultRequestDispatcher.d__5.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Nancy.NancyEngine.d__22.MoveNext()

Sorry this forum is weird. Struggling to keep with how to use it.
SONAR does not create folder for new series. Again it looks like it is looking for the code to do that in the M: drive. ???

Reinstalled. Seems to be working now.

For future reference, M:\BuildAgent is the path where the sonarr executable was built, it has nothing to do with your system. It’s just the way a stack trace looks, so devs know exactly where the error occurred in the source code :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.