Synology-Forum.nl

Packages => 3rd party Packages => CouchPotato => Topic gestart door: Cartaphilus op 14 januari 2015, 19:47:15

Titel: Couchpotato start niet meer > wish list nog te redden?
Bericht door: Cartaphilus op 14 januari 2015, 19:47:15
Sinds kort start mijn Couchpotato niet meer op vanaf mijn Synology. Ik heb getracht deze opnieuw te installeren en vervolgens de oude database weer terug te zetten, maar dit werkt niet.

Is deze installatie nog te redden of is er op zijn minst een manier om de wanted list uit de `corrupte` database te redden?


19:38:43 CRITICAL [                 __main__] Traceback (most recent call last):
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 133, in <module>
    l.run()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/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 "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/runner.py", line 140, in runCouchPotato
    db.open()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
    res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 567, in open
    self._read_indexes()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 498, in _read_indexes
    self.add_index('path:' + ind, create=False)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 105, in add_index
    res = super(SuperThreadSafeDatabase, self).add_index(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 331, in add_index
    ind_obj, name = self.__write_index(new_index, _next, edit=False)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 274, in __write_index
    raise IndexConflict("Already exists")
IndexConflict: Already exists
Traceback (most recent call last):
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 133, in <module>
    l.run()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/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 "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/runner.py", line 140, in runCouchPotato
    db.open()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
    res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 567, in open
    self._read_indexes()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 498, in _read_indexes
    self.add_index('path:' + ind, create=False)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 105, in add_index
    res = super(SuperThreadSafeDatabase, self).add_index(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 331, in add_index
    ind_obj, name = self.__write_index(new_index, _next, edit=False)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 274, in __write_index
    raise IndexConflict("Already exists")
IndexConflict: Already exists
19:39:09 CRITICAL [                 __main__] Traceback (most recent call last):
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 133, in <module>
    l.run()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/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 "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/runner.py", line 140, in runCouchPotato
    db.open()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
    res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 567, in open
    self._read_indexes()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 498, in _read_indexes
    self.add_index('path:' + ind, create=False)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 105, in add_index
    res = super(SuperThreadSafeDatabase, self).add_index(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 331, in add_index
    ind_obj, name = self.__write_index(new_index, _next, edit=False)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 274, in __write_index
    raise IndexConflict("Already exists")
IndexConflict: Already exists
Traceback (most recent call last):
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 133, in <module>
    l.run()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/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 "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/runner.py", line 140, in runCouchPotato
    db.open()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
    res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 567, in open
    self._read_indexes()
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 498, in _read_indexes
    self.add_index('path:' + ind, create=False)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py", line 105, in add_index
    res = super(SuperThreadSafeDatabase, self).add_index(*args, **kwargs)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 331, in add_index
    ind_obj, name = self.__write_index(new_index, _next, edit=False)
  File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/CodernityDB/database.py", line 274, in __write_index
    raise IndexConflict("Already exists")
IndexConflict: Already exists