Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Minion App Will Not Login
#1
Config 
Short synopsis, suddenly unable to login to bot via normal ISP. I have to either use a hot-spot or VPN to get around it. I hope its not my ISP, that would be pretty shitty. In the event that it is, are there any networking experts that can help me setup the VPN so it does not dominate the whole gateway but only allows the Minion App through?

As Directed by HansW, here is a copy of the log:

Code:
14 Initializing...
15 Local time : 10/15/2016 4:25:15 PM Remote time : 10/15/2016 4:25:17 PM
15 TimeDifference : 00:00:01.8402201
57 System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_0.<UpdateDataTaskAsync>b__0()
  at System.Threading.Tasks.Task`1.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  at System.Threading.Tasks.Task`1.get_Result()
  at MINIONAPP.ViewModels.StoreViewModel.<UpdateDataTaskAsync>b__48_4(Task`1 asyncresult)
  at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
--- 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 MINIONAPP.ViewModels.StoreViewModel.<UpdateProductDataAsync>d__46.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 MINIONAPP.Views.LoginView.<Initialize>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_0.<UpdateDataTaskAsync>b__0()
  at System.Threading.Tasks.Task`1.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
---> (Inner Exception #0) System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()<---

---> (Inner Exception #1) System.Net.WebException: The operation has timed out
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()<---

---> (Inner Exception #2) System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()<---

---> (Inner Exception #3) System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()<---
<---

57 System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_0.<UpdateDataTaskAsync>b__0()
  at System.Threading.Tasks.Task`1.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  at System.Threading.Tasks.Task`1.get_Result()
  at MINIONAPP.ViewModels.StoreViewModel.<UpdateDataTaskAsync>b__48_4(Task`1 asyncresult)
  at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
--- 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 MINIONAPP.ViewModels.StoreViewModel.<UpdateProductDataAsync>d__46.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 MINIONAPP.Views.LoginView.<Initialize>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_0.<UpdateDataTaskAsync>b__0()
  at System.Threading.Tasks.Task`1.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
---> (Inner Exception #0) System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()<---

---> (Inner Exception #1) System.Net.WebException: The operation has timed out
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()<---

---> (Inner Exception #2) System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()<---

---> (Inner Exception #3) System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 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 5.9.81.207:443
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.GetResponse()
  at MINIONAPP.Api.MinionService.GetAddonReleaseNotes(String addonUuId) in Z:\Pro\tools\MinionApp\MINIONAPP.Api\MinionService.cs:line 280
  at MinionAPI.MinionAddonManager.PopulateReleaseNotes(MinionAddon addon)
  at MINIONAPP.ViewModels.StoreViewModel.<>c__DisplayClass48_2.<UpdateDataTaskAsync>b__3()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()<---
<---
Reply
 


Messages In This Thread
Minion App Will Not Login - by omnix88 - 10-15-2016, 04:32 PM
RE: Minion App Will Not Login - by omnix88 - 10-15-2016, 04:39 PM
RE: Minion App Will Not Login - by omnix88 - 10-15-2016, 07:29 PM
RE: Minion App Will Not Login - by bearsmacked - 10-15-2016, 11:27 PM
RE: Minion App Will Not Login - by brocklesnar - 10-16-2016, 08:33 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products