I installed Sickrage on Ubuntu 18.04 using the Atomic method but it will not run. any help will be appreciated
Access gives the below output:
AtoMiC SickRage Access Details
Press [Enter] key to continue or Ctrl+C to exit…
—>Searching for possible port numbers…
Default port: 8081 found in AtoMiC-ToolKit config.
grep: /opt/sickrage/data/config.ini: No such file or directory
grep: /opt/sickrage/data/config.ini: No such file or directory
grep: /opt/sickrage/data/config.ini: No such file or directory
—>Finding SickRage System details…
You may be able to access SickRage on any of the following URLs…
—>http://...:8081 from anywhere (requires port forwarding on router)
—>http://myyip:8081 from your local network
—>http://system name:8081 from your local network
—>0.0.0.0/8081 on this system
Actual port numbers could be different. Check your settings file: /opt/sickrage/data/config.ini
If SSL is enabled, then use HTTPS instead of HTTP in the above URLs.
Your SickRage credentials are…
—>Username: Incompatibility. Cannot determine username.
—>Password: Incompatibility. Cannot determine password.
Checking SickRage status…
SYSTEMD sickrage.service found.
sickrage.service is currently: inactive
grep: /opt/sickrage/data/config.ini: No such file or directory
SickRage is configured to be accessible outside localhost.
output from cmd - systemctl status sickrage.service
sickrage.service - SickRage
Loaded: loaded (/etc/systemd/system/sickrage.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Sun 2019-10-06 16:14:20 +03; 1min 21s ago
Oct 06 16:14:20 homeplex-Inspiron-One-2330 systemd[1]: Starting SickRage…
Oct 06 16:14:20 homeplex-Inspiron-One-2330 python3[16373]: Traceback (most recent call last):
Oct 06 16:14:20 homeplex-Inspiron-One-2330 python3[16373]: File “/opt/sickrage/sickrage/init.py”, line 222, in main
Oct 06 16:14:20 homeplex-Inspiron-One-2330 python3[16373]: from sickrage.core import Core
Oct 06 16:14:20 homeplex-Inspiron-One-2330 python3[16373]: File “/opt/sickrage/sickrage/core/init.py”, line 37, in
Oct 06 16:14:20 homeplex-Inspiron-One-2330 python3[16373]: from apscheduler.schedulers.tornado import TornadoScheduler
Oct 06 16:14:20 homeplex-Inspiron-One-2330 python3[16373]: ModuleNotFoundError: No module named ‘apscheduler’
Oct 06 16:14:20 homeplex-Inspiron-One-2330 systemd[1]: Started SickRage.