Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [2015-07-09 21:46:42+0000] Traceback (most recent call last):
- File "/home/lykos/lykos/src/handler.py", line 96, in unhandled
- fn.func(cli, prefix, *largs)
- File "/home/lykos/lykos/src/wolfgame.py", line 6216, in on_error
- restart_program.func(cli, "excess flood", "")
- TypeError: restart_program() missing 1 required positional argument: 'rest'
- Traceback (most recent call last):
- File "/home/lykos/lykos/src/handler.py", line 96, in unhandled
- fn.func(cli, prefix, *largs)
- File "/home/lykos/lykos/src/wolfgame.py", line 6216, in on_error
- restart_program.func(cli, "excess flood", "")
- TypeError: restart_program() missing 1 required positional argument: 'rest'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/lykos/lykos/oyoyo/client.py", line 238, in connect
- self.command_handler[""](self, prefix, command, *fargs)
- File "/home/lykos/lykos/src/handler.py", line 101, in unhandled
- notify_error(cli, botconfig.CHANNEL, log)
- File "/home/lykos/lykos/src/handler.py", line 39, in notify_error
- cli.msg(botconfig.DEV_CHANNEL, " ".join((msg, url)))
- File "/home/lykos/lykos/oyoyo/client.py", line 256, in msg
- self.send("PRIVMSG", user, ":{0}".format(line))
- File "/home/lykos/lykos/oyoyo/client.py", line 162, in send
- self.socket.send(msg + bytes("\r\n", "utf_8"))
- File "/usr/lib/python3.4/ssl.py", line 678, in send
- v = self._sslobj.write(data)
- BrokenPipeError: [Errno 32] Broken pipe
- [2015-07-09 21:46:48+0000] Calling sys.exit()...
Advertisement
Add Comment
Please, Sign In to add comment