Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2014-04-09 22:11:31.0100 Error - App: UnhandledException
- Unable to connect to the remote server
- MediaBrowser.Model.Net.HttpException
- System.Object:
- at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MediaBrowser.ApiInteraction.ApiClient.<GetItemsAsync>d__26.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MediaBrowser.Plugins.DefaultTheme.Screensavers.BackdropScreensaverWindow.<LoadScreensaver>d__6.MoveNext()
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
- at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
- at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
- at System.Windows.Threading.DispatcherOperation.InvokeImpl()
- at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Windows.Threading.DispatcherOperation.Invoke()
- at System.Windows.Threading.Dispatcher.ProcessQueue()
- at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
- at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
- at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
- at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
- at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
- at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
- at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
- at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
- at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
- at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
- at System.Windows.Threading.Dispatcher.Run()
- at System.Windows.Application.RunDispatcher(Object ignore)
- at System.Windows.Application.RunInternal(Window window)
- at System.Windows.Application.Run(Window window)
- at MediaBrowser.UI.App.Main()
- InnerException: System.Net.WebException
- Unable to connect to the remote server
- at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
- at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
- --- End of stack trace from previous location where exception was thrown ---
- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
- at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
- at MediaBrowser.ApiInteraction.HttpWebRequestClient.<SendAsync>d__1.MoveNext()
- InnerException: System.Net.Sockets.SocketException
- A socket operation was attempted to an unreachable host 192.168.1.73:8096
- at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
- at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
- 2014-04-09 22:11:33.5081 Warn - ApiWebSocket: Web socket connection closed.
- 2014-04-09 22:11:33.5081 Info - ApiWebSocket: Created new web socket of type WebSocket4NetClientWebSocket
- 2014-04-09 22:11:33.5481 Info - ApiWebSocket: Connected to ws://192.168.1.73:8945/mediabrowser
- 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
- 2014-04-09 22:11:33.5481 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/System/Info?format=json
- 2014-04-09 22:11:33.5481 Debug - ApiClient: GET http://192.168.1.73:8096/mediabrowser/System/Info?format=json
- 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
- 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
- 2014-04-09 22:12:33.5857 Error - ApiWebSocket: Error deserializing web socket message
- Type definitions should start with a '{', expecting serialized type 'WebSocketMessage', got string starting with: 09/04/2014 10:12:33 PM
- System.Runtime.Serialization.SerializationException
- at ServiceStack.Text.Common.DeserializeTypeRefJson.StringToType(Type type, String strType, EmptyCtorDelegate ctorFn, Dictionary`2 typeAccessorMap)
- at ServiceStack.Text.Common.DeserializeType`1.<>c__DisplayClass3.<GetParseMethod>b__1(String value)
- at ServiceStack.Text.Json.JsonReader`1.Parse(String value)
- at ServiceStack.Text.JsonSerializer.DeserializeFromString[T](String value)
- at MediaBrowser.Common.Implementations.Serialization.JsonSerializer.DeserializeFromString[T](String text)
- at MediaBrowser.ApiInteraction.WebSocket.BaseApiWebSocket.GetMessageType(String json)
- at MediaBrowser.ApiInteraction.WebSocket.BaseApiWebSocket.OnMessageReceived(String json)
- 2014-04-10 00:47:07.5100 Info - App: DailyTrigger fired for task: Start new log file
- 2014-04-10 00:47:07.8840 Info - App: Executing Start new log file
Advertisement
Add Comment
Please, Sign In to add comment