0

I'm trying to setup a Sonarr/Radarr server for my plex and I therefor need a torrenter. Currently I use Transmission but I'm not able to get the data from it. Everything works fine until the point where the system shall get the file.

I'm getting the following error:

Request Failed: value [/downloads/complete/Angry Birds (2016) [YTS.AG]]  is not a valid Windows path. paths must be a full path eg. C:\Windows
Parameternamn: path

System.ArgumentException: value [/downloads/complete/Angry Birds (2016) [YTS.AG]]  is not a valid Windows path. paths must be a full path eg. C:\Windows
Parameternamn: path
   vid NzbDrone.Common.EnsureThat.EnsureStringExtensions.IsValidPath(Param`1 param) i C:\projects\radarr-usby1\src\NzbDrone.Common\EnsureThat\EnsureStringExtensions.cs:rad 109
   vid NzbDrone.Common.Disk.DiskProviderBase.FolderExists(String path) i C:\projects\radarr-usby1\src\NzbDrone.Common\Disk\DiskProviderBase.cs:rad 83
   vid NzbDrone.Core.MediaFiles.MovieImport.Manual.ManualImportService.GetMediaFiles(String path, String downloadId) i C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\MovieImport\Manual\ManualImportService.cs:rad 83
   vid NzbDrone.Api.ManualImport.ManualImportModule.GetMediaFiles() i C:\projects\radarr-usby1\src\NzbDrone.Api\ManualImport\ManualImportModule.cs:rad 26
   vid NzbDrone.Api.REST.RestModule`1.<set_GetResourceAll>b__32_0(Object options) i C:\projects\radarr-usby1\src\NzbDrone.Api\REST\RestModule.cs:rad 111
   vid CallSite.Target(Closure , CallSite , Func`2 , Object )
   vid Nancy.Routing.Route.<>c__DisplayClass4.<Wrap>b__3(Object parameters, CancellationToken context)

The directory where the files are stored is in: D:\MovieFiles\Downloads\complete. But I cant access it and I therefor tried remote path mapping but it gives the error above. From the torrent client that runs on a vm is placed in /host_mnt/d/MovieFiles/Downloads.

Host: 192.168.1.228
Remote path: /host_mnt/d/MovieFiles/Downloads/complete
Local Path: D:\MovieFiles\Downloads\

Any clues how I could connect them together? Starting to give up after I been trying to fix this for 3 days without any success.

4

1 回答 1

0

正如您所尝试的,这应该可以通过路径映射功能实现。请尝试\从您的 Windows 路径中删除 ,使其看起来像D:\MovieFiles\Downloads. 您可能还想查看 Sonarr 常见问题解答,这里有一些关于此的信息。

此外,要使其正常工作,host地址必须与 Sonarr 的Remote Path MappingsDownload Clients设置相匹配。另一个人在这里也有类似的问题。

于 2018-08-14T03:57:20.530 回答