Created
June 11, 2011 20:22
-
-
Save celediel/1020916 to your computer and use it in GitHub Desktop.
pyborg error
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
(git)-[master] % python pyborg-irc.py | |
Reading dictionary... | |
Connecting to server... | |
['#botfight'] | |
hi #nick | |
Unhandled exception in thread started by | |
Traceback (most recent call last): | |
File "/home/bread/Documents/src/pyborg-1up/pyborg-1.1.2/pyborg.py", line 341, in process_msg | |
self.learn(body) | |
File "/home/bread/Documents/src/pyborg-1up/pyborg-1.1.2/pyborg.py", line 1090, in learn | |
for part in body.split('. '): learn_line(self, part, num_context) #Iterate cleanly THANKS nosklo on #python! | |
File "/home/bread/Documents/src/pyborg-1up/pyborg-1.1.2/pyborg.py", line 1077, in learn_line | |
self.words[words[x]] = [ struct.pack("iH", hashval, x) ] | |
struct.error: 'i' format requires -2147483648 <= number <= 2147483647 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment