Root folders not mapping

Sonarr version 3.0.1.527):
Mono version v5.20.1.19:
**QNAP NAS TVS 671

Unable to import current shows, path mapping does not properly save. I have the both Mono and Sonarr installed on my QNAP as a package. My media folders are also on the QNAP server but unable to map to the them or import them. I add the location of my media to the root folders but still unable to detect the folders.

Request Failed. GET /api/v3/diskspace: value [\SEVERNAME\TV Shows Ended\Valor] is not a valid *nix path. paths must start with /
Parameter name: path

System.ArgumentException: value [\SEVERNAME\TV Shows Ended\Valor] is not a valid *nix path. paths must start with /
Parameter name: path
at NzbDrone.Common.EnsureThat.EnsureStringExtensions.IsValidPath (NzbDrone.Common.EnsureThat.Param1[T] param) [0x00050] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\EnsureThat\EnsureStringExtensions.cs:109 at NzbDrone.Common.Disk.DiskProviderBase.FolderExists (System.String path) [0x0000d] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Disk\DiskProviderBase.cs:95 at NzbDrone.Core.DiskSpace.DiskSpaceService.<GetSeriesRootPaths>b__6_0 (NzbDrone.Core.Tv.Series s) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\DiskSpace\DiskSpaceService.cs:46 at System.Linq.Enumerable+WhereSelectListIterator2[TSource,TResult].MoveNext () [0x00037] in /SRC/mono-5.20.1.19/external/corefx/src/System.Linq/src/System/Linq/Where.cs:574
at System.Linq.Enumerable+DistinctIterator1[TSource].MoveNext () [0x00028] in /SRC/mono-5.20.1.19/external/corefx/src/System.Linq/src/System/Linq/Distinct.cs:50 at System.Linq.Set1[TElement].UnionWith (System.Collections.Generic.IEnumerable1[T] other) [0x00018] in /SRC/mono-5.20.1.19/external/corefx/src/System.Linq/src/System/Linq/Set.cs:206 at System.Linq.Enumerable+DistinctIterator1[TSource].FillSet () [0x0000b] in /SRC/mono-5.20.1.19/external/corefx/src/System.Linq/src/System/Linq/Distinct.cs:95
at System.Linq.Enumerable+DistinctIterator1[TSource].ToList () [0x00000] in /SRC/mono-5.20.1.19/external/corefx/src/System.Linq/src/System/Linq/Distinct.cs:101 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x0000e] in /SRC/mono-5.20.1.19/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30
at NzbDrone.Core.DiskSpace.DiskSpaceService.GetFreeSpace () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\DiskSpace\DiskSpaceService.cs:34
at Sonarr.Api.V3.DiskSpace.DiskSpaceModule.GetFreeSpace () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Api.V3\DiskSpace\DiskSpaceModule.cs:20
at Sonarr.Http.REST.RestModule1[TResource].<set_GetResourceAll>b__33_0 (System.Object options) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\Sonarr.Http\REST\RestModule.cs:122 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func2<object, object>,object)
at Nancy.Routing.Route+<>c__DisplayClass4.b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in :0

5 posts were split to a new topic: Unable to import episodes on v3

If you don’t use M:\ it’s irrelevant, it’s an exception and lists the path where it was compiled, which is M:\ on our build servers, the relevant part to you is /api/v3/diskspace: value [\SEVERNAME\TV Shows Ended\Valor] is not a valid *nix path. paths must start with /

Which is because you have a Windows path in the DB, which my guess would because you’re attempting to use a backup from a Windows system on the QNAP, which is not supported. You can go Linux to Linux or macOS, but you can only go Windows to Windows unless you’re willing to deal with issues and fix them yourself within the DB.

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