Advertisement
Guest User

Untitled

a guest
Jul 5th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-07-05 20:41:51,421 - INFO - core.bootstrap - Starting Tyrbot...
  2. 2019-07-05 20:41:54,476 - INFO - core.upgrade - db at version '10'
  3. 2019-07-05 20:42:01,101 - INFO - core.aochat.bot - Connecting to 'chat.d1.funcom.com:7105'
  4. 2019-07-05 20:42:01,224 - INFO - core.aochat.bot - Logging in as 'BotName'
  5. 2019-07-05 20:42:01,573 - INFO - core.aochat.bot - Connected!
  6. 2019-07-05 20:42:01,753 - INFO - core.aochat.bot - To User2: You have been auto-invited to the private channel.
  7. 2019-07-05 20:42:06,756 - ERROR - modules.core.system.system_controller - the bot has recovered from an unexpected shutdown or restart
  8. 2019-07-05 20:42:06,755 - INFO - core.aochat.bot - Login complete (5.182584s)
  9. 2019-07-05 20:42:06,756 - INFO - core.aochat.bot - To User1: BotName is now online but may have shut down or restarted unexpectedly.
  10. 2019-07-05 20:42:06,779 - INFO - core.aochat.bot - Connect events finished (0.023384s)
  11. 2019-07-05 20:42:06,868 - INFO - core.aochat.bot - [SystemMessage] User1 is offline, message has been buffered.
  12. 2019-07-05 20:42:06,977 - INFO - core.private_channel_service - [Private Channel] BotName: BotName is now online but may have shut down or restarted unexpectedly.
  13. 2019-07-05 20:42:23,153 - INFO - core.private_channel_service - [Private Channel] User2 joined the channel.
  14. 2019-07-05 20:42:23,156 - INFO - core.aochat.bot - To User2: Unread News: Die Dragons sind wieder DA !
  15. - Jany [2019-03-27 20:25:49 UTC] ID 1 [link]Hide[/link]
  16. 2019-07-05 20:42:23,184 - INFO - core.aochat.bot - To User2: [link]Online (2)[/link]
  17. 2019-07-05 20:42:23,416 - INFO - core.private_channel_service - [Private Channel] BotName: User2 (72/3) Clan Meta-Physicist - [link]Alts of User1 (3)[/link] has joined the private channel.
  18. 2019-07-05 20:42:32,467 - INFO - core.private_channel_service - [Private Channel] User2: !xan 12m
  19. 2019-07-05 20:42:35,075 - INFO - core.private_channel_service - [Private Channel] BotName: [link]12Man loot table (Page 1 / 2)[/link]
  20. 2019-07-05 20:42:35,184 - INFO - core.private_channel_service - [Private Channel] BotName: [link]12Man loot table (Page 2 / 2)[/link]
  21. 2019-07-05 20:42:38,093 - INFO - core.aochat.bot - From User2: loot addraiditem 122 1
  22. 2019-07-05 20:42:38,102 - INFO - core.aochat.bot - To User2: Added Hacker's Gem to loot list.
  23. 2019-07-05 20:42:40,476 - INFO - core.aochat.bot - From User2: loot addraiditem 127 1
  24. 2019-07-05 20:42:40,494 - INFO - core.aochat.bot - To User2: Added Sniper's Gem to loot list.
  25. 2019-07-05 20:42:45,467 - INFO - core.private_channel_service - [Private Channel] User2: !loot
  26. 2019-07-05 20:42:45,471 - ERROR - core.command_service - error processing command: loot
  27. Traceback (most recent call last):
  28.   File "Path\core\command_service.py", line 180, in process_command
  29.     response = handler["callback"](CommandRequest(channel, sender, reply), *self.process_matches(matches, handler["params"]))
  30.   File "Path\modules\standard\raid\loot_controller.py", line 34, in loot_cmd
  31.     return self.get_loot_list()
  32.   File "Path\modules\standard\raid\loot_controller.py", line 324, in get_loot_list
  33.     blob += "%d. %s " % (i, loot_item.get_item_str())
  34.   File "Path\modules\standard\raid\item_types.py", line 20, in get_item_str
  35.     return text.make_item(self.item.low_id, self.item.high_id, self.item.ql, item_name)
  36.   File "Path\core\dict_object.py", line 14, in __getattr__
  37.     return self.get_value(name)
  38.   File "Path\core\dict_object.py", line 6, in get_value
  39.     val = self[name]
  40. KeyError: 'low_id'
  41.  
  42. 2019-07-05 20:42:45,582 - INFO - core.private_channel_service - [Private Channel] BotName: There was an error processing your request.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement