Ubuntu Pastebin

Paste from g4vr0che at Wed, 4 Feb 2015 01:11:51 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
ERROR 2015-02-03T18:10:56 Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/supybot/log.py", line 351, in m
    return f(self, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/supybot/irclib.py", line 132, in __call__
    method(irc, msg)
  File "/home/gav/IRC/bots/Supybot-0.83.4.1/plugins/Encyclopedia/plugin.py", line 545, in doPrivmsg
    ret = self.factoid_lookup(text, channel, display_info, display_raw, msg.nick)
  File "/home/gav/IRC/bots/Supybot-0.83.4.1/plugins/Encyclopedia/plugin.py", line 761, in factoid_lookup
    factoids = self.get_factoids(text.lower(), channel, resolve = (not display_info and not display_raw), info = display_info, raw = display_raw)
  File "/home/gav/IRC/bots/Supybot-0.83.4.1/plugins/Encyclopedia/plugin.py", line 328, in get_factoids
    factoids.global_primary    = self.get_single_factoid(channel, name, deleted=raw)
  File "/home/gav/IRC/bots/Supybot-0.83.4.1/plugins/Encyclopedia/plugin.py", line 351, in get_single_factoid
    cur.execute("SELECT name, value, author, added, popularity FROM facts WHERE name = %s AND value NOT like '<deleted>%%'", name)
  File "/usr/lib/python2.7/dist-packages/sqlite/main.py", line 255, in execute
    self.rs = self.con.db.execute(SQL % parms)
DatabaseError: no such table: facts
ERROR 2015-02-03T18:10:56 Exception id: 0x4e721
Download as text