Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. System.Net.Sockets.SocketException (0x80004005): No such host is known
  2. at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
  3. at System.Net.Dns.EndGetHostEntry(IAsyncResult asyncResult)
  4. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  5. --- End of stack trace from previous location where exception was thrown ---
  6. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  7. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  8. at Discord.Net.Providers.UDPClient.UDPClient.SetDestination(String host, Int32 port)
  9. at Discord.Audio.AudioClient.<ProcessMessageAsync>d__58.MoveNext()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement