Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.23 KB | None | 0 0
  1. *** Running /etc/rc.local...
  2. *** Booting runit daemon...
  3. *** Runit started as PID 7
  4. [Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.3154
  5. [Info] AppFolderInfo: Data directory is being overridden to [/config]
  6. [Debug] ProcessProvider: Found 0 processes with the name: NzbDrone.Console
  7. [Debug] ProcessProvider: Found 1 processes with the name: NzbDrone
  8. [Info] MigrationLogger: *** Migrating data source=/config/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  9. [Debug] MigrationLogger: Took: 00:00:00.1055842
  10. [Info] MigrationLogger: *** Migrating data source=/config/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  11. [Debug] MigrationLogger: Took: 00:00:00.0122328
  12. [Info] Router: Application mode: Interactive
  13. [Debug] Router: Console selected
  14. [Info] OwinHostController: Listening on the following URLs:
  15. [Info] OwinHostController: http://*:8989/
  16. [Debug] OwinAppFactory: Attaching NzbDroneVersionMiddleWare to host
  17. [Debug] OwinAppFactory: Attaching SignalRMiddleWare to host
  18. [Debug] OwinAppFactory: Attaching NancyMiddleWare to host
  19. [Info] NancyBootstrapper: Starting NzbDrone API
  20. [Trace] EventAggregator: Publishing ApplicationStartedEvent
  21. [Trace] EventAggregator: ApplicationStartedEvent -> UserService
  22. [Trace] EventAggregator: ApplicationStartedEvent <- UserService
  23. [Trace] EventAggregator: ApplicationStartedEvent -> DownloadClientFactory
  24. [Debug] DownloadClientFactory: Initializing Providers. Count 8
  25. [Trace] EventAggregator: ApplicationStartedEvent <- DownloadClientFactory
  26. [Trace] EventAggregator: ApplicationStartedEvent -> IndexerFactory
  27. [Debug] IndexerFactory: Initializing Providers. Count 12
  28. [Trace] EventAggregator: ApplicationStartedEvent <- IndexerFactory
  29. [Trace] EventAggregator: ApplicationStartedEvent -> ReconfigureLogging
  30. [Info] SceneMappingService: Updating Scene mappings
  31. [Info] HousekeepingService: Running housecleaning tasks
  32. [Info] Database: Vacuuming Log database
  33. [Error] Database: An Error occurred while vacuuming database.
  34. [Error] TaskExtensions: Task Error
  35.  
  36. NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, please check your settings ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  37. at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000] in :0
  38. at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x00000] in :0
  39. --- End of inner exception stack trace ---
  40. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0
  41. at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0
  42. at RestSharp.Http.GetRawResponse (System.Net.HttpWebRequest request) [0x00000] in :0
  43. --- End of inner exception stack trace ---
  44. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.CheckForError (IRestResponse response) [0x00000] in :0
  45. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (IRestRequest restRequest, System.String action, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0
  46. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetConfig (NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0
  47. at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetStatus () [0x00000] in :0
  48. at NzbDrone.Core.HealthCheck.Checks.ImportMechanismCheck.b__0 (IDownloadClient v) [0x00000] in :0
  49. at System.Linq.Enumerable+c__Iterator10`2[NzbDrone.Core.Download.IDownloadClient,<>f__AnonymousTypee`2[NzbDrone.Core.Download.IDownloadClient,NzbDrone.Core.Download.DownloadClientStatus]].MoveNext () [0x00000] in :0
  50. at System.Collections.Generic.List`1[<>f__AnonymousTypee`2[NzbDrone.Core.Download.IDownloadClient,NzbDrone.Core.Download.DownloadClientStatus]].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in :0
  51. at System.Collections.Generic.List`1[<>f__AnonymousTypee`2[NzbDrone.Core.Download.IDownloadClient,NzbDrone.Core.Download.DownloadClientStatus]]..ctor (IEnumerable`1 collection) [0x00000] in :0
  52. at System.Linq.Enumerable.ToList[<>f__AnonymousTypee`2] (IEnumerable`1 source) [0x00000] in :0
  53. at NzbDrone.Core.HealthCheck.Checks.ImportMechanismCheck.Check () [0x00000] in :0
  54. at NzbDrone.Core.HealthCheck.HealthCheckService.b__0 (IProvideHealthCheck c) [0x00000] in :0
  55. at System.Linq.Enumerable+c__Iterator10`2[NzbDrone.Core.HealthCheck.IProvideHealthCheck,NzbDrone.Core.HealthCheck.HealthCheck].MoveNext () [0x00000] in :0
  56. at System.Collections.Generic.List`1[NzbDrone.Core.HealthCheck.HealthCheck].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in :0
  57. at System.Collections.Generic.List`1[NzbDrone.Core.HealthCheck.HealthCheck]..ctor (IEnumerable`1 collection) [0x00000] in :0
  58. at System.Linq.Enumerable.ToList[HealthCheck] (IEnumerable`1 source) [0x00000] in :0
  59. at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (System.Func`2 predicate) [0x00000] in :0
  60. at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in :0
  61. at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass3`1[NzbDrone.Core.Lifecycle.ApplicationStartedEvent].b__0 () [0x00000] in :0
  62. at System.Threading.Tasks.TaskActionInvoker+ActionInvoke.Invoke (System.Threading.Tasks.Task owner, System.Object state, System.Threading.Tasks.Task context) [0x00000] in :0
  63. at System.Threading.Tasks.Task.InnerInvoke () [0x00000] in :0
  64. at System.Threading.Tasks.Task.ThreadStart () [0x00000] in :0
  65.  
  66. [Info] Database: Vacuuming Main database
  67. [Error] Database: An Error occurred while vacuuming database.
  68. [Warn] Sabnzbd: Couldn't get download queue. Unable to connect to SABnzbd, please check your settings
  69. [Error] Sabnzbd: Unable to connect to SABnzbd, please check your settings
  70.  
  71. NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, please check your settings ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  72. at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000] in :0
  73. at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x00000] in :0
  74. --- End of inner exception stack trace ---
  75. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0
  76. at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0
  77. at RestSharp.Http.GetRawResponse (System.Net.HttpWebRequest request) [0x00000] in :0
  78. --- End of inner exception stack trace ---
  79. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.CheckForError (IRestResponse response) [0x00000] in :0
  80. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (IRestRequest restRequest, System.String action, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0
  81. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetHistory (Int32 start, Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0
  82. at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetHistory () [0x00000] in :0
  83.  
  84. [Error] CommandExecutor: Error occurred while executing task CheckHealth
  85.  
  86. NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, please check your settings ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  87. at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000] in :0
  88. at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x00000] in :0
  89. --- End of inner exception stack trace ---
  90. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0
  91. at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0
  92. at RestSharp.Http.GetRawResponse (System.Net.HttpWebRequest request) [0x00000] in :0
  93. --- End of inner exception stack trace ---
  94. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.CheckForError (IRestResponse response) [0x00000] in :0
  95. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (IRestRequest restRequest, System.String action, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0
  96. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetConfig (NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0
  97. at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetStatus () [0x00000] in :0
  98. at NzbDrone.Core.HealthCheck.Checks.ImportMechanismCheck.b__0 (IDownloadClient v) [0x00000] in :0
  99. at System.Linq.Enumerable+c__Iterator10`2[NzbDrone.Core.Download.IDownloadClient,<>f__AnonymousTypee`2[NzbDrone.Core.Download.IDownloadClient,NzbDrone.Core.Download.DownloadClientStatus]].MoveNext () [0x00000] in :0
  100. at System.Collections.Generic.List`1[<>f__AnonymousTypee`2[NzbDrone.Core.Download.IDownloadClient,NzbDrone.Core.Download.DownloadClientStatus]].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in :0
  101. at System.Collections.Generic.List`1[<>f__AnonymousTypee`2[NzbDrone.Core.Download.IDownloadClient,NzbDrone.Core.Download.DownloadClientStatus]]..ctor (IEnumerable`1 collection) [0x00000] in :0
  102. at System.Linq.Enumerable.ToList[<>f__AnonymousTypee`2] (IEnumerable`1 source) [0x00000] in :0
  103. at NzbDrone.Core.HealthCheck.Checks.ImportMechanismCheck.Check () [0x00000] in :0
  104. at NzbDrone.Core.HealthCheck.HealthCheckService.b__0 (IProvideHealthCheck c) [0x00000] in :0
  105. at System.Linq.Enumerable+c__Iterator10`2[NzbDrone.Core.HealthCheck.IProvideHealthCheck,NzbDrone.Core.HealthCheck.HealthCheck].MoveNext () [0x00000] in :0
  106. at System.Collections.Generic.List`1[NzbDrone.Core.HealthCheck.HealthCheck].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in :0
  107. at System.Collections.Generic.List`1[NzbDrone.Core.HealthCheck.HealthCheck]..ctor (IEnumerable`1 collection) [0x00000] in :0
  108. at System.Linq.Enumerable.ToList[HealthCheck] (IEnumerable`1 source) [0x00000] in :0
  109. at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (System.Func`2 predicate) [0x00000] in :0
  110. at NzbDrone.Core.HealthCheck.HealthCheckService.Execute (NzbDrone.Core.HealthCheck.CheckHealthCommand message) [0x00000] in :0
  111. at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[CheckHealthCommand] (NzbDrone.Core.HealthCheck.CheckHealthCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x00000] in :0
  112.  
  113. [Info] RssSyncService: Starting RSS Sync
  114. [Info] DownloadDecisionMaker: Processing 200 releases
  115. [Info] RssSyncService: RSS Sync Completed. Reports found: 200, Reports grabbed: 0
  116. [Warn] Sabnzbd: Couldn't get download queue. Unable to connect to SABnzbd, please check your settings
  117. [Error] Sabnzbd: Unable to connect to SABnzbd, please check your settings
  118.  
  119. NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, please check your settings ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  120. at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000] in :0
  121. at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x00000] in :0
  122. --- End of inner exception stack trace ---
  123. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0
  124. at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0
  125. at RestSharp.Http.GetRawResponse (System.Net.HttpWebRequest request) [0x00000] in :0
  126. --- End of inner exception stack trace ---
  127. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.CheckForError (IRestResponse response) [0x00000] in :0
  128. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (IRestRequest restRequest, System.String action, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0
  129. at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetHistory (Int32 start, Int32 limit, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0
  130. at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.GetHistory () [0x00000] in :0
  131.  
  132. [Error] NzbDroneErrorPipeline: [GET /api/series]
  133.  
  134. System.Data.SQLite.SQLiteException: database or disk is full
  135. database or disk is full
  136. at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement) <0x00267>
  137. at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement) <0x0013e>
  138. at System.Data.SQLite.SQLiteDataReader.NextResult () <0x006de>
  139. at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00295>
  140. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00047>
  141. at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior) <0x00043>
  142. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00013>
  143. at System.Data.Common.DbCommand.ExecuteReader () <0x00015>
  144. at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader () <0x00053>
  145. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1,bool) <0x000ff>
  146. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1) <0x0003b>
  147. at Marr.Data.DataMapper.Query (string) <0x00057>
  148. at NzbDrone.Core.SeriesStats.SeriesStatisticsRepository.SeriesStatistics () <0x0011f>
  149. at NzbDrone.Core.SeriesStats.SeriesStatisticsService.SeriesStatistics () <0x0001d>
  150. at NzbDrone.Api.Series.SeriesModule.AllSeries () <0x00020>
  151. at NzbDrone.Api.REST.RestModule`1.b__c (object) <0x0001a>
  152. at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x000a0>
  153. at System.Dynamic.UpdateDelegates.UpdateAndExecute2, object, object> (System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x0053b>
  154. at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00137>
  155.  
  156.  
  157. [Fatal] NzbDroneErrorPipeline: Request Failed
  158.  
  159. System.Data.SQLite.SQLiteException: database or disk is full
  160. database or disk is full
  161. at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement) <0x00267>
  162. at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement) <0x0013e>
  163. at System.Data.SQLite.SQLiteDataReader.NextResult () <0x006de>
  164. at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00295>
  165. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00047>
  166. at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior) <0x00043>
  167. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00013>
  168. at System.Data.Common.DbCommand.ExecuteReader () <0x00015>
  169. at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader () <0x00053>
  170. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1,bool) <0x000ff>
  171. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1) <0x0003b>
  172. at Marr.Data.DataMapper.Query (string) <0x00057>
  173. at NzbDrone.Core.SeriesStats.SeriesStatisticsRepository.SeriesStatistics () <0x0011f>
  174. at NzbDrone.Core.SeriesStats.SeriesStatisticsService.SeriesStatistics () <0x0001d>
  175. at NzbDrone.Api.Series.SeriesModule.AllSeries () <0x00020>
  176. at NzbDrone.Api.REST.RestModule`1.b__c (object) <0x0001a>
  177. at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x000a0>
  178. at System.Dynamic.UpdateDelegates.UpdateAndExecute2, object, object> (System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x0053b>
  179. at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00137>
  180.  
  181.  
  182. [Error] NzbDroneErrorPipeline: [GET /api/series]
  183.  
  184. System.Data.SQLite.SQLiteException: database or disk is full
  185. database or disk is full
  186. at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement) <0x00267>
  187. at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement) <0x0013e>
  188. at System.Data.SQLite.SQLiteDataReader.NextResult () <0x006de>
  189. at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00295>
  190. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00047>
  191. at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior) <0x00043>
  192. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00013>
  193. at System.Data.Common.DbCommand.ExecuteReader () <0x00015>
  194. at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader () <0x00053>
  195. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1,bool) <0x000ff>
  196. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1) <0x0003b>
  197. at Marr.Data.DataMapper.Query (string) <0x00057>
  198. at NzbDrone.Core.SeriesStats.SeriesStatisticsRepository.SeriesStatistics () <0x0011f>
  199. at NzbDrone.Core.SeriesStats.SeriesStatisticsService.SeriesStatistics () <0x0001d>
  200. at NzbDrone.Api.Series.SeriesModule.AllSeries () <0x00020>
  201. at NzbDrone.Api.REST.RestModule`1.b__c (object) <0x0001a>
  202. at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x000a0>
  203. at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00137>
  204.  
  205.  
  206. [Fatal] NzbDroneErrorPipeline: Request Failed
  207.  
  208. System.Data.SQLite.SQLiteException: database or disk is full
  209. database or disk is full
  210. at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement) <0x00267>
  211. at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement) <0x0013e>
  212. at System.Data.SQLite.SQLiteDataReader.NextResult () <0x006de>
  213. at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00295>
  214. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00047>
  215. at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior) <0x00043>
  216. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00013>
  217. at System.Data.Common.DbCommand.ExecuteReader () <0x00015>
  218. at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader () <0x00053>
  219. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1,bool) <0x000ff>
  220. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1) <0x0003b>
  221. at Marr.Data.DataMapper.Query (string) <0x00057>
  222. at NzbDrone.Core.SeriesStats.SeriesStatisticsRepository.SeriesStatistics () <0x0011f>
  223. at NzbDrone.Core.SeriesStats.SeriesStatisticsService.SeriesStatistics () <0x0001d>
  224. at NzbDrone.Api.Series.SeriesModule.AllSeries () <0x00020>
  225. at NzbDrone.Api.REST.RestModule`1.b__c (object) <0x0001a>
  226. at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x000a0>
  227. at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00137>
  228.  
  229.  
  230. [Error] NzbDroneErrorPipeline: [GET /api/series]
  231.  
  232. System.Data.SQLite.SQLiteException: database or disk is full
  233. database or disk is full
  234. at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement) <0x00267>
  235. at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement) <0x0013e>
  236. at System.Data.SQLite.SQLiteDataReader.NextResult () <0x006de>
  237. at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00295>
  238. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00047>
  239. at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior) <0x00043>
  240. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00013>
  241. at System.Data.Common.DbCommand.ExecuteReader () <0x00015>
  242. at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader () <0x00053>
  243. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1,bool) <0x000ff>
  244. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1) <0x0003b>
  245. at Marr.Data.DataMapper.Query (string) <0x00057>
  246. at NzbDrone.Core.SeriesStats.SeriesStatisticsRepository.SeriesStatistics () <0x0011f>
  247. at NzbDrone.Core.SeriesStats.SeriesStatisticsService.SeriesStatistics () <0x0001d>
  248. at NzbDrone.Api.Series.SeriesModule.AllSeries () <0x00020>
  249. at NzbDrone.Api.REST.RestModule`1.b__c (object) <0x0001a>
  250. at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x000a0>
  251. at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00137>
  252.  
  253.  
  254. [Fatal] NzbDroneErrorPipeline: Request Failed
  255.  
  256. System.Data.SQLite.SQLiteException: database or disk is full
  257. database or disk is full
  258. at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement) <0x00267>
  259. at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement) <0x0013e>
  260. at System.Data.SQLite.SQLiteDataReader.NextResult () <0x006de>
  261. at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00295>
  262. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00047>
  263. at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior) <0x00043>
  264. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00013>
  265. at System.Data.Common.DbCommand.ExecuteReader () <0x00015>
  266. at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader () <0x00053>
  267. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1,bool) <0x000ff>
  268. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1) <0x0003b>
  269. at Marr.Data.DataMapper.Query (string) <0x00057>
  270. at NzbDrone.Core.SeriesStats.SeriesStatisticsRepository.SeriesStatistics () <0x0011f>
  271. at NzbDrone.Core.SeriesStats.SeriesStatisticsService.SeriesStatistics () <0x0001d>
  272. at NzbDrone.Api.Series.SeriesModule.AllSeries () <0x00020>
  273. at NzbDrone.Api.REST.RestModule`1.b__c (object) <0x0001a>
  274. at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x000a0>
  275. at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00137>
  276.  
  277.  
  278. [Error] NzbDroneErrorPipeline: [GET /api/series]
  279.  
  280. System.Data.SQLite.SQLiteException: database or disk is full
  281. database or disk is full
  282. at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement) <0x00267>
  283. at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement) <0x0013e>
  284. at System.Data.SQLite.SQLiteDataReader.NextResult () <0x006de>
  285. at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00295>
  286. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00047>
  287. at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior) <0x00043>
  288. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00013>
  289. at System.Data.Common.DbCommand.ExecuteReader () <0x00015>
  290. at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader () <0x00053>
  291. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1,bool) <0x000ff>
  292. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1) <0x0003b>
  293. at Marr.Data.DataMapper.Query (string) <0x00057>
  294. at NzbDrone.Core.SeriesStats.SeriesStatisticsRepository.SeriesStatistics () <0x0011f>
  295. at NzbDrone.Core.SeriesStats.SeriesStatisticsService.SeriesStatistics () <0x0001d>
  296. at NzbDrone.Api.Series.SeriesModule.AllSeries () <0x00020>
  297. at NzbDrone.Api.REST.RestModule`1.b__c (object) <0x0001a>
  298. at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x000a0>
  299. at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00137>
  300.  
  301.  
  302. [Fatal] NzbDroneErrorPipeline: Request Failed
  303.  
  304. System.Data.SQLite.SQLiteException: database or disk is full
  305. database or disk is full
  306. at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement) <0x00267>
  307. at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement) <0x0013e>
  308. at System.Data.SQLite.SQLiteDataReader.NextResult () <0x006de>
  309. at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00295>
  310. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) <0x00047>
  311. at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior) <0x00043>
  312. at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00013>
  313. at System.Data.Common.DbCommand.ExecuteReader () <0x00015>
  314. at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader () <0x00053>
  315. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1,bool) <0x000ff>
  316. at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection`1) <0x0003b>
  317. at Marr.Data.DataMapper.Query (string) <0x00057>
  318. at NzbDrone.Core.SeriesStats.SeriesStatisticsRepository.SeriesStatistics () <0x0011f>
  319. at NzbDrone.Core.SeriesStats.SeriesStatisticsService.SeriesStatistics () <0x0001d>
  320. at NzbDrone.Api.Series.SeriesModule.AllSeries () <0x00020>
  321. at NzbDrone.Api.REST.RestModule`1.b__c (object) <0x0001a>
  322. at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2,object) <0x000a0>
  323. at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00137>
  324.  
  325.  
  326. [Info] RssSyncService: RSS Sync Completed. Reports found: 200, Reports grabbed: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement