Advertisement
KamranMackey

Untitled

Mar 14th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. [00:38:32] [ERROR] Error in hook attacks:slap
  2. Traceback (most recent call last):
  3. File "C:\Ralybot\cloudbot\plugin.py", line 376, in _execute_hook
  4. out = yield from self.bot.loop.run_in_executor(None, self._execute_hook_thre
  5. aded, hook, event)
  6. File "C:\Python34\lib\asyncio\futures.py", line 386, in __iter__
  7. yield self # This tells Task to wait for completion.
  8. File "C:\Python34\lib\asyncio\tasks.py", line 287, in _wakeup
  9. value = future.result()
  10. File "C:\Python34\lib\asyncio\futures.py", line 275, in result
  11. raise self._exception
  12. File "C:\Python34\lib\concurrent\futures\thread.py", line 54, in run
  13. result = self.fn(*self.args, **self.kwargs)
  14. File "C:\Ralybot\cloudbot\plugin.py", line 340, in _execute_hook_threaded
  15. return hook.function(*parameters)
  16. File "C:\Ralybot\plugins\attacks.py", line 137, in slap
  17. action(generator.generate_string())
  18. File "C:\Ralybot\cloudbot\util\textgen.py", line 99, in generate_string
  19. replacement = self.get_part(required_part, _parts)
  20. File "C:\Ralybot\cloudbot\util\textgen.py", line 60, in get_part
  21. _parts = part_list[required_part]
  22. KeyError: 'L'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement