Sidean

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Sidean

  1. I get this over and over.

     

    Traceback (most recent call last):
    File "/app/couchpotato/CouchPotato.py", line 135, in <module>
    l.run()
    File "/app/couchpotato/CouchPotato.py", line 89, in run
    runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env)
    File "/app/couchpotato/couchpotato/runner.py", line 142, in runCouchPotato
    db.open()
    File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
    File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
    res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
    File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open
    index.open_index()
    File "/app/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index
    raise IndexException("Doesn't exists")
    CodernityDB.index.IndexException: Doesn't exists

     

    Was working fine until I updated yesterday.

     

    Anyone seen this???