Listening...
New connection from 127.0.0.1:19213
Unhandled Exception: Discord.Net.TimeoutException: An operation has timed out.
at Discord.Net.WebSockets.WebSocket.WaitForConnection(CancellationToken cance
lToken)
at Discord.Net.WebSockets.GatewaySocket.WaitForConnection(CancellationToken c
ancelToken)
at Discord.DiscordClient.<BeginConnect>d__78.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Discord.DiscordClient.<BeginConnect>d__78.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Discord.DiscordClient.<Connect>d__76.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at PogoLocationFeeder.Program.<>c__DisplayClass12_0.<<Start>b__2>d.MoveNext()
in D:\games\PogoLocationFeeder\PogoLocationFeeder\Program.cs:line 143
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at Discord.DiscordClient.ExecuteAndWait(Func`1 asyncAction)
at PogoLocationFeeder.Program.Start() in D:\games\PogoLocationFeeder\PogoLoca
tionFeeder\Program.cs:line 139
at PogoLocationFeeder.Program.Main(String[] args) in D:\games\PogoLocationFee
der\PogoLocationFeeder\Program.cs:line 23