Last active
August 3, 2023 04:51
-
-
Save hannahherbig/346759 to your computer and use it in GitHub Desktop.
This file contains 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
2010-03-28 09:31:14: DeltaBox: irc.deltabox.net -> :[email protected] PRIVMSG #deltabox :.getuser go4it7arh | |
2010-03-28 09:31:14: DeltaBox: irc.deltabox.net <- PRIVMSG #deltabox :hannah: Check your notices. | |
2010-03-28 09:31:14: DeltaBox: irc.deltabox.net <- NOTICE hannah :Friends : 611 | |
2010-03-28 09:31:15: DeltaBox: irc.deltabox.net <- NOTICE hannah :Followers : 367 | |
2010-03-28 09:31:15: DeltaBox: irc.deltabox.net <- NOTICE hannah :Tweets : 9137 | |
2010-03-28 09:31:15: DeltaBox: irc.deltabox.net <- NOTICE hannah :Status : night | |
2010-03-28 09:31:15: DeltaBox: irc.deltabox.net <- NOTICE hannah :URL : http://hannah12.net | |
2010-03-28 09:31:15: Crash. Writing traceback to etc/synarere.tb | |
Traceback (most recent call last): | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/asyncore.py", line 84, in write | |
obj.handle_write_event() | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/asyncore.py", line 435, in handle_write_event | |
self.handle_write() | |
File "/Users/hannah/Desktop/synarere/src/irc.py", line 105, in handle_write | |
num_sent = self.send(line) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/asyncore.py", line 352, in send | |
result = self.socket.send(data) | |
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 127: ordinal not in range(128) | |
2010-03-28 09:31:15: Exiting with code 70: asyncore failure | |
2010-03-28 09:31:15: Quitting all IRC networks. | |
Traceback (most recent call last): | |
File "synarere.py", line 187, in <module> | |
main(sys.argv[1:]) | |
File "synarere.py", line 184, in main | |
io.io() | |
File "/Users/hannah/Desktop/synarere/src/io.py", line 22, in io | |
asyncore.poll(1) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/asyncore.py", line 149, in poll | |
write(obj) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/asyncore.py", line 88, in write | |
obj.handle_error() | |
File "/Users/hannah/Desktop/synarere/src/irc.py", line 154, in handle_error | |
instance.exit('asyncore failure', os.EX_SOFTWARE) | |
File "/Users/hannah/Desktop/synarere/src/instance.py", line 22, in exit | |
modules.unload_all() | |
File "/Users/hannah/Desktop/synarere/src/modules.py", line 61, in unload_all | |
unload(i) | |
File "/Users/hannah/Desktop/synarere/src/modules.py", line 37, in unload | |
mptr.module_fini() | |
File "modules/twitter_stuff.py", line 57, in module_fini | |
commands.destroy('.twitter get status', cmd_getStatus, commands.chan) | |
File "/Users/hannah/Desktop/synarere/src/commands.py", line 93, in destroy | |
if func not in hash[event]['funcs']: | |
KeyError: '.TWITTER GET STATUS' | |
[hannah ~/Desktop/synarere] $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment