Advertisement
Guest User

Untitled

a guest
Dec 10th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. Start of error log file: Sunday, December 10, 2017 8:00:22 PM======================================
  2. Error: POST https://api.octovpn.net/?action=login failed. An error occurred while sending the request.
  3. Request body:
  4. user=cocochipguy%40gmail.com&pass=db2b82c7b63b96a8
  5. Date: Sunday, December 10, 2017 8:00:22 PM
  6. Stack Trace: at Flurl.Http.FlurlRequest.<SendAsync>d__18.MoveNext()
  7. --- End of stack trace from previous location where exception was thrown ---
  8. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  9. at Flurl.Http.FlurlRequest.<SendAsync>d__18.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 Flurl.Http.HttpResponseMessageExtensions.<ReceiveJson>d__0`1.MoveNext()
  14. --- End of stack trace from previous location where exception was thrown ---
  15. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  16. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  17. at Flurl.Http.HttpResponseMessageExtensions.<ReceiveJson>d__1.MoveNext()
  18. --- End of stack trace from previous location where exception was thrown ---
  19. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  20. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  21. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  22. at octovpn.Login.<Button_Click>d__7.MoveNext()
  23. --- End of stack trace from previous location where exception was thrown ---
  24. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  25. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  26. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  27. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  28. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  29. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  30. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  31. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  32. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  33. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  34. at System.Windows.Threading.DispatcherOperation.Invoke()
  35. at System.Windows.Threading.Dispatcher.ProcessQueue()
  36. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  37. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  38. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  39. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  40. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  41. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  42. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  43. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  44. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  45. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  46. at System.Windows.Window.ShowHelper(Object booleanBox)
  47. at System.Windows.Window.Show()
  48. at System.Windows.Window.ShowDialog()
  49. at octovpn.MainWindow.<CheckSession>d__31.MoveNext()
  50. ======================================
  51. ======================================
  52. Error: One or more errors occurred.
  53. Date: Sunday, December 10, 2017 8:45:35 PM
  54. Stack Trace: at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  55. at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  56. at System.Threading.Tasks.Task`1.get_Result()
  57. at octovpn.MainWindow.WebRequest(String url)
  58. at octovpn.MainWindow.LoadServers()
  59. ======================================
  60. ======================================
  61. Error: One or more errors occurred.
  62. Date: Sunday, December 10, 2017 8:45:47 PM
  63. Stack Trace: at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  64. at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  65. at System.Threading.Tasks.Task`1.get_Result()
  66. at octovpn.MainWindow.WebRequest(String url)
  67. at octovpn.MainWindow.LoadOptions()
  68. ======================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement