Advertisement
tehseano

Untitled

Jun 8th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.75 KB | None | 0 0
  1. 20-6-9 00:42:41.6|Trace|Http|Req: 19050 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc
  2. 20-6-9 00:42:41.6|Trace|DiskProviderBase|Deleting file: C:\ProgramData\NzbDrone\logs\sonarr.txt
  3. 20-6-9 00:42:41.6|Trace|Http|Res: 19050 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (52 ms)
  4. 20-6-9 00:42:41.6|Trace|CommandQueueManager|Updating command status
  5. 20-6-9 00:42:41.6|Trace|EventAggregator|Publishing CommandUpdatedEvent
  6. 20-6-9 00:42:41.6|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (52 ms)
  7. 20-6-9 00:42:41.7|Trace|EventAggregator|CommandUpdatedEvent -> CommandModule
  8. 20-6-9 00:42:41.7|Trace|Http|Req: 19051 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc
  9. 20-6-9 00:42:41.7|Trace|EventAggregator|CommandUpdatedEvent <- CommandModule
  10. 20-6-9 00:42:41.7|Trace|Http|Res: 19051 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (42 ms)
  11. 20-6-9 00:42:41.7|Trace|EventAggregator|Publishing CommandExecutedEvent
  12. 20-6-9 00:42:41.8|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
  13. 20-6-9 00:42:41.8|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (42 ms)
  14. 20-6-9 00:42:41.8|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
  15. 20-6-9 00:42:41.8|Trace|Http|Req: 19052 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc
  16. 20-6-9 00:42:41.8|Trace|Http|Req: 19053 [GET] /api/log/file
  17. 20-6-9 00:42:41.9|Trace|EventAggregator|CommandExecutedEvent -> TaskModule
  18. 20-6-9 00:42:41.9|Trace|Http|Res: 19052 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (104 ms)
  19. 20-6-9 00:42:41.9|Trace|Http|Res: 19053 [GET] /api/log/file: 200.OK (85 ms)
  20. 20-6-9 00:42:41.9|Trace|EventAggregator|CommandExecutedEvent <- TaskModule
  21. 20-6-9 00:42:41.9|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (104 ms)
  22. 20-6-9 00:42:42.0|Debug|Api|[GET] /api/log/file: 200.OK (85 ms)
  23. 20-6-9 00:42:42.0|Trace|CommandExecutor|DeleteLogFilesCommand <- DeleteLogFilesService [00:00:00.2869973]
  24. 20-6-9 00:42:42.0|Trace|Http|Req: 19054 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc
  25. 20-6-9 00:42:42.0|Trace|Http|Req: 19055 [GET] /api/log/file
  26. 20-6-9 00:42:42.0|Trace|Http|Req: 19056 [GET] /api/log/file/sonarr.trace.txt
  27. 20-6-9 00:42:42.1|Trace|Http|Res: 19054 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (73 ms)
  28. 20-6-9 00:42:42.1|Trace|Http|Res: 19055 [GET] /api/log/file: 200.OK (74 ms)
  29. 20-6-9 00:42:42.1|Trace|NzbDroneErrorPipeline|Handling Exception
  30. 20-6-9 00:42:42.1|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (73 ms)
  31. 20-6-9 00:42:42.2|Debug|Api|[GET] /api/log/file: 200.OK (74 ms)
  32. 20-6-9 00:42:42.2|Trace|Http|Req: 19057 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc
  33. 20-6-9 00:42:42.2|Fatal|NzbDroneErrorPipeline|Request Failed. GET /api/log/file/sonarr.trace.txt
  34.  
  35. [v2.0.0.5344] System.IO.IOException: The process cannot access the file 'C:\ProgramData\NzbDrone\logs\sonarr.trace.txt' because it is being used by another process.
  36. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  37. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  38. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  39. at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
  40. at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
  41. at System.IO.File.ReadAllText(String path)
  42. at NzbDrone.Common.Disk.DiskProviderBase.ReadAllText(String filePath) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 251
  43. at NzbDrone.Api.Logs.LogFileModuleBase.GetLogFileResponse(String filename) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Logs\LogFileModuleBase.cs:line 61
  44. at NzbDrone.Api.Logs.LogFileModuleBase.<.ctor>b__3_0(Object options) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Logs\LogFileModuleBase.cs:line 27
  45. at CallSite.Target(Closure , CallSite , Func`2 , Object )
  46. at Nancy.Routing.Route.<>c__DisplayClass4.<Wrap>b__3(Object parameters, CancellationToken context)
  47.  
  48. 20-6-9 00:42:42.2|Trace|Http|Req: 19058 [GET] /api/log/file
  49. 20-6-9 00:42:42.3|Trace|Http|Res: 19057 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (49 ms)
  50. 20-6-9 00:42:42.3|Trace|Http|Res: 19056 [GET] /api/log/file/sonarr.trace.txt: 500.InternalServerError (257 ms)
  51. 20-6-9 00:42:42.3|Trace|Http|Res: 19058 [GET] /api/log/file: 200.OK (70 ms)
  52. 20-6-9 00:42:42.3|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (49 ms)
  53. 20-6-9 00:42:42.3|Debug|Api|[GET] /api/log/file/sonarr.trace.txt: 500.InternalServerError (257 ms)
  54. 20-6-9 00:42:42.4|Debug|Api|[GET] /api/log/file: 200.OK (70 ms)
  55. 20-6-9 00:42:42.4|Trace|Http|Req: 19059 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc
  56. 20-6-9 00:42:42.4|Trace|Http|Req: 19060 [GET] /api/log/file/sonarr.trace.txt
  57. 20-6-9 00:42:42.4|Trace|Http|Req: 19061 [GET] /api/log/file
  58. 20-6-9 00:42:42.5|Trace|Http|Res: 19059 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (63 ms)
  59. 20-6-9 00:42:42.5|Trace|NzbDroneErrorPipeline|Handling Exception
  60. 20-6-9 00:42:42.5|Trace|Http|Res: 19061 [GET] /api/log/file: 200.OK (62 ms)
  61. 20-6-9 00:42:42.5|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (63 ms)
  62. 20-6-9 00:42:42.5|Debug|Api|[GET] /api/log/file: 200.OK (62 ms)
  63. 20-6-9 00:42:42.6|Trace|Http|Req: 19062 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc
  64. 20-6-9 00:42:42.6|Trace|Http|Req: 19063 [GET] /api/log/file
  65. 20-6-9 00:42:42.5|Fatal|NzbDroneErrorPipeline|Request Failed. GET /api/log/file/sonarr.trace.txt
  66.  
  67. [v2.0.0.5344] System.IO.IOException: The process cannot access the file 'C:\ProgramData\NzbDrone\logs\sonarr.trace.txt' because it is being used by another process.
  68. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  69. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  70. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  71. at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
  72. at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
  73. at System.IO.File.ReadAllText(String path)
  74. at NzbDrone.Common.Disk.DiskProviderBase.ReadAllText(String filePath) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 251
  75. at NzbDrone.Api.Logs.LogFileModuleBase.GetLogFileResponse(String filename) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Logs\LogFileModuleBase.cs:line 61
  76. at NzbDrone.Api.Logs.LogFileModuleBase.<.ctor>b__3_0(Object options) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Logs\LogFileModuleBase.cs:line 27
  77. at CallSite.Target(Closure , CallSite , Func`2 , Object )
  78. at Nancy.Routing.Route.<>c__DisplayClass4.<Wrap>b__3(Object parameters, CancellationToken context)
  79.  
  80. 20-6-9 00:42:42.6|Trace|Http|Res: 19062 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (42 ms)
  81. 20-6-9 00:42:42.6|Trace|Http|Res: 19063 [GET] /api/log/file: 200.OK (47 ms)
  82. 20-6-9 00:42:42.6|Trace|Http|Res: 19060 [GET] /api/log/file/sonarr.trace.txt: 500.InternalServerError (222 ms)
  83. 20-6-9 00:42:42.7|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (42 ms)
  84. 20-6-9 00:42:42.7|Debug|Api|[GET] /api/log/file: 200.OK (47 ms)
  85. 20-6-9 00:42:42.7|Debug|Api|[GET] /api/log/file/sonarr.trace.txt: 500.InternalServerError (222 ms)
  86. 20-6-9 00:42:42.7|Trace|Http|Req: 19064 [GET] /api/log/file
  87. 20-6-9 00:42:42.7|Trace|Http|Req: 19065 [GET] /api/log/file/sonarr.trace.txt
  88. 20-6-9 00:42:42.8|Trace|Http|Res: 19064 [GET] /api/log/file: 200.OK (36 ms)
  89. 20-6-9 00:42:42.8|Trace|NzbDroneErrorPipeline|Handling Exception
  90. 20-6-9 00:42:42.8|Trace|Http|Res: 19025 [GET] /api/diskspace: 200.OK (5331 ms)
  91. 20-6-9 00:42:42.8|Debug|Api|[GET] /api/log/file: 200.OK (36 ms)
  92. 20-6-9 00:42:42.8|Debug|Api|[GET] /api/diskspace: 200.OK (5331 ms)
  93. 20-6-9 00:42:42.9|Trace|Http|Req: 19066 [GET] /api/log/file
  94. 20-6-9 00:42:42.8|Fatal|NzbDroneErrorPipeline|Request Failed. GET /api/log/file/sonarr.trace.txt
  95.  
  96. [v2.0.0.5344] System.IO.IOException: The process cannot access the file 'C:\ProgramData\NzbDrone\logs\sonarr.trace.txt' because it is being used by another process.
  97. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  98. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  99. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  100. at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
  101. at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
  102. at System.IO.File.ReadAllText(String path)
  103. at NzbDrone.Common.Disk.DiskProviderBase.ReadAllText(String filePath) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 251
  104. at NzbDrone.Api.Logs.LogFileModuleBase.GetLogFileResponse(String filename) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Logs\LogFileModuleBase.cs:line 61
  105. at NzbDrone.Api.Logs.LogFileModuleBase.<.ctor>b__3_0(Object options) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Logs\LogFileModuleBase.cs:line 27
  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. 20-6-9 00:42:42.9|Trace|Http|Req: 19067 [GET] /api/diskspace
  110. 20-6-9 00:42:42.9|Trace|Http|Res: 19066 [GET] /api/log/file: 200.OK (31 ms)
  111. 20-6-9 00:42:42.9|Trace|Http|Res: 19065 [GET] /api/log/file/sonarr.trace.txt: 500.InternalServerError (168 ms)
  112. 20-6-9 00:42:42.9|Debug|Api|[GET] /api/log/file: 200.OK (31 ms)
  113. 20-6-9 00:42:43.0|Debug|Api|[GET] /api/log/file/sonarr.trace.txt: 500.InternalServerError (168 ms)
  114. 20-6-9 00:42:43.0|Trace|Http|Req: 19068 [GET] /api/log/file
  115. 20-6-9 00:42:43.0|Trace|Http|Req: 19069 [GET] /api/log/file/sonarr.trace.txt
  116. 20-6-9 00:42:43.1|Trace|Http|Res: 19068 [GET] /api/log/file: 200.OK (67 ms)
  117. 20-6-9 00:42:43.1|Trace|Http|Res: 19069 [GET] /api/log/file/sonarr.trace.txt: 200.OK (52 ms)
  118. 20-6-9 00:42:43.1|Debug|Api|[GET] /api/log/file: 200.OK (67 ms)
  119. 20-6-9 00:42:43.1|Debug|Api|[GET] /api/log/file/sonarr.trace.txt: 200.OK (52 ms)
  120. 20-6-9 00:42:43.1|Trace|Http|Req: 19070 [GET] /api/log/file
  121. 20-6-9 00:42:43.1|Trace|Http|Req: 19071 [GET] /api/log/file/sonarr.trace.txt
  122. 20-6-9 00:42:43.1|Trace|Http|Res: 19070 [GET] /api/log/file: 200.OK (37 ms)
  123. 20-6-9 00:42:43.1|Trace|NzbDroneErrorPipeline|Handling Exception
  124. 20-6-9 00:42:43.2|Debug|Api|[GET] /api/log/file: 200.OK (37 ms)
  125. 20-6-9 00:42:43.2|Fatal|NzbDroneErrorPipeline|Request Failed. GET /api/log/file/sonarr.trace.txt
  126.  
  127. [v2.0.0.5344] System.IO.IOException: The process cannot access the file 'C:\ProgramData\NzbDrone\logs\sonarr.trace.txt' because it is being used by another process.
  128. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  129. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  130. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  131. at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
  132. at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
  133. at System.IO.File.ReadAllText(String path)
  134. at NzbDrone.Common.Disk.DiskProviderBase.ReadAllText(String filePath) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 251
  135. at NzbDrone.Api.Logs.LogFileModuleBase.GetLogFileResponse(String filename) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Logs\LogFileModuleBase.cs:line 61
  136. at NzbDrone.Api.Logs.LogFileModuleBase.<.ctor>b__3_0(Object options) in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Logs\LogFileModuleBase.cs:line 27
  137. at CallSite.Target(Closure , CallSite , Func`2 , Object )
  138. at Nancy.Routing.Route.<>c__DisplayClass4.<Wrap>b__3(Object parameters, CancellationToken context)
  139.  
  140. 20-6-9 00:42:43.3|Trace|Http|Res: 19071 [GET] /api/log/file/sonarr.trace.txt: 500.InternalServerError (145 ms)
  141. 20-6-9 00:42:43.3|Debug|Api|[GET] /api/log/file/sonarr.trace.txt: 500.InternalServerError (145 ms)
  142. 20-6-9 00:42:43.3|Trace|Http|Req: 19072 [GET] /api/log/file/sonarr.trace.txt
  143. 20-6-9 00:42:43.4|Trace|Http|Res: 19072 [GET] /api/log/file/sonarr.trace.txt: 200.OK (31 ms)
  144. 20-6-9 00:42:43.4|Debug|Api|[GET] /api/log/file/sonarr.trace.txt: 200.OK (31 ms)
  145. 20-6-9 00:42:43.4|Trace|Http|Req: 19073 [GET] /api/log/file/sonarr.trace.txt
  146. 20-6-9 00:42:43.4|Trace|Http|Res: 19073 [GET] /api/log/file/sonarr.trace.txt: 200.OK (30 ms)
  147. 20-6-9 00:42:43.4|Debug|Api|[GET] /api/log/file/sonarr.trace.txt: 200.OK (30 ms)
  148. 20-6-9 00:42:43.5|Trace|Http|Req: 19074 [GET] /api/log/file/sonarr.trace.txt
  149. 20-6-9 00:42:43.5|Trace|Http|Res: 19074 [GET] /api/log/file/sonarr.trace.txt: 200.OK (28 ms)
  150. 20-6-9 00:42:43.5|Debug|Api|[GET] /api/log/file/sonarr.trace.txt: 200.OK (28 ms)
  151. 20-6-9 00:42:43.6|Trace|Http|Req: 19075 [GET] /api/log/file/sonarr.trace.txt
  152. 20-6-9 00:42:43.6|Trace|Http|Res: 19075 [GET] /api/log/file/sonarr.trace.txt: 200.OK (26 ms)
  153. 20-6-9 00:42:43.6|Debug|Api|[GET] /api/log/file/sonarr.trace.txt: 200.OK (26 ms)
  154. 20-6-9 00:42:44.1|Trace|Http|Res: 19067 [GET] /api/diskspace: 200.OK (1218 ms)
  155. 20-6-9 00:42:44.1|Debug|Api|[GET] /api/diskspace: 200.OK (1218 ms)
  156. 20-6-9 00:42:46.8|Trace|Http|Req: 19076 [GET] /api/series?sort_by=sortTitle&order=asc
  157. 20-6-9 00:42:46.8|Trace|Http|Req: 19077 [GET] /MediaCover/645/poster-250.jpg
  158. 20-6-9 00:42:46.8|Trace|Http|Req: 19078 [GET] /MediaCover/967/poster-250.jpg
  159. 20-6-9 00:42:46.8|Trace|Http|Req: 19079 [GET] /MediaCover/902/poster-250.jpg
  160. 20-6-9 00:42:46.9|Warn|MediaCoverMapper|File C:\ProgramData\NzbDrone\MediaCover\645\poster.jpg not found
  161. 20-6-9 00:42:46.9|Trace|Http|Res: 19077 [GET] /MediaCover/645/poster-250.jpg: 404.NotFound (109 ms)
  162. 20-6-9 00:42:46.9|Warn|MediaCoverMapper|File C:\ProgramData\NzbDrone\MediaCover\967\poster.jpg not found
  163. 20-6-9 00:42:46.9|Warn|MediaCoverMapper|File C:\ProgramData\NzbDrone\MediaCover\902\poster.jpg not found
  164. 20-6-9 00:42:47.0|Trace|Http|Res: 19078 [GET] /MediaCover/967/poster-250.jpg: 404.NotFound (144 ms)
  165. 20-6-9 00:42:47.0|Trace|Http|Res: 19079 [GET] /MediaCover/902/poster-250.jpg: 404.NotFound (157 ms)
  166. 20-6-9 00:42:50.9|Trace|Http|Req: 19080 [GET] /api/profile
  167. 20-6-9 00:42:50.9|Trace|Http|Req: 19081 [GET] /api/rootfolder
  168. 20-6-9 00:42:51.0|Trace|Http|Res: 19080 [GET] /api/profile: 200.OK (79 ms)
  169. 20-6-9 00:42:51.0|Debug|Api|[GET] /api/profile: 200.OK (79 ms)
  170. 20-6-9 00:42:51.1|Debug|RootFolderService|Generating list of unmapped folders
  171. 20-6-9 00:42:52.1|Debug|RootFolderService|24 unmapped folders detected.
  172. 20-6-9 00:42:52.2|Debug|RootFolderService|Generating list of unmapped folders
  173. 20-6-9 00:42:53.1|Debug|RootFolderService|1 unmapped folders detected.
  174. 20-6-9 00:42:53.1|Trace|Http|Res: 19081 [GET] /api/rootfolder: 200.OK (2167 ms)
  175. 20-6-9 00:42:53.1|Debug|Api|[GET] /api/rootfolder: 200.OK (2167 ms)
  176. 20-6-9 00:42:55.0|Trace|Http|Req: 19082 [GET] /api/series/lookup?term=the+man+show
  177. 20-6-9 00:42:55.0|Trace|HttpClient|Req: [GET] http://skyhook.sonarr.tv/v1/tvdb/search/en/?term=the%20man%20show
  178. 20-6-9 00:42:55.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
  179. 20-6-9 00:42:55.6|Trace|HttpClient|Req: [GET] http://services.sonarr.tv/v1/update/master?version=2.0.0.5344&os=windows&runtimeVer=4.6.2&active=true
  180. 20-6-9 00:42:55.6|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
  181. 20-6-9 00:42:55.6|Trace|HttpClient|Res: [GET] http://skyhook.sonarr.tv/v1/tvdb/search/en/?term=the%20man%20show: 200.OK (546 ms)
  182. 20-6-9 00:42:55.6|Trace|Http|Res: 19082 [GET] /api/series/lookup?term=the+man+show: 200.OK (641 ms)
  183. 20-6-9 00:42:55.7|Debug|Api|[GET] /api/series/lookup?term=the+man+show: 200.OK (641 ms)
  184. 20-6-9 00:42:55.8|Trace|HttpClient|Res: [GET] http://services.sonarr.tv/v1/update/master?version=2.0.0.5344&os=windows&runtimeVer=4.6.2&active=true: 200.OK (211 ms)
  185. 20-6-9 00:42:55.8|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
  186. 20-6-9 00:42:55.8|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthModule
  187. 20-6-9 00:42:55.9|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthModule
  188. 20-6-9 00:42:55.9|Trace|Http|Req: 19083 [GET] /api/health
  189. 20-6-9 00:42:55.9|Trace|Http|Res: 19083 [GET] /api/health: 200.OK (36 ms)
  190. 20-6-9 00:42:56.0|Debug|Api|[GET] /api/health: 200.OK (36 ms)
  191. 20-6-9 00:42:59.9|Trace|Http|Req: 19084 [GET] /api/health
  192. 20-6-9 00:42:59.9|Trace|Http|Req: 19085 [GET] /api/diskspace
  193. 20-6-9 00:43:00.0|Trace|Http|Res: 19084 [GET] /api/health: 200.OK (47 ms)
  194. 20-6-9 00:43:00.0|Debug|Api|[GET] /api/health: 200.OK (47 ms)
  195. 20-6-9 00:43:00.1|Trace|Http|Req: 19086 [GET] /api/health
  196. 20-6-9 00:43:00.1|Trace|Http|Res: 19086 [GET] /api/health: 200.OK (39 ms)
  197. 20-6-9 00:43:00.1|Debug|Api|[GET] /api/health: 200.OK (39 ms)
  198. 20-6-9 00:43:01.3|Trace|Http|Req: 19087 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc
  199. 20-6-9 00:43:01.3|Trace|Http|Res: 19087 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (22 ms)
  200. 20-6-9 00:43:01.3|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (22 ms)
  201. 20-6-9 00:43:01.3|Trace|Http|Req: 19088 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc
  202. 20-6-9 00:43:01.4|Trace|Http|Res: 19088 [GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (26 ms)
  203. 20-6-9 00:43:01.4|Trace|Http|Res: 19085 [GET] /api/diskspace: 200.OK (1442 ms)
  204. 20-6-9 00:43:01.4|Debug|Api|[GET] /api/log?page=1&pageSize=50&sortKey=time&sortDir=desc: 200.OK (26 ms)
  205. 20-6-9 00:43:01.4|Debug|Api|[GET] /api/diskspace: 200.OK (1442 ms)
  206. 20-6-9 00:43:01.4|Trace|Http|Req: 19089 [GET] /api/diskspace
  207. 20-6-9 00:43:02.0|Trace|Http|Res: 19076 [GET] /api/series?sort_by=sortTitle&order=asc: 200.OK (15203 ms)
  208. 20-6-9 00:43:02.0|Debug|Api|[GET] /api/series?sort_by=sortTitle&order=asc: 200.OK (15203 ms)
  209. 20-6-9 00:43:02.6|Trace|Http|Res: 19089 [GET] /api/diskspace: 200.OK (1187 ms)
  210. 20-6-9 00:43:02.6|Debug|Api|[GET] /api/diskspace: 200.OK (1187 ms)
  211. 20-6-9 00:43:03.2|Trace|Http|Req: 19090 [GET] /api/log/file
  212. 20-6-9 00:43:03.2|Trace|Http|Res: 19090 [GET] /api/log/file: 200.OK (19 ms)
  213. 20-6-9 00:43:03.2|Debug|Api|[GET] /api/log/file: 200.OK (19 ms)
  214. 20-6-9 00:43:03.3|Trace|Http|Req: 19091 [GET] /api/log/file/sonarr.trace.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement