Created
August 5, 2015 15:07
-
-
Save MLLeKander/96b85345082c49a4b489 to your computer and use it in GitHub Desktop.
Automaton log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-06-20 16:32:30,638 - automaton2000 - DEBUG - irc.freenode.net > PING :sendak.freenode.net | |
2015-06-20 16:32:30,639 - automaton2000 - DEBUG - irc.freenode.net < PONG :sendak.freenode.net | |
2015-06-20 16:32:45,656 - automaton2000 - DEBUG - irc.freenode.net > :[email protected] QUIT :Ping timeout: 767 seconds | |
2015-06-20 16:32:45,656 - automaton2000 - DEBUG - Bot quitting | |
2015-06-20 16:32:45,656 - automaton2000 - DEBUG - irc.freenode.net < QUIT :Automaton destroyed | |
Exception in thread Thread-1: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner | |
self.run() | |
File "/home/michael/.local/lib/python2.7/site-packages/automaton2000/bot.py", line 102, in run | |
self.send('QUIT :Automaton destroyed') | |
File "/home/michael/.local/lib/python2.7/site-packages/automaton2000/bot.py", line 32, in send | |
self._con.send(bytes((line+'\r\n').encode('utf-8'))) | |
error: [Errno 32] Broken pipe | |
2015-06-20 16:32:45,661 - automaton2000 - INFO - Master thread terminating. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment