Hi,
I am getting this error, "Task Error: value [Downloads/Elemented] is not a valid *nix path. paths must start with /
Parameter name: path"
Version 2.0.0.1659
Infact Downloads/Elemented was my old DroneFactory folder but now with Completed download handling I have changed it to Downloads/DroneFactory. So, I have no idea how it still has Downloads/Elemented.
14-7-10 22:24:09.8|Info|InstallUpdateService|Deleting old update files
14-7-10 22:24:10.2|Info|InstallUpdateService|Downloading update 2.0.0.1659
14-7-10 22:26:24.2|Info|InstallUpdateService|Verifying update package
14-7-10 22:26:24.4|Info|InstallUpdateService|Update package verified successfully
14-7-10 22:26:24.6|Info|InstallUpdateService|Extracting Update package
14-7-10 22:26:25.8|Info|InstallUpdateService|Update package extracted successfully
14-7-10 22:26:26.0|Info|BackupService|Starting Backup
14-7-10 22:26:28.3|Info|InstallUpdateService|Preparing client
14-7-10 22:26:28.6|Info|InstallUpdateService|Starting update client /tmp/nzbdrone_update/NzbDrone.Update.exe
14-7-10 22:26:28.7|Info|InstallUpdateService|NzbDrone will restart shortly.
14-7-10 22:26:31.7|Info|Bootstrap|Starting NzbDrone - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.1658
14-7-10 22:26:32.4|Info|Bootstrap|Starting NzbDrone - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.1659
14-7-10 22:26:32.6|Info|SingleInstancePolicy|1 instance(s) of NzbDrone are running
14-7-10 22:26:32.6|Warn|SingleInstancePolicy|Another instance of NzbDrone is already running.
14-7-10 22:26:32.7|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
14-7-10 22:26:33.1|Info|Bootstrap|Starting NzbDrone - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.1659
14-7-10 22:26:33.2|Info|SingleInstancePolicy|1 instance(s) of NzbDrone are running
14-7-10 22:26:33.2|Warn|SingleInstancePolicy|Another instance of NzbDrone is already running.
14-7-10 22:26:33.3|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
14-7-10 22:26:34.1|Info|MigrationLogger|*** Migrating data source=/home/brenden/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
14-7-10 22:26:34.3|Info|MigrationLogger|*** Migrating data source=/home/brenden/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
14-7-10 22:26:34.4|Info|Router|Application mode: Interactive
14-7-10 22:26:34.4|Info|OwinHostController|Listening on the following URLs:
14-7-10 22:26:34.4|Info|OwinHostController| http://*:8989/
14-7-10 22:26:34.6|Info|NancyBootstrapper|Starting NzbDrone API
14-7-10 22:26:37.3|Info|SceneMappingService|Updating Scene mappings
14-7-10 22:26:37.6|Info|HousekeepingService|Running housecleaning tasks
14-7-10 22:26:39.5|Warn|ArgumentValidator|value [Downloads/Elemented] is not a valid *nix path. paths must start with /
14-7-10 22:26:39.8|Error|TaskExtensions|Task Error
System.ArgumentException: value [Downloads/Elemented] is not a valid *nix path. paths must start with /
Parameter name: path
at NzbDrone.Common.EnsureThat.EnsureStringExtensions.IsValidPath (NzbDrone.Common.EnsureThat.Param1 param) [0x00000] in <filename unknown>:0 at NzbDrone.Common.PathExtensions.CleanFilePath (System.String path) [0x00000] in <filename unknown>:0 at NzbDrone.Common.PathExtensions.PathEquals (System.String firstPath, System.String secondPath) [0x00000] in <filename unknown>:0 at NzbDrone.Common.PathEqualityComparer.Equals (System.String x, System.String y) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable.Contains[String] (IEnumerable
1 source, System.String value, IEqualityComparer1 comparer) [0x00000] in <filename unknown>:0 at NzbDrone.Core.HealthCheck.Checks.ImportMechanismCheck+<>c__DisplayClassb.<Check>b__2 (<>f__AnonymousType8
2 v) [0x00000] in :0
at System.Linq.Enumerable.Any[<>f__AnonymousType82] (IEnumerable
1 source, System.Func2 predicate) [0x00000] in <filename unknown>:0 at NzbDrone.Core.HealthCheck.Checks.ImportMechanismCheck.Check () [0x00000] in <filename unknown>:0 at NzbDrone.Core.HealthCheck.HealthCheckService.<PerformHealthCheck>b__0 (IProvideHealthCheck c) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable+<CreateSelectIterator>c__Iterator10
2[NzbDrone.Core.HealthCheck.IProvideHealthCheck,NzbDrone.Core.HealthCheck.HealthCheck].MoveNext () [0x00000] in :0
at System.Collections.Generic.List1[NzbDrone.Core.HealthCheck.HealthCheck].AddEnumerable (IEnumerable
1 enumerable) [0x00000] in :0
at System.Collections.Generic.List1[NzbDrone.Core.HealthCheck.HealthCheck]..ctor (IEnumerable
1 collection) [0x00000] in :0
at System.Linq.Enumerable.ToList[HealthCheck] (IEnumerable1 source) [0x00000] in <filename unknown>:0 at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (System.Func
2 predicate) [0x00000] in :0
at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in :0
at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass3`1[NzbDrone.Core.Lifecycle.ApplicationStartedEvent].b__0 () [0x00000] in :0
at System.Threading.Tasks.TaskActionInvoker+ActionInvoke.Invoke (System.Threading.Tasks.Task owner, System.Object state, System.Threading.Tasks.Task context) [0x00000] in :0
at System.Threading.Tasks.Task.InnerInvoke () [0x00000] in :0
at System.Threading.Tasks.Task.ThreadStart () [0x00000] in :0
14-7-10 22:26:43.8|Info|Database|Vacuuming database
14-7-10 22:26:44.5|Info|Database|Database Compressed
14-7-10 22:27:07.4|Info|Database|Vacuuming database
14-7-10 22:27:07.8|Info|Database|Database Compressed
14-7-10 22:27:08.1|Info|RssSyncService|Starting RSS Sync
14-7-10 22:27:30.8|Info|DownloadDecisionMaker|Processing 999 reports
14-7-10 22:27:44.2|Info|RssSyncService|RSS Sync Completed. Reports found: 999, Reports downloaded: 0
14-7-10 22:37:47.0|Info|RssSyncService|Starting RSS Sync
14-7-10 22:38:06.7|Info|DownloadDecisionMaker|Processing 999 reports
14-7-10 22:38:20.1|Info|RssSyncService|RSS Sync Completed. Reports found: 999, Reports downloaded: 0
14-7-10 22:47:21.9|Warn|GlobalExceptionHandlers|SignalR Heartbeat error.
14-7-10 22:48:22.9|Info|RssSyncService|Starting RSS Sync
14-7-10 22:48:45.7|Info|DownloadDecisionMaker|Processing 999 reports
14-7-10 22:49:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 999, Reports downloaded: 0
14-7-10 22:51:11.1|Info|NzbSearchService|Searching 10 indexers for [Believe : S01E13]
14-7-10 22:51:11.3|Info|FetchFeedService|Finished searching Wombles for [Believe : S01E13]. Found 0
14-7-10 22:51:21.2|Info|FetchFeedService|Finished searching nzbplanet.net for [Believe : S01E13]. Found 1