Guest User

Untitled

a guest
Apr 10th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.80 KB | None | 0 0
  1. 2014-04-10 01:28:05.0023 Debug - ApiClient: Received OK status code after 50.0001 ms from GET: http://192.168.1.73:8096/mediabrowser/Items/f8b9487dac737832a42f3d7d3e6c495b/Images/Backdrop?Quality=100&Tag=f0ac51fc-ee8a-f4fb-2b34-a65a2226b12e&EnableImageEnhancers=True
  2. 2014-04-10 04:37:41.5200 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/Users/2b4aa313efd7987aae54c932afe1a6fa/Items?Limit=1000&SortBy=Random&SeriesStatuses=&fields=&Filters=&ImageTypes=Backdrop&VideoTypes=&AirDays=&recursive=True&MediaTypes=&Genres=&Ids=&Studios=&ExcludeItemTypes=&IncludeItemTypes=Movie,Boxset,Trailer,Game,Series,MusicArtist&Artists=&PersonTypes=&Years=&format=json
  3. 2014-04-10 04:37:41.6000 Debug - ScreensaverManager: Show screen saver Backdrop
  4. 2014-04-10 04:37:41.6000 Error - ApiClient: Error getting response from http://192.168.1.73:8096/mediabrowser/Users/2b4aa313efd7987aae54c932afe1a6fa/Items?Limit=1000&SortBy=Random&SeriesStatuses=&fields=&Filters=&ImageTypes=Backdrop&VideoTypes=&AirDays=&recursive=True&MediaTypes=&Genres=&Ids=&Studios=&ExcludeItemTypes=&IncludeItemTypes=Movie,Boxset,Trailer,Game,Series,MusicArtist&Artists=&PersonTypes=&Years=&format=json
  5. Unable to connect to the remote server
  6. System.Net.WebException
  7. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  8. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  9. --- End of stack trace from previous location where exception was thrown ---
  10. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  11. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  12. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  13. InnerException: System.Net.Sockets.SocketException
  14. A socket operation was attempted to an unreachable host 192.168.1.73:8096
  15. at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  16. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  17.  
  18. 2014-04-10 04:37:42.1300 Error - App: UnhandledException
  19. Unable to connect to the remote server
  20. MediaBrowser.Model.Net.HttpException
  21. System.Object:
  22. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  23. --- End of stack trace from previous location where exception was thrown ---
  24. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  25. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  26. at MediaBrowser.ApiInteraction.ApiClient.<GetItemsAsync>d__26.MoveNext()
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  29. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  30. at MediaBrowser.Plugins.DefaultTheme.Screensavers.BackdropScreensaverWindow.<LoadScreensaver>d__6.MoveNext()
  31. --- End of stack trace from previous location where exception was thrown ---
  32. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
  33. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  34. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  35. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  36. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  37. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  38. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  39. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  40. at System.Windows.Threading.DispatcherOperation.Invoke()
  41. at System.Windows.Threading.Dispatcher.ProcessQueue()
  42. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  43. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  44. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  45. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  46. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  47. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  48. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  49. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  50. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  51. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  52. at System.Windows.Window.ShowHelper(Object booleanBox)
  53. at System.Windows.Window.Show()
  54. at System.Windows.Window.ShowDialog()
  55. at MediaBrowser.Theater.Presentation.Controls.BaseModalWindow.ShowModal(Window owner, IUserInputManager userInputManager)
  56. at MediaBrowser.Plugins.DefaultTheme.Screensavers.ScreensaverWindowBase.MediaBrowser.Theater.Interfaces.Presentation.IScreensaver.ShowModal()
  57. at MediaBrowser.Theater.Implementations.Presentation.ScreensaverManager.<>c__DisplayClassc.<ShowScreensaver>b__b()
  58. at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
  59. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  60. --- End of stack trace from previous location where exception was thrown ---
  61. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  62. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  63. at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
  64. at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
  65. at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
  66. at System.Windows.Threading.Dispatcher.Invoke(Action callback)
  67. at MediaBrowser.Theater.Implementations.Presentation.ScreensaverManager.ShowScreensaver(String overRideScreenSaverName)
  68. at MediaBrowser.Theater.Implementations.Presentation.ScreensaverManager.ShowScreensaver(Boolean forceShowShowScreensaver, String overRideScreenSaverName)
  69. at MediaBrowser.Theater.Implementations.Presentation.ScreensaverManager.TimerCallback(Object state)
  70. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  71. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  72. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  73. at System.Threading.TimerQueueTimer.CallCallback()
  74. at System.Threading.TimerQueueTimer.Fire()
  75. at System.Threading.TimerQueue.FireQueuedTimerCompletion(Object state)
  76. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  77. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  78. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  79. InnerException: System.Net.WebException
  80. Unable to connect to the remote server
  81. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  82. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  83. --- End of stack trace from previous location where exception was thrown ---
  84. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  85. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  86. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  87. InnerException: System.Net.Sockets.SocketException
  88. A socket operation was attempted to an unreachable host 192.168.1.73:8096
  89. at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  90. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  91.  
  92. 2014-04-10 04:37:44.5011 Warn - ApiWebSocket: Web socket connection closed.
  93. 2014-04-10 04:37:44.5011 Info - ApiWebSocket: Created new web socket of type WebSocket4NetClientWebSocket
  94. 2014-04-10 04:37:44.5011 Info - ApiWebSocket: Connected to ws://192.168.1.73:8945/mediabrowser
  95. 2014-04-10 04:37:44.5111 Info - ApiWebSocket: Sending web socket identification message Media Browser Theater|HTPC-ADMIN|3.0.5212.14381|HTPC-ADMIN
  96. 2014-04-10 04:37:44.5111 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  97. 2014-04-10 04:37:44.5111 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  98. 2014-04-10 04:37:44.5711 Debug - ApiClient: Received OK status code after 60.0001 ms from GET: http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  99. 2014-04-10 04:37:44.5711 Debug - ApiClient: Received OK status code after 60.0001 ms from GET: http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  100. 2014-04-10 04:37:51.5811 Debug - UserInputManager: Window_KeyDown Return
  101. 2014-04-10 04:37:51.5811 Debug - CommandManager: input_KeyDown Return Ctrl(False) Shift(False)
  102. 2014-04-10 04:37:51.5911 Debug - CommandActionsEntryPoint: commandManager_CommandReceived Select
  103. 2014-04-10 04:37:51.5911 Debug - DefaultCommandActionMap: ExecuteCommandAction Select
  104. 2014-04-10 04:37:52.6991 Debug - App: OnMouseMove 1919,160 1919,175
  105. 2014-04-10 04:37:52.7391 Debug - App: OnMouseMove 1919,82 1919,175
  106. 2014-04-10 04:37:52.7391 Debug - App: OnMouseMove 1919,39 1919,175
  107. 2014-04-10 04:37:52.7641 Debug - App: OnMouseMove 1919,0 1919,175
  108. 2014-04-10 04:37:52.9601 Debug - App: OnMouseMove 1919,3 1919,175
  109. 2014-04-10 04:37:52.9751 Debug - App: OnMouseMove 1919,11 1919,175
  110. 2014-04-10 04:37:52.9901 Debug - App: OnMouseMove 1919,27 1919,175
  111. 2014-04-10 04:37:53.0051 Debug - App: OnMouseMove 1919,49 1919,175
  112. 2014-04-10 04:37:53.0221 Debug - App: OnMouseMove 1919,73 1919,175
  113. 2014-04-10 04:37:53.0431 Debug - App: OnMouseMove 1919,101 1919,175
  114. 2014-04-10 04:37:53.0531 Debug - App: OnMouseMove 1919,121 1919,175
  115. 2014-04-10 04:37:53.0702 Debug - App: OnMouseMove 1919,145 1919,175
  116. 2014-04-10 04:37:53.0862 Debug - App: OnMouseMove 1919,163 1919,175
  117. 2014-04-10 04:37:53.0992 Debug - App: OnMouseMove 1919,177 1919,175
  118. 2014-04-10 04:37:53.1172 Debug - App: OnMouseMove 1919,186 1919,175
  119. 2014-04-10 04:37:53.1312 Debug - App: OnMouseMove 1915,200 1919,175
  120. 2014-04-10 04:37:53.1472 Debug - App: OnMouseMove 1911,209 1919,175
  121. 2014-04-10 04:37:53.1612 Debug - App: OnMouseMove 1904,220 1919,175
  122. 2014-04-10 04:37:53.1792 Debug - App: OnMouseMove 1888,236 1919,175
  123. 2014-04-10 04:37:53.1932 Debug - App: OnMouseMove 1864,255 1919,175
  124. 2014-04-10 04:37:53.2192 Debug - App: OnMouseMove 1833,278 1919,175
  125. 2014-04-10 04:37:53.2232 Debug - App: OnMouseMove 1782,304 1919,175
  126. 2014-04-10 04:37:53.2492 Debug - App: OnMouseMove 1731,330 1919,175
  127. 2014-04-10 04:37:53.2652 Debug - App: OnMouseMove 1674,358 1919,175
  128. 2014-04-10 04:37:53.2822 Debug - App: OnMouseMove 1615,389 1919,175
  129. 2014-04-10 04:37:53.2852 Debug - App: OnMouseMove 1558,417 1919,175
  130. 2014-04-10 04:37:53.3112 Debug - App: OnMouseMove 1502,441 1919,175
  131. 2014-04-10 04:37:53.3942 Debug - App: OnMouseMove 1290,479 1919,175
  132. 2014-04-10 04:37:53.3942 Debug - App: OnMouseMove 1245,476 1919,175
  133. 2014-04-10 04:37:53.4162 Debug - App: OnMouseMove 1186,472 1919,175
  134. 2014-04-10 04:37:53.4262 Debug - App: OnMouseMove 1120,458 1919,175
  135. 2014-04-10 04:37:53.4462 Debug - App: OnMouseMove 1061,441 1919,175
  136. 2014-04-10 04:37:53.4562 Debug - App: OnMouseMove 1031,424 1919,175
  137. 2014-04-10 04:37:53.4762 Debug - App: OnMouseMove 1015,406 1919,175
  138. 2014-04-10 04:37:53.4962 Debug - App: OnMouseMove 1011,397 1919,175
  139. 2014-04-10 04:37:53.5062 Debug - App: OnMouseMove 1010,391 1919,175
  140. 2014-04-10 04:37:53.5262 Debug - App: OnMouseMove 1010,385 1919,175
  141. 2014-04-10 04:37:53.5462 Debug - App: OnMouseMove 1010,382 1919,175
  142. 2014-04-10 04:37:53.5562 Debug - App: OnMouseMove 1010,381 1919,175
  143. 2014-04-10 04:37:53.5662 Debug - App: OnMouseMove 1010,380 1919,175
Advertisement
Add Comment
Please, Sign In to add comment