Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. Unhandled Exception:
  2. System.ArgumentException: An item with the same key has already been added.
  3. at System.ThrowHelper.ThrowArgumentException (System.ExceptionResource resource) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
  4. at System.Collections.Generic.Dictionary`2[TKey,TValue].Insert (TKey key, TValue value, System.Boolean add) [0x0008e] in <f712f98eb8e445c8918edaf595bbe465>:0
  5. at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
  6. at SteamBot.Bot.updateLeaderboard () [0x00039] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  7. at SteamBot.Bot..ctor (SteamBot.Configuration+BotInfo config, System.String apiKey, SteamBot.Bot+UserHandlerCreator handlerCreator, System.Boolean debug, System.Boolean process) [0x00369] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  8. at SteamBot.BotManager+RunningBot.SpawnBotThread (SteamBot.Configuration+BotInfo botConfig) [0x0000d] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  9. at SteamBot.BotManager+RunningBot.Start () [0x00047] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  10. at SteamBot.BotManager.StartBots () [0x00035] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  11. at SteamBot.Program.BotManagerMode () [0x0008e] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  12. at SteamBot.Program.Main (System.String[] args) [0x00057] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  13. [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: An item with the same key has already been added.
  14. at System.ThrowHelper.ThrowArgumentException (System.ExceptionResource resource) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
  15. at System.Collections.Generic.Dictionary`2[TKey,TValue].Insert (TKey key, TValue value, System.Boolean add) [0x0008e] in <f712f98eb8e445c8918edaf595bbe465>:0
  16. at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
  17. at SteamBot.Bot.updateLeaderboard () [0x00039] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  18. at SteamBot.Bot..ctor (SteamBot.Configuration+BotInfo config, System.String apiKey, SteamBot.Bot+UserHandlerCreator handlerCreator, System.Boolean debug, System.Boolean process) [0x00369] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  19. at SteamBot.BotManager+RunningBot.SpawnBotThread (SteamBot.Configuration+BotInfo botConfig) [0x0000d] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  20. at SteamBot.BotManager+RunningBot.Start () [0x00047] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  21. at SteamBot.BotManager.StartBots () [0x00035] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  22. at SteamBot.Program.BotManagerMode () [0x0008e] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  23. at SteamBot.Program.Main (System.String[] args) [0x00057] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  24. PS /usr/local/tradebot/bin/Debug> mono ./SteamBot.exe
  25. [(System) 2017-02-27 04:26:55] INFO: Launching Bot Sphinx's Trade Bot...
  26.  
  27. Unhandled Exception:
  28. System.ArgumentException: An item with the same key has already been added.
  29. at System.ThrowHelper.ThrowArgumentException (System.ExceptionResource resource) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
  30. at System.Collections.Generic.Dictionary`2[TKey,TValue].Insert (TKey key, TValue value, System.Boolean add) [0x0008e] in <f712f98eb8e445c8918edaf595bbe465>:0
  31. at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
  32. at SteamBot.Bot.updateLeaderboard () [0x00039] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  33. at SteamBot.Bot..ctor (SteamBot.Configuration+BotInfo config, System.String apiKey, SteamBot.Bot+UserHandlerCreator handlerCreator, System.Boolean debug, System.Boolean process) [0x00369] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  34. at SteamBot.BotManager+RunningBot.SpawnBotThread (SteamBot.Configuration+BotInfo botConfig) [0x0000d] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  35. at SteamBot.BotManager+RunningBot.Start () [0x00047] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  36. at SteamBot.BotManager.StartBots () [0x00035] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  37. at SteamBot.Program.BotManagerMode () [0x0008e] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  38. at SteamBot.Program.Main (System.String[] args) [0x00057] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  39. [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: An item with the same key has already been added.
  40. at System.ThrowHelper.ThrowArgumentException (System.ExceptionResource resource) [0x0000b] in <f712f98eb8e445c8918edaf595bbe465>:0
  41. at System.Collections.Generic.Dictionary`2[TKey,TValue].Insert (TKey key, TValue value, System.Boolean add) [0x0008e] in <f712f98eb8e445c8918edaf595bbe465>:0
  42. at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <f712f98eb8e445c8918edaf595bbe465>:0
  43. at SteamBot.Bot.updateLeaderboard () [0x00039] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  44. at SteamBot.Bot..ctor (SteamBot.Configuration+BotInfo config, System.String apiKey, SteamBot.Bot+UserHandlerCreator handlerCreator, System.Boolean debug, System.Boolean process) [0x00369] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  45. at SteamBot.BotManager+RunningBot.SpawnBotThread (SteamBot.Configuration+BotInfo botConfig) [0x0000d] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  46. at SteamBot.BotManager+RunningBot.Start () [0x00047] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  47. at SteamBot.BotManager.StartBots () [0x00035] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  48. at SteamBot.Program.BotManagerMode () [0x0008e] in <63d3847d0e30416b9ecee4928b85b7f4>:0
  49. at SteamBot.Program.Main (System.String[] args) [0x00057] in <63d3847d0e30416b9ecee4928b85b7f4>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement