Couldn't process tracked download

Hi,

After managing to get all the directories mapped, thank you clinton! i get this error when

System.ArgumentException: value [E:\Downloads\Complete\The.Americans.2013.S03E01.REPACK.720p.HDTV.x264-KILLERS[rarbg]] is not a valid *nix path. paths must start with /
Parameter name: path
at NzbDrone.Common.EnsureThat.EnsureStringExtensions.IsValidPath (NzbDrone.Common.EnsureThat.Param`1 param) [0x00050] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\EnsureThat\EnsureStringExtensions.cs:109
at NzbDrone.Common.Disk.DiskProviderBase.FolderExists (System.String path) [0x0000d] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskProviderBase.cs:83
at NzbDrone.Core.MediaFiles.DownloadedEpisodesImportService.ProcessPath (System.String path, NzbDrone.Core.Tv.Series series, NzbDrone.Core.Download.DownloadClientItem downloadClientItem) [0x00000] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\DownloadedEpisodesImportService.cs:72
at NzbDrone.Core.Download.CompletedDownloadService.Import (NzbDrone.Core.Download.TrackedDownloads.TrackedDownload trackedDownload) [0x00014] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\CompletedDownloadService.cs:93
at NzbDrone.Core.Download.CompletedDownloadService.Process (NzbDrone.Core.Download.TrackedDownloads.TrackedDownload trackedDownload, Boolean ignoreWarnings) [0x000d4] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\CompletedDownloadService.cs:87
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientItems (IDownloadClient downloadClient, NzbDrone.Core.Download.DownloadClientItem downloadItem) [0x00042] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:110

and this one for the same download

value [E:\Downloads\Complete\The.Americans.2013.S03E01.REPACK.720p.HDTV.x264-KILLERS[rarbg]] is not a valid *nix path. paths must start with /

any ideas??

Are you running your (torrent) download client and sonarr on different machines? And probably also different operating systems, since it’s a Windows-style path (E:\Downloads…) but sonarr expects a linux path?
I think you need to set up a remote path mapping (at the bottom of Settings --> Download Client).

your a star!!! works perfect!!! kinda a noob at ubuntu! haha Thank you