Sonarr version (exact version): 2.0.0.4146
OS: Windows 10
The scenario goes a little something like this
Machine #1 is running Sonarr on Windows 10
Machine #2 is running SABNzbd, Transmission on CentOS Linux 6.8
Machine #3 is running Plex, and contains all of the file storage
Sonarr is running from console (it was running as a service before I change the Working folder and the mappings etc)
The share on Mach#3 (working folder) is mapped and shared with to everyone with full access. And MANUALLY from each and every machine they can read and write to it.
With, or without mappings, Sonarr cannot for the life of it, see the passed values from SAB. The mappings are NOT mapped.
I have tried almost EVERY combination, to no avail.
HELP
Thanks in advance!
Request Failed: value [/home/kmills-working_folder/SABnzbd/Downloads/TV/MasterChef.US.S07E01.Battle.for.a.White.Apron.Part.1.HDTV.x264-W4F] is not a valid Windows path. paths must be a full path eg. C:\Windows
Parameter name: path
Exception
System.ArgumentException: value [/home/kmills-working_folder/SABnzbd/Downloads/TV/MasterChef.US.S07E01.Battle.for.a.White.Apron.Part.1.HDTV.x264-W4F] is not a valid Windows path. paths must be a full path eg. C:\Windows
Parameter name: path
at NzbDrone.Common.EnsureThat.EnsureStringExtensions.IsValidPath(Param1 param) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\EnsureThat\EnsureStringExtensions.cs:line 109 at NzbDrone.Common.Disk.DiskProviderBase.FolderExists(String path) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 83 at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.GetMediaFiles(String path, String downloadId) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\EpisodeImport\Manual\ManualImportService.cs:line 84 at NzbDrone.Api.ManualImport.ManualImportModule.GetMediaFiles() in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\ManualImport\ManualImportModule.cs:line 28 at NzbDrone.Api.REST.RestModule
1.<set_GetResourceAll>b__32_0(Object options) in M:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\REST\RestModule.cs:line 111
at CallSite.Target(Closure , CallSite , Func`2 , Object )
at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)