Guest User

Untitled

a guest
Mar 13th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.36 KB | None | 0 0
  1. 2014-03-13 22:16:44.9170 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/Users/2b4aa313efd7987aae54c932afe1a6fa/Items?Limit=100&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
  2. 2014-03-13 22:16:45.0470 Error - App: UnhandledException
  3. Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.
  4. System.InvalidOperationException
  5. at System.Windows.Window.VerifyCanShow()
  6. at System.Windows.Window.ShowDialog()
  7. at MediaBrowser.Theater.Presentation.Controls.BaseModalWindow.ShowModal(Window owner)
  8. at MediaBrowser.UI.EntryPoints.ScreensaverEntryPoint.<ShowScreensaver>b__8()
  9. at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
  10. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  11. --- End of stack trace from previous location where exception was thrown ---
  12. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  13. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  14. at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
  15. at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
  16. at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
  17. at System.Windows.Threading.Dispatcher.Invoke(Action callback)
  18. at MediaBrowser.UI.EntryPoints.ScreensaverEntryPoint.ShowScreensaver()
  19. at MediaBrowser.UI.EntryPoints.ScreensaverEntryPoint.ShowScreensaverIfNeeded()
  20. at MediaBrowser.UI.EntryPoints.ScreensaverEntryPoint.TimerCallback(Object state)
  21. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  22. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  23. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  24. at System.Threading.TimerQueueTimer.CallCallback()
  25. at System.Threading.TimerQueueTimer.Fire()
  26. at System.Threading.TimerQueue.FireQueuedTimerCompletion(Object state)
  27. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  28. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  29. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  30.  
  31. 2014-03-13 22:16:45.0470 Error - ApiClient: Error getting response from http://192.168.1.73:8096/mediabrowser/Users/2b4aa313efd7987aae54c932afe1a6fa/Items?Limit=100&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
  32. Unable to connect to the remote server
  33. System.Net.WebException
  34. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  35. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  36. --- End of stack trace from previous location where exception was thrown ---
  37. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  38. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  39. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  40. InnerException: System.Net.Sockets.SocketException
  41. A socket operation was attempted to an unreachable host 192.168.1.73:8096
  42. at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  43. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  44.  
  45. 2014-03-13 22:16:45.0620 Error - App: Error loading screensaver:
  46. Unable to connect to the remote server
  47. MediaBrowser.Model.Net.HttpException
  48. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  49. --- End of stack trace from previous location where exception was thrown ---
  50. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  51. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  52. at MediaBrowser.ApiInteraction.ApiClient.<GetItemsAsync>d__26.MoveNext()
  53. --- End of stack trace from previous location where exception was thrown ---
  54. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  55. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  56. at MediaBrowser.Theater.Core.Screensaver.ScreensaverWindow.<LoadUserScreensaver>d__9.MoveNext()
  57. --- End of stack trace from previous location where exception was thrown ---
  58. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  59. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  60. at MediaBrowser.Theater.Core.Screensaver.ScreensaverWindow.<LoadScreensaver>d__0.MoveNext()
  61. InnerException: System.Net.WebException
  62. Unable to connect to the remote server
  63. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  64. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  65. --- End of stack trace from previous location where exception was thrown ---
  66. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  67. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  68. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  69. InnerException: System.Net.Sockets.SocketException
  70. A socket operation was attempted to an unreachable host 192.168.1.73:8096
  71. at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  72. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  73.  
  74. 2014-03-13 22:16:47.5021 Warn - ApiWebSocket: Web socket connection closed.
  75. 2014-03-13 22:16:47.5021 Info - ApiWebSocket: Created new web socket of type WebSocket4NetClientWebSocket
  76. 2014-03-13 22:16:47.5551 Info - ApiWebSocket: Connected to ws://192.168.1.73:8945/mediabrowser
  77. 2014-03-13 22:16:47.5551 Info - ApiWebSocket: Sending web socket identification message Media Browser Theater|HTPC-ADMIN|3.0.5168.25066|HTPC-ADMIN
  78. 2014-03-13 22:16:47.5551 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  79. 2014-03-13 22:16:47.5551 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  80. 2014-03-13 22:16:48.8872 Debug - ApiClient: Received OK status code after 1318.0754 ms from GET: http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  81. 2014-03-13 22:16:48.9162 Debug - ApiClient: Received OK status code after 1342.0768 ms from GET: http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  82. 2014-03-13 22:16:55.9216 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/Users/2b4aa313efd7987aae54c932afe1a6fa/Items?SortBy=SortName&sortOrder=Ascending&SeriesStatuses=&fields=PrimaryImageAspectRatio,DateCreated,MediaStreams,Taglines,Genres,Overview,DisplayPreferencesId&Filters=&ImageTypes=&VideoTypes=&AirDays=&recursive=True&MediaTypes=&Genres=&Ids=&Studios=&ExcludeItemTypes=&IncludeItemTypes=Movie&Artists=&PersonTypes=&Years=&MinCommunityRating=8.2&format=json
  83. 2014-03-13 22:17:01.0339 Debug - ApiClient: Received OK status code after 2542.1454 ms from GET: http://192.168.1.73:8096/mediabrowser/Users/2b4aa313efd7987aae54c932afe1a6fa/Items?SortBy=SortName&sortOrder=Ascending&SeriesStatuses=&fields=PrimaryImageAspectRatio,DateCreated,MediaStreams,Taglines,Genres,Overview,DisplayPreferencesId&Filters=&ImageTypes=&VideoTypes=&AirDays=&recursive=True&MediaTypes=&Genres=&Ids=&Studios=&ExcludeItemTypes=&IncludeItemTypes=Movie&Artists=&PersonTypes=&Years=&MinCommunityRating=8.2&format=json
  84. 2014-03-13 22:17:01.7719 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/Users/2b4aa313efd7987aae54c932afe1a6fa/Items?SortBy=SortName&sortOrder=Ascending&SeriesStatuses=&fields=PrimaryImageAspectRatio,DateCreated,MediaStreams,Taglines,Genres,Overview,DisplayPreferencesId&Filters=&ImageTypes=&VideoTypes=&AirDays=&recursive=True&MediaTypes=&Genres=&Ids=&Studios=&ExcludeItemTypes=&IncludeItemTypes=Movie&Artists=&PersonTypes=&Years=&format=json
  85. 2014-03-13 22:17:02.0380 Debug - ApiClient: Received OK status code after 262.015 ms from GET: http://192.168.1.73:8096/mediabrowser/Users/2b4aa313efd7987aae54c932afe1a6fa/Items?SortBy=SortName&sortOrder=Ascending&SeriesStatuses=&fields=PrimaryImageAspectRatio,DateCreated,MediaStreams,Taglines,Genres,Overview,DisplayPreferencesId&Filters=&ImageTypes=&VideoTypes=&AirDays=&recursive=True&MediaTypes=&Genres=&Ids=&Studios=&ExcludeItemTypes=&IncludeItemTypes=Movie&Artists=&PersonTypes=&Years=&format=json
Advertisement
Add Comment
Please, Sign In to add comment