Advertisement
AzraelNewtype

unicode error

Aug 18th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Unhandled exception in thread started by <function run at 0x184cc08>
  2. Traceback (most recent call last):
  3. File "core/main.py", line 66, in run
  4. out = func(input.inp, **kw)
  5. File "plugins/markov.py", line 73, in log
  6. generated = gen_message(key, channel, rcon)
  7. File "plugins/markov.py", line 47, in gen_message
  8. key = separator.join(words[1:] + [next_word])
  9. UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 0: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement