iubmadiwtu

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

iubmadiwtu's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Im using needo/sickrage , rebuild the container with both edge = 1 and =0 with no luck I'm getting the following error *** Runit started as PID 44 Aug 19 17:54:32 810349d05a0f syslog-ng[50]: syslog-ng starting up; version='3.5.3' 17:54:35 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error: 17:54:35 ERROR::MAIN :: DB error: no such column: indexer_id Traceback (most recent call last): File "/opt/sickrage/sickbeard/db.py", line 169, in action sqlResult = self.execute(query, args, fetchall=fetchall, fetchone=fetchone) File "/opt/sickrage/sickbeard/db.py", line 85, in execute return self._execute(query, args).fetchall() File "/opt/sickrage/sickbeard/db.py", line 77, in _execute return self.connection.cursor().execute(query) OperationalError: no such column: indexer_id SNI is disabled with pyOpenSSL >= 0.14 when the cryptography module is missing, you will encounter SSL errors with HTTPS! To fix this issue: pip install pyopenssl==0.13.1 (easy) or pip install cryptography (pita) Traceback (most recent call last): File "/opt/sickrage/SickBeard.py", line 558, in <module> SickRage().start() File "/opt/sickrage/SickBeard.py", line 319, in start sickbeard.initialize(consoleLogging=self.consoleLogging) File "/opt/sickrage/sickbeard/__init__.py", line 1304, in initialize db.sanityCheckDatabase(myDB, mainDB.MainSanityCheck) File "/opt/sickrage/sickbeard/db.py", line 255, in sanityCheckDatabase sanity_check(connection).check() File "/opt/sickrage/sickbeard/databases/mainDB.py", line 37, in check self.fix_duplicate_shows() File "/opt/sickrage/sickbeard/databases/mainDB.py", line 50, in fix_duplicate_shows "SELECT show_id, " + column + ", COUNT(" + column + ") as count FROM tv_shows GROUP BY " + column + " HAVING count > 1") File "/opt/sickrage/sickbeard/db.py", line 192, in select sqlResults = self.action(query, args, fetchall=True) File "/opt/sickrage/sickbeard/db.py", line 169, in action sqlResult = self.execute(query, args, fetchall=fetchall, fetchone=fetchone) File "/opt/sickrage/sickbeard/db.py", line 85, in execute return self._execute(query, args).fetchall() File "/opt/sickrage/sickbeard/db.py", line 77, in _execute return self.connection.cursor().execute(query) First the ssl error is fixed by doing https://github.com/SiCKRAGETV/sickrage-issues/wiki/SSL-Errors . But I cant get in to the docker with out killing the running script, which im guessing is killing the docker as when i Ctrl+C it i get *** Killing all processes... Any help on how to access the docker so I can try this fix would be great.
  2. The way i fixed this was log in to the image docker exec -it DUC /bin/bash scped the files from /duc to a share shutdown the imge edit the docker and add a rw link to /duc on my raid /mnt/user/appdata/duc put the files in there now the db is still there after a reboot of the image.