Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1.  
  2. Unhandled Exception: System.ArgumentException: Token validation failed
  3. Parameter name: token ---> Discord.Net.HttpException: The server responded with error 401 (Unauthorized): "401: Unauthorized"
  4. at Discord.Net.Rest.DefaultRestClient.<SendInternalAsync>d__16.MoveNext()
  5. --- End of stack trace from previous location where exception was thrown ---
  6. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  7. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  8. at Discord.Net.Rest.DefaultRestClient.<SendAsync>d__13.MoveNext()
  9. --- End of stack trace from previous location where exception was thrown ---
  10. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  11. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  12. at Discord.Net.Queue.RestRequest.<SendAsync>d__33.MoveNext()
  13. --- End of stack trace from previous location where exception was thrown ---
  14. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  15. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  16. at Discord.Net.Queue.RequestQueueBucket.<SendAsyncInternal>d__16.MoveNext()
  17. --- End of stack trace from previous location where exception was thrown ---
  18. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  19. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  20. at Discord.Net.Queue.RequestQueueBucket.<SendAsync>d__15.MoveNext()
  21. --- End of stack trace from previous location where exception was thrown ---
  22. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  23. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  24. at Discord.Net.Queue.RequestQueue.<SendAsync>d__19.MoveNext()
  25. --- End of stack trace from previous location where exception was thrown ---
  26. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  27. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  28. at Discord.API.DiscordRestApiClient.<SendInternalAsync>d__46.MoveNext()
  29. --- End of stack trace from previous location where exception was thrown ---
  30. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  31. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  32. at Discord.API.DiscordRestApiClient.<SendAsync>d__36`1.MoveNext()
  33. --- End of stack trace from previous location where exception was thrown ---
  34. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  35. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  36. at Discord.API.DiscordRestApiClient.<GetMyUserAsync>d__119.MoveNext()
  37. --- End of stack trace from previous location where exception was thrown ---
  38. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  39. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  40. at Discord.Rest.DiscordRestClient.<ValidateTokenAsync>d__36.MoveNext()
  41. --- End of inner exception stack trace ---
  42. at Discord.Rest.DiscordRestClient.<ValidateTokenAsync>d__36.MoveNext()
  43. --- End of stack trace from previous location where exception was thrown ---
  44. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  45. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  46. at Discord.Rest.DiscordRestClient.<LoginInternalAsync>d__35.MoveNext()
  47. --- End of stack trace from previous location where exception was thrown ---
  48. at Discord.Rest.DiscordRestClient.<LoginInternalAsync>d__35.MoveNext()
  49. --- End of stack trace from previous location where exception was thrown ---
  50. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  51. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  52. at Discord.Rest.DiscordRestClient.<LoginAsync>d__34.MoveNext()
  53. --- End of stack trace from previous location where exception was thrown ---
  54. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  55. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  56. at NadekoBot.ShardedDiscordClient.<>c__DisplayClass70_0.<<LoginAsync>b__0>d.MoveNext()
  57. --- End of stack trace from previous location where exception was thrown ---
  58. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  59. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  60. at NadekoBot.NadekoBot.<RunAsync>d__41.MoveNext()
  61. --- End of stack trace from previous location where exception was thrown ---
  62. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  63. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  64. at NadekoBot.Program.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement