Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. 07/18/2019 03:18:44 [Critical]: One or more errors occurred. (Value cannot be null.
  2. Parameter name: source)
  3. System.Collections.Async.ParallelForEachException: One or more errors occurred. (Value cannot be null.
  4. Parameter name: source) ---> System.ArgumentNullException: Value cannot be null.
  5. Parameter name: source
  6. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
  7. at ThunderED.API.DiscordAPI.CheckAndNotifyBadDiscordRoles(IList`1 roles, LogCat category) in /app/ThunderED/API/DiscordAPI.cs:line 653
  8. at ThunderED.Modules.WebAuthModule.Initialize() in /app/ThunderED/Modules/WebAuthModule.cs:line 53
  9. at ThunderED.Classes.TickManager.<>c.<<LoadModules>b__5_0>d.MoveNext() in /app/ThunderED/Classes/TickManager.cs:line 129
  10. --- End of inner exception stack trace ---
  11. at ThunderED.Classes.TickManager.LoadModules() in /app/ThunderED/Classes/TickManager.cs:line 130
  12. at ThunderED.Classes.TickManager.Tick(Object stateInfo) in /app/ThunderED/Classes/TickManager.cs:line 154
  13. ---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null.
  14. Parameter name: source
  15. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
  16. at ThunderED.API.DiscordAPI.CheckAndNotifyBadDiscordRoles(IList`1 roles, LogCat category) in /app/ThunderED/API/DiscordAPI.cs:line 653
  17. at ThunderED.Modules.WebAuthModule.Initialize() in /app/ThunderED/Modules/WebAuthModule.cs:line 53
  18. at ThunderED.Classes.TickManager.<>c.<<LoadModules>b__5_0>d.MoveNext() in /app/ThunderED/Classes/TickManager.cs:line 129<---
  19. System.ArgumentNullException: Value cannot be null.
  20. Parameter name: source
  21. at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
  22. at ThunderED.API.DiscordAPI.CheckAndNotifyBadDiscordRoles(IList`1 roles, LogCat category) in /app/ThunderED/API/DiscordAPI.cs:line 653
  23. at ThunderED.Modules.WebAuthModule.Initialize() in /app/ThunderED/Modules/WebAuthModule.cs:line 53
  24. at ThunderED.Classes.TickManager.<>c.<<LoadModules>b__5_0>d.MoveNext() in /app/ThunderED/Classes/TickManager.cs:line 129
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement