jacob614

we heard you like errors

Jul 9th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. [2015-07-09 21:46:42+0000] Traceback (most recent call last):
  2. File "/home/lykos/lykos/src/handler.py", line 96, in unhandled
  3. fn.func(cli, prefix, *largs)
  4. File "/home/lykos/lykos/src/wolfgame.py", line 6216, in on_error
  5. restart_program.func(cli, "excess flood", "")
  6. TypeError: restart_program() missing 1 required positional argument: 'rest'
  7.  
  8. Traceback (most recent call last):
  9. File "/home/lykos/lykos/src/handler.py", line 96, in unhandled
  10. fn.func(cli, prefix, *largs)
  11. File "/home/lykos/lykos/src/wolfgame.py", line 6216, in on_error
  12. restart_program.func(cli, "excess flood", "")
  13. TypeError: restart_program() missing 1 required positional argument: 'rest'
  14.  
  15. During handling of the above exception, another exception occurred:
  16.  
  17. Traceback (most recent call last):
  18. File "/home/lykos/lykos/oyoyo/client.py", line 238, in connect
  19. self.command_handler[""](self, prefix, command, *fargs)
  20. File "/home/lykos/lykos/src/handler.py", line 101, in unhandled
  21. notify_error(cli, botconfig.CHANNEL, log)
  22. File "/home/lykos/lykos/src/handler.py", line 39, in notify_error
  23. cli.msg(botconfig.DEV_CHANNEL, " ".join((msg, url)))
  24. File "/home/lykos/lykos/oyoyo/client.py", line 256, in msg
  25. self.send("PRIVMSG", user, ":{0}".format(line))
  26. File "/home/lykos/lykos/oyoyo/client.py", line 162, in send
  27. self.socket.send(msg + bytes("\r\n", "utf_8"))
  28. File "/usr/lib/python3.4/ssl.py", line 678, in send
  29. v = self._sslobj.write(data)
  30. BrokenPipeError: [Errno 32] Broken pipe
  31. [2015-07-09 21:46:48+0000] Calling sys.exit()...
Advertisement
Add Comment
Please, Sign In to add comment