Skip to content

Instantly share code, notes, and snippets.

@amyreese
Created March 1, 2013 21:37
Show Gist options
  • Save amyreese/5068015 to your computer and use it in GitHub Desktop.
Save amyreese/5068015 to your computer and use it in GitHub Desktop.
ERROR 2013-03-01T13:34:24 supybot Uncaught exception in ['quotegrabs', 'get'].
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/supybot/callbacks.py", line 1180, in _callCommand
self.callCommand(command, irc, msg, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/supybot/utils/python.py", line 86, in g
f(self, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/supybot/callbacks.py", line 1166, in callCommand
method(irc, msg, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/supybot/commands.py", line 913, in newf
f(self, irc, msg, args, *state.args, **state.kwargs)
File "/srv/irc/edi/plugins/QuoteGrabs/plugin.py", line 336, in get
irc.reply(self.db.get(channel, id))
File "/usr/lib/python2.7/site-packages/supybot/callbacks.py", line 826, in reply
s = str(s) # Allow non-string esses.
File "/srv/irc/edi/plugins/QuoteGrabs/plugin.py", line 57, in __str__
self.text, self.hostmask, grabber, self.at)
File "/usr/lib/python2.7/site-packages/supybot/utils/str.py", line 437, in format
return _formatRe.sub(sub, s)
File "/usr/lib/python2.7/site-packages/supybot/utils/str.py", line 429, in sub
return timestamp(args.pop())
File "/usr/lib/python2.7/site-packages/supybot/conf.py", line 301, in timestamp
t = time.localtime(t)
TypeError: a float is required
ERROR 2013-03-01T13:34:24 supybot Exception id: 0xe25d4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment