Advertisement
Guest User

Untitled

a guest
May 29th, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. ERROR 2015-05-29T17:21:32 Spec: [<getopts for {'shortest': '', 'num': 'int', 'usemetric': '', 'reinterpret': '', 'fulloutput': ''}>, <context for text>]
  2. ERROR 2015-05-29T17:21:32 Received args: []
  3. ERROR 2015-05-29T17:21:32 Extra args: ['optlist', 'optinput']
  4. ERROR 2015-05-29T17:21:32 Uncaught exception in ['wolframalpha'].
  5. Traceback (most recent call last):
  6. File "/usr/local/lib/python3.4/dist-packages/supybot/callbacks.py", line 1279, in _callCommand
  7. self.callCommand(command, irc, msg, *args, **kwargs)
  8. File "/usr/local/lib/python3.4/dist-packages/supybot/utils/python.py", line 91, in g
  9. f(self, *args, **kwargs)
  10. File "/usr/local/lib/python3.4/dist-packages/supybot/callbacks.py", line 1260, in callCommand
  11. method(irc, msg, *args, **kwargs)
  12. File "/usr/local/lib/python3.4/dist-packages/supybot/commands.py", line 1079, in newf
  13. f(self, irc, msg, args, *state.args, **state.kwargs)
  14. File "/var/lib/limnoria/Cortana/plugins/WolframAlpha/plugin.py", line 148, in wolframalpha
  15. output[title].append(plaintext.text.encode('utf-8').replace('\n',' '))
  16. TypeError: expected bytes, bytearray or buffer compatible object
  17. ERROR 2015-05-29T17:21:32 Exception id: 0x1e16e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement