Advertisement
Guest User

Untitled

a guest
Feb 10th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. Unable to connect to the remote server
  2. MediaBrowser.Model.Net.HttpException
  3. System.Object:
  4. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  5. --- End of stack trace from previous location where exception was thrown ---
  6. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  7. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  8. at MediaBrowser.ApiInteraction.ApiClient.<GetItemsAsync>d__26.MoveNext()
  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.Theater.Core.Screensaver.ScreensaverWindow.<LoadUserScreensaver>d__6.MoveNext()
  13. --- End of stack trace from previous location where exception was thrown ---
  14. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
  15. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  16. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  17. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  18. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  19. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  20. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  21. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  22. at System.Windows.Threading.DispatcherOperation.Invoke()
  23. at System.Windows.Threading.Dispatcher.ProcessQueue()
  24. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  25. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  26. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  27. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  28. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  29. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  30. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  31. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  32. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  33. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  34. at System.Windows.Window.ShowHelper(Object booleanBox)
  35. at System.Windows.Window.Show()
  36. at System.Windows.Window.ShowDialog()
  37. at MediaBrowser.Theater.Presentation.Controls.BaseModalWindow.ShowModal(Window owner)
  38. at MediaBrowser.UI.EntryPoints.ScreensaverEntryPoint.<ShowScreensaver>b__8()
  39. at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
  40. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  41. --- End of stack trace from previous location where exception was thrown ---
  42. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  43. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  44. at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
  45. at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
  46. at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
  47. at System.Windows.Threading.Dispatcher.Invoke(Action callback)
  48. at MediaBrowser.UI.EntryPoints.ScreensaverEntryPoint.ShowScreensaver()
  49. at MediaBrowser.UI.EntryPoints.ScreensaverEntryPoint.ShowScreensaverIfNeeded()
  50. at MediaBrowser.UI.EntryPoints.ScreensaverEntryPoint.TimerCallback(Object state)
  51. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  52. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  53. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  54. at System.Threading.TimerQueueTimer.CallCallback()
  55. at System.Threading.TimerQueueTimer.Fire()
  56. at System.Threading.TimerQueue.FireNextTimers()
  57. at System.Threading.TimerQueue.AppDomainTimerCallback()
  58. InnerException: System.Net.WebException
  59. Unable to connect to the remote server
  60. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  61. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  62. --- End of stack trace from previous location where exception was thrown ---
  63. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  64. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  65. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  66. InnerException: System.Net.Sockets.SocketException
  67. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.73:8096
  68. at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  69. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement