Sickrage doesn’t start since the last update of OSMC

Ok, found out what happened.

As of Oct 2018 Sickrage changed to the github to Sickchill:

And that caused it to stop working. I had to re install using the new address.
I’ve updated the code to help others install:

sudo useradd sickchill
sudo usermod -a -G osmc sickchill
cd /opt/
sudo git clone GitHub - SickChill/sickchill: Less rage, more chill. sickchill
sudo cp sickchill/runscripts/init.systemd /etc/systemd/system/sickchill.service
sudo chown -R sickchill:sickchill /opt/sickchill
sudo systemctl enable sickchill.service
sudo systemctl start sickchill.service

It would be a good idea to update the script on: How to install CouchPotato and SickChill on Raspberry Pi to reflect the new source.

Tks

1 Like