for while now, whenever I launch couchpotato, i just get the left navbar and the right side is just blank white. If I try to add a movie, it says "movie didn't add properly, check logs" when i look in the logs, its chock full of errors. below is a small sample. any idea how to troubleshoot this?
09-10 20:11:01 ERROR [31m[tato.core.plugins.renamer] Failed checking snatched: Traceback (most recent call last):
File "/app/couchpotato/couchpotato/core/plugins/renamer.py", line 956, in checkSnatched
rels = list(fireEvent('release.with_status', ['snatched', 'seeding', 'missing'], single = True))
File "/app/couchpotato/couchpotato/core/plugins/release/main.py", line 536, in withStatus
for ms in db.get_many('release_status', s):
File "/app/couchpotato/libs/CodernityDB/database.py", line 991, in get_many
"Index `%s` doesn't exists" % index_name)
IndexNotFoundException: Index `release_status` doesn't exists
[0m
09-10 20:12:01 ERROR [31m[tato.core.plugins.renamer] Failed checking snatched: Traceback (most recent call last):
File "/app/couchpotato/couchpotato/core/plugins/renamer.py", line 956, in checkSnatched
rels = list(fireEvent('release.with_status', ['snatched', 'seeding', 'missing'], single = True))
File "/app/couchpotato/couchpotato/core/plugins/release/main.py", line 536, in withStatus
for ms in db.get_many('release_status', s):
File "/app/couchpotato/libs/CodernityDB/database.py", line 991, in get_many
"Index `%s` doesn't exists" % index_name)
IndexNotFoundException: Index `release_status` doesn't exists
[0m
09-10 20:13:01 ERROR [31m[tato.core.plugins.renamer] Failed checking snatched: Traceback (most recent call last):
File "/app/couchpotato/couchpotato/core/plugins/renamer.py", line 956, in checkSnatched
rels = list(fireEvent('release.with_status', ['snatched', 'seeding', 'missing'], single = True))
File "/app/couchpotato/couchpotato/core/plugins/release/main.py", line 536, in withStatus
for ms in db.get_many('release_status', s):
File "/app/couchpotato/libs/CodernityDB/database.py", line 991, in get_many
"Index `%s` doesn't exists" % index_name)
IndexNotFoundException: Index `release_status` doesn't exists