sickrage won't start after update

Status
Not open for further replies.

zimon

Contributor
Joined
Jan 8, 2016
Messages
134
Hi,

I tried to update sickrage via the WebGui. After that I was not able to start sickrage via the freenas WebGui or inside the sickrage jail via
Code:
service sickrage start


After that I checked the current commit I am on via
Code:
cat /var/db/sickrage/config.ini | grep cur_commit_hash


Which told me that I am still a few commits behind so I tried to update like this:
Code:
rm -r /usr/pbi/sickrage-amd64/share/sickrage/SickRage
fetch --no-verify-peer "https://github.com/SickRage/SickRage/archive/master.tar.gz"
tar xzf master.tar.gz
mv SiCKRAGE-master
/usr/pbi/sickrage-amd64/share/sickrage/SickRage
chown -R media:media /usr/pbi/sickrage-amd64/share/sickrage/SickRage
rm master.tar.gz


Then I tried to start sickrage again within the jail.
which gave me the following error:
Code:
/usr/pbi/sickrage-amd64/bin/python2.7: can't open file '/usr/pbi/sickrage-amd64/share/sickrage/SickRage/SickBeard.py': [Errno 2] No such file or directory

/usr/local/etc/rc.d/sickrage: WARNING: failed to start sickrage


So I checked and there was indeed no SickBeard.py but instead there was a SiCKRAGE.py.
So then I tried to change that in the /usr/local/etc/rc.d/sickrage.

When trying to start sickrage again I now get this error:
Code:
Starting sickrage.

Traceback (most recent call last):

  File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickrage/__init__.py", line 219, in main

	from sickrage.core import Core

  File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickrage/core/__init__.py", line 35, in <module>

	from apscheduler.schedulers.tornado import TornadoScheduler

ImportError: No module named apscheduler.schedulers.tornado

Failed to import required libs, please run 'pip install --user -U -r /usr/pbi/sickrage-amd64/share/sickrage/SickRage/requirements.txt' from console


So I am not sure I am on on the right path here...

I would appreciate any help
 

zimon

Contributor
Joined
Jan 8, 2016
Messages
134
thanks, I used the SickChill repo and now sickrage works again.
 
Status
Not open for further replies.
Top