Advertisement
KamranMackey

Untitled

Mar 15th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.07 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Ralybot\cloudbot\plugin.py", line 376, in _execute_hook
  3.     out = yield from self.bot.loop.run_in_executor(None, self._execute_hook_threaded, hook, event)
  4.   File "C:\Python34\lib\asyncio\futures.py", line 386, in __iter__
  5.     yield self  # This tells Task to wait for completion.
  6.   File "C:\Python34\lib\asyncio\tasks.py", line 287, in _wakeup
  7.     value = future.result()
  8.   File "C:\Python34\lib\asyncio\futures.py", line 275, in result
  9.     raise self._exception
  10.   File "C:\Python34\lib\concurrent\futures\thread.py", line 54, in run
  11.     result = self.fn(*self.args, **self.kwargs)
  12.   File "C:\Ralybot\cloudbot\plugin.py", line 340, in _execute_hook_threaded
  13.     return hook.function(*parameters)
  14.   File "C:\Ralybot\plugins\help.py", line 108, in generatehelp
  15.     f.write(message)
  16.   File "C:\Python34\lib\encodings\cp1252.py", line 19, in encode
  17.     return codecs.charmap_encode(input,self.errors,encoding_table)[0]
  18. UnicodeEncodeError: 'charmap' codec can't encode character '\u256f' in position 20123: character maps to <undefined>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement