Advertisement
Guest User

Sonarr debug log

a guest
Oct 15th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.87 KB | None | 0 0
  1. 17-10-15 22:41:44.4|Debug|Api|[GET] /api/log/file: 200.OK (7 ms)
  2. 17-10-15 22:41:44.4|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (5 ms)
  3. 17-10-15 22:41:44.4|Debug|Api|[GET] /api/log/file: 200.OK (1 ms)
  4. 17-10-15 22:41:44.4|Debug|Api|[GET] /api/log/file: 200.OK (0 ms)
  5. 17-10-15 22:41:44.4|Debug|Api|[GET] /api/log/file: 200.OK (1 ms)
  6. 17-10-15 22:41:44.4|Debug|Api|[GET] /api/log/file: 200.OK (2 ms)
  7. 17-10-15 22:41:44.4|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (3 ms)
  8. 17-10-15 22:41:44.4|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (1 ms)
  9. 17-10-15 22:41:44.5|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (1 ms)
  10. 17-10-15 22:41:44.5|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (0 ms)
  11. 17-10-15 22:41:44.5|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (4 ms)
  12. 17-10-15 22:41:52.2|Debug|Api|[GET] /api/series?sort_by=sortTitle&order=asc: 200.OK (311 ms)
  13. 17-10-15 22:42:04.5|Fatal|NzbDroneErrorPipeline|Request Failed. GET /api/episodefile
  14.  
  15. [v2.0.0.4949] Marr.Data.DataMappingException: The DataMapper was unable to load the following field: 'MediaInfo' value: '{
  16. "videoCodec": "AVC",
  17. "videoBitrate": 6240497,
  18. "videoBitDepth": 8,
  19. "width": 1920,
  20. "height": 1068,
  21. "audioFormat": "AC-3",
  22. "audioBitrate": 640000,
  23. "runTime": "00:42:27.5060000",
  24.  "audioStreamCount": 1,
  25. "audioChannels": 6,
  26. "audioChannelPositions": "3/2/0.1",
  27. "audioChannelPositionsText": "Front: L C R, Side: L R, LFE",
  28. "audioProfile": "",
  29. "videoFps": 23.976,
  30. "audioLanguages": "English",
  31. "subtitles": "",
  32. "scanType": "Progressive",
  33. "schemaRevision": 3
  34. }'. Invalid property identifier character: . Path 'runTime', line 10, position 0. ---> Newtonsoft.Json.JsonReaderException: Invalid property identifier character: . Path 'runTime', line 10, position 0.
  35. at Newtonsoft.Json.JsonTextReader.ParseProperty()
  36. at Newtonsoft.Json.JsonTextReader.ParseObject()
  37. at Newtonsoft.Json.JsonTextReader.Read()
  38. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  39. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  40. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  41. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  42. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  43. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  44. at NzbDrone.Core.Datastore.Converters.EmbeddedDocumentConverter.FromDB(ConverterContext context) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\Converters\EmbeddedDocumentConverter.cs:line 36
  45. at Marr.Data.Mapping.MappingHelper.LoadExistingEntity(ColumnMapCollection mappings, DbDataReader reader, Object ent, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\Mapping\MappingHelper.cs:line 58
  46. --- End of inner exception stack trace ---
  47. at Marr.Data.Mapping.MappingHelper.LoadExistingEntity(ColumnMapCollection mappings, DbDataReader reader, Object ent, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\Mapping\MappingHelper.cs:line 79
  48. at Marr.Data.Mapping.MappingHelper.CreateAndLoadEntity[T](ColumnMapCollection mappings, DbDataReader reader, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\Mapping\MappingHelper.cs:line 25
  49. at Marr.Data.DataMapper.Query[T](String sql, ICollection`1 entityList, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\DataMapper.cs:line 577
  50. at Marr.Data.QGen.QueryBuilder`1.ToList() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\QGen\QueryBuilder.cs:line 279
  51. at Marr.Data.QGen.SortBuilder`1.ToList() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\QGen\SortBuilder.cs:line 176
  52. at NzbDrone.Core.MediaFiles.MediaFileRepository.GetFilesBySeries(Int32 seriesId) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\MediaFiles\MediaFileRepository.cs:line 25
  53. at NzbDrone.Core.MediaFiles.MediaFileService.GetFilesBySeries(Int32 seriesId) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\MediaFiles\MediaFileService.cs:line 64
  54. at NzbDrone.Api.EpisodeFiles.EpisodeFileModule.GetEpisodeFiles() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\EpisodeFiles\EpisodeFileModule.cs:line 58
  55. at NzbDrone.Api.REST.RestModule`1.<set_GetResourceAll>b__32_0(Object options) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\REST\RestModule.cs:line 111
  56. at CallSite.Target(Closure , CallSite , Func`2 , Object )
  57. at Nancy.Routing.Route.<>c__DisplayClass4.<Wrap>b__3(Object parameters, CancellationToken context)
  58.  
  59. 17-10-15 22:42:09.6|Debug|Api|[GET] /api/episodefile?seriesId=16: 500.InternalServerError (5085 ms)
  60. 17-10-15 22:42:04.5|Fatal|NzbDroneErrorPipeline|Request Failed. GET /api/episode
  61.  
  62. [v2.0.0.4949] Marr.Data.DataMappingException: The DataMapper was unable to load the following field: 'MediaInfo' value: '{
  63. "videoCodec": "AVC",
  64. "videoBitrate": 6240497,
  65. "videoBitDepth": 8,
  66. "width": 1920,
  67. "height": 1068,
  68. "audioFormat": "AC-3",
  69. "audioBitrate": 640000,
  70. "runTime": "00:42:27.5060000",
  71.  "audioStreamCount": 1,
  72. "audioChannels": 6,
  73. "audioChannelPositions": "3/2/0.1",
  74. "audioChannelPositionsText": "Front: L C R, Side: L R, LFE",
  75. "audioProfile": "",
  76. "videoFps": 23.976,
  77. "audioLanguages": "English",
  78. "subtitles": "",
  79. "scanType": "Progressive",
  80. "schemaRevision": 3
  81. }'. Invalid property identifier character: . Path 'runTime', line 10, position 0. ---> Newtonsoft.Json.JsonReaderException: Invalid property identifier character: . Path 'runTime', line 10, position 0.
  82. at Newtonsoft.Json.JsonTextReader.ParseProperty()
  83. at Newtonsoft.Json.JsonTextReader.ParseObject()
  84. at Newtonsoft.Json.JsonTextReader.Read()
  85. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  86. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  87. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  88. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  89. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  90. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  91. at NzbDrone.Core.Datastore.Converters.EmbeddedDocumentConverter.FromDB(ConverterContext context) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\Converters\EmbeddedDocumentConverter.cs:line 36
  92. at Marr.Data.Mapping.MappingHelper.LoadExistingEntity(ColumnMapCollection mappings, DbDataReader reader, Object ent, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\Mapping\MappingHelper.cs:line 58
  93. --- End of inner exception stack trace ---
  94. at Marr.Data.Mapping.MappingHelper.LoadExistingEntity(ColumnMapCollection mappings, DbDataReader reader, Object ent, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\Mapping\MappingHelper.cs:line 79
  95. at Marr.Data.Mapping.MappingHelper.CreateAndLoadEntity[T](ColumnMapCollection mappings, DbDataReader reader, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\Mapping\MappingHelper.cs:line 25
  96. at Marr.Data.DataMapper.Query[T](String sql, ICollection`1 entityList, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\DataMapper.cs:line 577
  97. at Marr.Data.QGen.QueryBuilder`1.ToList() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\QGen\QueryBuilder.cs:line 279
  98. at Marr.Data.QGen.SortBuilder`1.ToList() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\QGen\SortBuilder.cs:line 176
  99. at Marr.Data.QGen.SortBuilder`1.GetEnumerator() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\QGen\SortBuilder.cs:line 247
  100. at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source)
  101. at NzbDrone.Core.Datastore.Extensions.RelationshipExtensions.<>c__DisplayClass0_0`2.<HasOne>b__0(IDataMapper db, TParent parent) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\Extensions\RelationshipExtensions.cs:line 21
  102. at Marr.Data.LazyLoaded`2.LazyLoad() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\LazyLoaded.cs:line 108
  103. at NzbDrone.Api.Episodes.EpisodeModuleWithSignalR.MapToResource(List`1 episodes, Boolean includeSeries, Boolean includeEpisodeFile) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Episodes\EpisodeModuleWithSignalR.cs:line 99
  104. at NzbDrone.Api.Episodes.EpisodeModule.GetEpisodes() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Episodes\EpisodeModule.cs:line 30
  105. at NzbDrone.Api.REST.RestModule`1.<set_GetResourceAll>b__32_0(Object options) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\REST\RestModule.cs:line 111
  106. at CallSite.Target(Closure , CallSite , Func`2 , Object )
  107. at Nancy.Routing.Route.<>c__DisplayClass4.<Wrap>b__3(Object parameters, CancellationToken context)
  108.  
  109. 17-10-15 22:42:09.6|Debug|Api|[GET] /api/episode?seriesId=16: 500.InternalServerError (5094 ms)
  110. 17-10-15 22:42:10.8|Debug|Api|[GET] /api/health: 200.OK (11 ms)
  111. 17-10-15 22:42:10.8|Debug|Api|[GET] /api/health: 200.OK (1 ms)
  112. 17-10-15 22:42:10.8|Debug|Api|[GET] /api/diskspace: 200.OK (34 ms)
  113. 17-10-15 22:42:10.9|Debug|Api|[GET] /api/diskspace: 200.OK (39 ms)
  114. 17-10-15 22:42:12.9|Debug|Api|[GET] /api/log/file: 200.OK (2 ms)
  115. 17-10-15 22:42:12.9|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (2 ms)
  116. 17-10-15 22:42:13.4|Debug|SabnzbdProxy|Url: http://localhost:8080/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json
  117. 17-10-15 22:42:13.4|Debug|SabnzbdProxy|Url: http://localhost:8080/api?mode=history&start=0&limit=30&category=sonarr&apikey=(removed)&output=json
  118. 17-10-15 22:42:13.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (3 ms)
  119. 17-10-15 22:42:13.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (5 ms)
  120. 17-10-15 22:42:13.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (4 ms)
  121. 17-10-15 22:42:13.5|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (9 ms)
  122. 17-10-15 22:42:13.5|Debug|Parser|Parsing string 'Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
  123. 17-10-15 22:42:13.5|Debug|Parser|Episode Parsed. Supernatural - S13E01
  124. 17-10-15 22:42:13.5|Debug|Parser|Language parsed: English
  125. 17-10-15 22:42:13.5|Debug|QualityParser|Trying to parse quality for Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb
  126. 17-10-15 22:42:13.5|Debug|Parser|Quality parsed: WEBDL-1080p v1
  127. 17-10-15 22:42:13.5|Debug|Parser|Release Group parsed: NTb
  128. 17-10-15 22:42:13.5|Debug|Parser|Parsing string 'Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
  129. 17-10-15 22:42:13.5|Debug|Parser|Episode Parsed. Supernatural - S13E01
  130. 17-10-15 22:42:13.5|Debug|Parser|Language parsed: English
  131. 17-10-15 22:42:13.5|Debug|QualityParser|Trying to parse quality for Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb
  132. 17-10-15 22:42:13.5|Debug|Parser|Quality parsed: WEBDL-1080p v1
  133. 17-10-15 22:42:13.5|Debug|Parser|Release Group parsed: NTb
  134. 17-10-15 22:42:13.5|Debug|Parser|Parsing string 'Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb'
  135. 17-10-15 22:42:13.5|Debug|Parser|Episode Parsed. Supernatural - S13E01
  136. 17-10-15 22:42:13.5|Debug|Parser|Language parsed: English
  137. 17-10-15 22:42:13.5|Debug|QualityParser|Trying to parse quality for Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb
  138. 17-10-15 22:42:13.5|Debug|Parser|Quality parsed: WEBDL-1080p v1
  139. 17-10-15 22:42:13.5|Debug|Parser|Release Group parsed: NTb
  140. 17-10-15 22:42:13.5|Debug|DownloadedEpisodesImportService|Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb folder quality: WEBDL-1080p v1
  141. 17-10-15 22:42:13.5|Debug|DiskScanService|Scanning 'H:\SABnzbd\Downloads\categories\sonarr\Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb' for video files
  142. 17-10-15 22:42:13.6|Debug|DiskScanService|1 video files were found in H:\SABnzbd\Downloads\categories\sonarr\Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb
  143. 17-10-15 22:42:13.6|Error|DownloadMonitoringService|Couldn't process tracked download Supernatural.S13E01.Lost.And.Found.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb
  144.  
  145. [v2.0.0.4949] Marr.Data.DataMappingException: The DataMapper was unable to load the following field: 'MediaInfo' value: '{
  146. "videoCodec": "AVC",
  147. "videoBitrate": 6240497,
  148. "videoBitDepth": 8,
  149. "width": 1920,
  150. "height": 1068,
  151. "audioFormat": "AC-3",
  152. "audioBitrate": 640000,
  153. "runTime": "00:42:27.5060000",
  154.  "audioStreamCount": 1,
  155. "audioChannels": 6,
  156. "audioChannelPositions": "3/2/0.1",
  157. "audioChannelPositionsText": "Front: L C R, Side: L R, LFE",
  158. "audioProfile": "",
  159. "videoFps": 23.976,
  160. "audioLanguages": "English",
  161. "subtitles": "",
  162. "scanType": "Progressive",
  163. "schemaRevision": 3
  164. }'. Invalid property identifier character: . Path 'runTime', line 10, position 0. ---> Newtonsoft.Json.JsonReaderException: Invalid property identifier character: . Path 'runTime', line 10, position 0.
  165. at Newtonsoft.Json.JsonTextReader.ParseProperty()
  166. at Newtonsoft.Json.JsonTextReader.ParseObject()
  167. at Newtonsoft.Json.JsonTextReader.Read()
  168. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  169. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  170. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  171. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  172. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  173. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  174. at NzbDrone.Core.Datastore.Converters.EmbeddedDocumentConverter.FromDB(ConverterContext context) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\Converters\EmbeddedDocumentConverter.cs:line 36
  175. at Marr.Data.Mapping.MappingHelper.LoadExistingEntity(ColumnMapCollection mappings, DbDataReader reader, Object ent, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\Mapping\MappingHelper.cs:line 58
  176. --- End of inner exception stack trace ---
  177. at Marr.Data.Mapping.MappingHelper.LoadExistingEntity(ColumnMapCollection mappings, DbDataReader reader, Object ent, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\Mapping\MappingHelper.cs:line 79
  178. at Marr.Data.Mapping.MappingHelper.CreateAndLoadEntity[T](ColumnMapCollection mappings, DbDataReader reader, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\Mapping\MappingHelper.cs:line 25
  179. at Marr.Data.DataMapper.Query[T](String sql, ICollection`1 entityList, Boolean useAltName) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\DataMapper.cs:line 577
  180. at Marr.Data.QGen.QueryBuilder`1.ToList() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\QGen\QueryBuilder.cs:line 279
  181. at Marr.Data.QGen.SortBuilder`1.ToList() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\Marr.Data\QGen\SortBuilder.cs:line 176
  182. at NzbDrone.Core.MediaFiles.MediaFileRepository.GetFilesBySeries(Int32 seriesId) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\MediaFiles\MediaFileRepository.cs:line 25
  183. at NzbDrone.Core.MediaFiles.MediaFileService.FilterExistingFiles(List`1 files, Series series) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\MediaFiles\MediaFileService.cs:line 79
  184. at NzbDrone.Core.MediaFiles.EpisodeImport.ImportDecisionMaker.GetImportDecisions(List`1 videoFiles, Series series, DownloadClientItem downloadClientItem, ParsedEpisodeInfo folderInfo, Boolean sceneSource) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\MediaFiles\EpisodeImport\ImportDecisionMaker.cs:line 59
  185. at NzbDrone.Core.MediaFiles.DownloadedEpisodesImportService.ProcessFolder(DirectoryInfo directoryInfo, ImportMode importMode, Series series, DownloadClientItem downloadClientItem) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\MediaFiles\DownloadedEpisodesImportService.cs:line 183
  186. at NzbDrone.Core.MediaFiles.DownloadedEpisodesImportService.ProcessPath(String path, ImportMode importMode, Series series, DownloadClientItem downloadClientItem) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\MediaFiles\DownloadedEpisodesImportService.cs:line 83
  187. at NzbDrone.Core.Download.CompletedDownloadService.Import(TrackedDownload trackedDownload) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\CompletedDownloadService.cs:line 114
  188. at NzbDrone.Core.Download.CompletedDownloadService.Process(TrackedDownload trackedDownload, Boolean ignoreWarnings) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\CompletedDownloadService.cs:line 108
  189. at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientItems(IDownloadClient downloadClient, DownloadClientItem downloadItem) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:line 134
  190.  
  191. 17-10-15 22:42:13.6|Debug|Api|[GET] /api/queue?sort_by=timeleft&order=asc: 200.OK (6 ms)
  192. 17-10-15 22:42:13.6|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (3 ms)
  193. 17-10-15 22:42:13.6|Debug|Api|[GET] /api/system/task?sort_by=name&order=asc: 200.OK (4 ms)
  194. 17-10-15 22:42:14.1|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (1 ms)
  195. 17-10-15 22:42:33.6|Debug|Api|[GET] /api/log/file/sonarr.debug.txt: 200.OK (1 ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement