MMOMinion

Full Version: Minion App Will Not Login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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()<---
<---
I also ran a tracert to see what would happen. Here is the result:

Code:
Tracing route to www.mmmominion.com [198.105.254.11]
over a maximum of 30 hops:

 1    <1 ms    <1 ms    <1 ms  router.asus.com [192.168.1.1]
 2    10 ms    18 ms     9 ms  10.113.176.1
 3    32 ms    33 ms    32 ms  host-74-204-140-169.vyvebroadband.net [74.204.140.169]
 4    33 ms    31 ms    31 ms  te0-19-0-6.ccr41.dfw03.atlas.cogentco.com [38.122.24.17]
 5    31 ms    34 ms    30 ms  telia.dfw03.atlas.cogentco.com [154.54.10.154]
 6    71 ms    77 ms    77 ms  las-b21-link.telia.net [80.91.254.169]
 7    70 ms    67 ms    71 ms  las-b22-link.telia.net [213.155.131.75]
 8    76 ms    73 ms    71 ms  hurricane-ic-308039-las-b3.c.telia.net [80.239.167.190]
 9    71 ms    71 ms    71 ms  xerocole-inc.gigabitethernet2-9.core1.lax2.he.net [64.62.133.170]
10     *        *        *     Request timed out.
11     *        *        *     Request timed out.
12     *        *        *     Request timed out.
13     *        *        *     Request timed out.
14     *        *        *     Request timed out.
15     *        *        *     Request timed out.
16     *        *        *     Request timed out.
17     *        *        *     Request timed out.
18  ^C
Okay, well my only guess would be something to do with ISP or server issue along the way. So I figured out how to route Minion Traffic through VPN by adding it to the route table in Windows. Guess I will just have to use that from now on.
(10-15-2016, 07:29 PM)omnix88 Wrote: [ -> ]Okay, well my only guess would be something to do with ISP or server issue along the way. So I figured out how to route Minion Traffic through VPN by adding it to the route table in Windows. Guess I will just have to use that from now on.

mine is doing almost the same thing.

Mine:
12 89 ms 99 ms 75 ms xerocole-inc.gigabitethernet2-9.core1.lax2.he.net [64.62.133.170]
13 * * * Request timed out.
14 * * * Request timed out.
15 * * * Request timed out.
this has neither to do with you or your isp really, the issue at hand is that there is a faulty (datacenter) hub in between you and the minion server, this can mean either it blocking or malfunctioning hardware.
(10-16-2016, 08:56 AM)fxfire Wrote: [ -> ]^ what brocklesnar said :/ there is nothing we nor you can do...besides waiting ...maybe there is a way to contact that faulty middle hop spot owner ... but then again, no clue

Seems this was the case. It is now working through normal ISP without VPN. Thanks guys for all you do!