Guest User

Untitled

a guest
Apr 10th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.44 KB | None | 0 0
  1. 2014-04-09 22:11:31.0100 Error - App: UnhandledException
  2. Unable to connect to the remote server
  3. MediaBrowser.Model.Net.HttpException
  4. System.Object:
  5. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  6. --- End of stack trace from previous location where exception was thrown ---
  7. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  8. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  9. at MediaBrowser.ApiInteraction.ApiClient.<GetItemsAsync>d__26.MoveNext()
  10. --- End of stack trace from previous location where exception was thrown ---
  11. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  12. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  13. at MediaBrowser.Plugins.DefaultTheme.Screensavers.BackdropScreensaverWindow.<LoadScreensaver>d__6.MoveNext()
  14. --- End of stack trace from previous location where exception was thrown ---
  15. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
  16. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  17. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  18. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  19. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  20. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  21. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  22. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  23. at System.Windows.Threading.DispatcherOperation.Invoke()
  24. at System.Windows.Threading.Dispatcher.ProcessQueue()
  25. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  26. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  27. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  28. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  29. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  30. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  31. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  32. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  33. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  34. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  35. at System.Windows.Threading.Dispatcher.Run()
  36. at System.Windows.Application.RunDispatcher(Object ignore)
  37. at System.Windows.Application.RunInternal(Window window)
  38. at System.Windows.Application.Run(Window window)
  39. at MediaBrowser.UI.App.Main()
  40. InnerException: System.Net.WebException
  41. Unable to connect to the remote server
  42. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  43. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  44. --- End of stack trace from previous location where exception was thrown ---
  45. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  46. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  47. at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
  48. InnerException: System.Net.Sockets.SocketException
  49. A socket operation was attempted to an unreachable host 192.168.1.73:8096
  50. at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  51. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  52.  
  53. 2014-04-09 22:11:33.5081 Warn - ApiWebSocket: Web socket connection closed.
  54. 2014-04-09 22:11:33.5081 Info - ApiWebSocket: Created new web socket of type WebSocket4NetClientWebSocket
  55. 2014-04-09 22:11:33.5481 Info - ApiWebSocket: Connected to ws://192.168.1.73:8945/mediabrowser
  56. 2014-04-09 22:11:33.5481 Info - ApiWebSocket: Sending web socket identification message Media Browser Theater|HTPC-ADMIN|3.0.5205.37079|HTPC-ADMIN
  57. 2014-04-09 22:11:33.5481 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  58. 2014-04-09 22:11:33.5481 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  59. 2014-04-09 22:11:33.7781 Debug - ApiClient: Received OK status code after 220.0003 ms from GET: http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  60. 2014-04-09 22:11:33.7781 Debug - ApiClient: Received OK status code after 220.0003 ms from GET: http://192.168.1.73:8096/mediabrowser/System/Info?format=json
  61. 2014-04-09 22:12:33.5857 Error - ApiWebSocket: Error deserializing web socket message
  62. Type definitions should start with a '{', expecting serialized type 'WebSocketMessage', got string starting with: 09/04/2014 10:12:33 PM
  63. System.Runtime.Serialization.SerializationException
  64. at ServiceStack.Text.Common.DeserializeTypeRefJson.StringToType(Type type, String strType, EmptyCtorDelegate ctorFn, Dictionary`2 typeAccessorMap)
  65. at ServiceStack.Text.Common.DeserializeType`1.<>c__DisplayClass3.<GetParseMethod>b__1(String value)
  66. at ServiceStack.Text.Json.JsonReader`1.Parse(String value)
  67. at ServiceStack.Text.JsonSerializer.DeserializeFromString[T](String value)
  68. at MediaBrowser.Common.Implementations.Serialization.JsonSerializer.DeserializeFromString[T](String text)
  69. at MediaBrowser.ApiInteraction.WebSocket.BaseApiWebSocket.GetMessageType(String json)
  70. at MediaBrowser.ApiInteraction.WebSocket.BaseApiWebSocket.OnMessageReceived(String json)
  71.  
  72. 2014-04-10 00:47:07.5100 Info - App: DailyTrigger fired for task: Start new log file
  73. 2014-04-10 00:47:07.8840 Info - App: Executing Start new log file
Advertisement
Add Comment
Please, Sign In to add comment