Traceback (most recent call last):
  File "/home/hotales/public_html/cgi-bin/weblog/nb/NBCGI.py", line 110, in __init__
    self.run()
  File "/home/hotales/public_html/cgi-bin/weblog/nb/CoreCGIs.py", line 970, in run
    randomEntries = self.notebook.getRandomEntries(number)
  File "/home/hotales/public_html/cgi-bin/weblog/nb/Notebook.py", line 990, in getRandomEntries
    self.processIndexUpdateList()
  File "/home/hotales/public_html/cgi-bin/weblog/nb/Notebook.py", line 1302, in processIndexUpdateList
    indexer.add_file(entryPath)
  File "/home/hotales/public_html/cgi-bin/weblog/nb/Indexer.py", line 59, in add_file
    PreferredIndexer.add_file(self, fname, ftype)
  File "/home/hotales/public_html/cgi-bin/weblog/nb/lib/gnosis/indexer.py", line 383, in add_file
    text = open(fname).read()
TypeError: file() argument 1 must be (encoded string without NULL bytes), not str