Instalador de Sickrage para OSMC

Sección Unicamente para Tutoriales y Guías
Responder
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

¡Hola! Estoy haciendo un script para automatizar la instalación de Sickrage en OSMC.
El instalador descarga Sickrage usando git, lo instala, configura las opciones habituales y lo conecta con Kodi.
Ahora mismo estoy automatizando también la conexión con Transmission (se instala desde OSMC)
Por ahora funciona francamente bien, en cosa de dos minutos y medio está instalado y funcionando :-)
Si alguien usa OSMC y quiere probar, que me lo diga

Código: Seleccionar todo

osmc@osmc:~$ ./sickrage-osmc-install.sh

#################################
## OSMC Perfect-Pi (egrueda)   ##
## Instalador de Sickrage      ##
#################################

Detectado Open Source Media Center 2017.09-2
Detectado Kodi
Detectado Transmission
Estás a punto de instalar Sickrage en este dispositivo
¿Deseas continuar con la instalación? [s/N] s
[1] Instalación de Sickrage
[1.1] Comprobando GIT
No se encuentra el comando 'git'
Instalando mediante apt-get . . .
[1.2] Clonando GIT
Cloning into '/opt/sickrage'...
remote: Counting objects: 75062, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 75062 (delta 11), reused 11 (delta 11), pack-reused 75049
Receiving objects: 100% (75062/75062), 86.33 MiB | 4.45 MiB/s, done.
Resolving deltas: 100% (47792/47792), done.
Checking connectivity... done.
El repositorio se ha clonado correctamente
[1.3] Asignando propietarios
Propietario asignado correctamente
[1.4] Creando script de inicio (sickrage.service)
Script creado correctamente
[1.5] Iniciando Sickrage en el puerto 8081 (puede tardar un rato)
* sickrage.service - SickRage Daemon
   Loaded: loaded (/etc/systemd/system/sickrage.service; enabled)
   Active: active (running) since Thu 2017-10-26 19:26:35 CEST; 69ms ago
  Process: 566 ExecStart=/usr/bin/python2.7 /opt/sickrage/SickBeard.py -q --daemon --pidfile /run/sickrage.pid --nolaunch --datadir=/opt/sickrage (code=exited, status=0/SUCCESS)
 Main PID: 693 (python2.7)
   CGroup: /system.slice/sickrage.service
           `-693 /usr/bin/python2.7 /opt/sickrage/SickBeard.py -q --daemon --pidfile /run/sickrage.pid --nolaunc...

Oct 26 19:26:35 osmc systemd[1]: PID file /run/sickrage.pid not readable (yet?) after start.
Oct 26 19:26:35 osmc systemd[1]: sickrage.service: Supervising process 693 which is not our child. We'll m...exits.
Oct 26 19:26:35 osmc systemd[1]: Started SickRage Daemon.
Hint: Some lines were ellipsized, use -l to show in full.
Sickrage iniciado correctamente
[1.6] Activando Sickrage en el arranque
[1.7] Control del servicio desde OSMC (sickrage-app-osmc)
[1.8] Configurando Sickrate (config.ini)
[1.9] Integración con Kodi
[1.10] Integración con Transmission
Sickrage configurado. Aplicando los cambios . . .

Sickrage instalado correctamente
andujar_dani
Pi Alpha
Pi Alpha
Mensajes: 25
Registrado: 26 Sep 2017, 15:59
Agradecido: 0
Agradecimiento recibido: 0

Muy buenas egrueda!

Justo ahora estaba investigando para instalármelo en mi OSMC (que por cierto tengo funcionando gracias a tu otro post :) ). Si quieres pásame el git y lo pruebo.

Muchas gracias!
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

Chachi, echale un ojo a las primeras líneas de configuración para rutas y demás, aunque eso es algo que luego puedes cambiar una vez instalado

https://github.com/egrueda/PerfectPi/bl ... install.sh
andujar_dani
Pi Alpha
Pi Alpha
Mensajes: 25
Registrado: 26 Sep 2017, 15:59
Agradecido: 0
Agradecimiento recibido: 0

Hola egrueda!

Por ahora no he conseguido hacerlo funcionar...(soy algo novato tenlo en cuenta!). Te cuento:

He clonado el directorio en /home/osmc y al ejecutarlo me sale esto:

Código: Seleccionar todo

osmc@osmc:~/PerfectPi$ sudo sh sickrage-osmc-install.sh

#################################
## OSMC Perfect-Pi (egrueda)   ##
## Instalador de Sickrage      ##
#################################

sickrage-osmc-install.sh: 24: [: OSMC: unexpected operator
No se ha detectado la versión de OSMC. Abortando

He revisado la parte del código donde salta el problema y no detecto la causa ya que en mi archivo /etc/os-release tengo me aparece bien puesto:

Código: Seleccionar todo

PRETTY_NAME="Open Source Media Center"
NAME="OSMC"
VERSION="October 2017"
VERSION_ID="2017.10-1"
ID=osmc
ID_LIKE=debian

ANSI_COLOR="1;31"
HOME_URL="http://www.osmc.tv"
SUPPORT_URL="http://www.osmc.tv"
BUG_REPORT_URL="http://www.osmc.tv"
Seguro que hay algo que no he hecho pero ahora mismo no caigo.

Gracias por anticipado!!
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

Es un script de bash, se ejecuta desde bash, no desde sh
Puedes descargarlo y ejecutarlo así:

Código: Seleccionar todo

wget https://github.com/egrueda/PerfectPi/raw/master/sickrage-osmc-install.sh
chmod +x sickrage-osmc-install.sh
./sickrage-osmc-install.sh
Sin "sh" y sin "sudo". Prueba y me cuentas.
andujar_dani
Pi Alpha
Pi Alpha
Mensajes: 25
Registrado: 26 Sep 2017, 15:59
Agradecido: 0
Agradecimiento recibido: 0

Ya sabía yo que algo estaba haciendo mal xDD.

Bueno te cuento, me ha dado fallo en el proceso 1.5:

Código: Seleccionar todo

[1.5] Iniciando Sickrage en el puerto 8081 (puede tardar un rato)
Job for sickrage.service failed. See 'systemctl status sickrage.service' and 'jo                  urnalctl -xn' for details.
* sickrage.service - SickRage Daemon
   Loaded: loaded (/etc/systemd/system/sickrage.service; disabled)
   Active: activating (auto-restart) (Result: timeout) since Fri 2017-11-17 20:3                  6:40 CET; 96ms ago
  Process: 1196 ExecStart=/usr/bin/python2.7 /opt/sickrage/SickBeard.py -q --dae                  mon --pidfile /run/sickrage.pid --nolaunch --datadir=/opt/sickrage (code=exited,                   status=0/SUCCESS)

Nov 17 20:36:40 osmc systemd[1]: Failed to start SickRage Daemon.
Nov 17 20:36:40 osmc systemd[1]: Unit sickrage.service entered failed state.
La operación no se ha podido realizar. Abortando
Entiendo que tengo que sacar más detalles de los archivos que comenta...He encontrado el de sickrage.service:

Código: Seleccionar todo

[Unit]
Description=SickRage Daemon
After=network.target auditd.service

[Service]
User=osmc
Group=osmc
Type=forking
PIDFile=/run/sickrage.pid
ExecStart=/usr/bin/python2.7 /opt/sickrage/SickBeard.py -q --daemon --pidfile /run/sickrage.pid -$
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target

El archivo 'journalctl -xn' no lo encontré...

Gracias!!
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

¿Puedes arrancarlo a mano, a ver qué te dice?

Código: Seleccionar todo

/usr/bin/python2.7 /opt/sickrage/SickBeard.py -q --daemon --pidfile /run/sickrage.pid --nolaunch --datadir=/opt/sickrage
¿Y qué dice el log?

Código: Seleccionar todo

/opt/sickrage/Logs/sickrage.log
andujar_dani
Pi Alpha
Pi Alpha
Mensajes: 25
Registrado: 26 Sep 2017, 15:59
Agradecido: 0
Agradecimiento recibido: 0

Claro, mira:

Código: Seleccionar todo

osmc@osmc:/etc/systemd/system$ /usr/bin/python2.7 /opt/sickrage/SickBeard.py -q --daemon --pidfile /run/sickrage.pid --nolaunch --datadir=/opt/sickrage
PID file: /run/sickrage.pid already exists. Exiting.
Cuando intento abrir el lol me dice Permission denied. Por favor, ¿sabrías decirme cómo abrirlo?
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

Hmm... me da que hay algo por ahí que tiene permisos de "root" y no de "osmc", aunque no entiendo por qué ha podido ser
Haz un "ls -la /opt/sickrage/" para ver qué propietarios tienen los archivos
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

Y el primer error que te da es porque, según él, ya está corriendo sickrage.
¿Puedes hacer un "ps uaf -A" para ver si hay algo corriendo con el nombre de sickrage?
Puedes matarlo con un "sudo kill `cat /run/sickrage.pid`"
andujar_dani
Pi Alpha
Pi Alpha
Mensajes: 25
Registrado: 26 Sep 2017, 15:59
Agradecido: 0
Agradecimiento recibido: 0

egrueda escribió:Hmm... me da que hay algo por ahí que tiene permisos de "root" y no de "osmc", aunque no entiendo por qué ha podido ser
Haz un "ls -la /opt/sickrage/" para ver qué propietarios tienen los archivos
Vale este es el código (no entiendo el significado de lo que vuelca..)

Código: Seleccionar todo

osmc@osmc:/etc/systemd/system$ ls -la /opt/sickrage
total 700
drwxr-xr-x 15 osmc osmc   4096 Nov 17 20:37 .
drwxr-xr-x  5 root root   4096 Nov 17 20:26 ..
-rw-r--r--  1 osmc osmc   2635 Nov 17 20:35 .appveyor.yml
-rw-r--r--  1 osmc osmc     38 Nov 17 20:35 .bowerrc
-rw-r--r--  1 osmc osmc     25 Nov 17 20:35 .checkignore
-rw-r--r--  1 osmc osmc   4570 Nov 17 20:35 .codecov.yml
-rw-r--r--  1 osmc osmc    492 Nov 17 20:35 .editorconfig
drwxr-xr-x  8 osmc osmc   4096 Nov 17 20:37 .git
-rw-r--r--  1 osmc osmc   1221 Nov 17 20:35 .gitattributes
drwxr-xr-x  2 osmc osmc   4096 Nov 17 20:35 .github
-rw-r--r--  1 osmc osmc   1073 Nov 17 20:35 .gitignore
-rw-r--r--  1 osmc osmc     33 Nov 17 20:35 .jscsrc
-rw-r--r--  1 osmc osmc      9 Nov 17 20:35 .jshintignore
-rw-r--r--  1 osmc osmc    759 Nov 17 20:35 .jshintrc
-rw-r--r--  1 osmc osmc    441 Nov 17 20:35 .snyk
-rw-r--r--  1 osmc osmc   1400 Nov 17 20:35 .travis.yml
-rw-r--r--  1 osmc osmc  35220 Nov 17 20:35 COPYING.txt
-rw-r--r--  1 osmc osmc  20987 Nov 17 20:35 Gruntfile.js
drwxr-xr-x  2 osmc osmc   4096 Nov 17 20:36 Logs
-rwxr-xr-x  1 osmc osmc  21747 Nov 17 20:35 SickBeard.py
-rw-r--r--  1 osmc osmc    977 Nov 17 20:35 bower.json
drwxr-xr-x  2 osmc osmc   4096 Nov 17 20:36 cache
-rw-r--r--  1 osmc osmc 263168 Nov 17 20:37 cache.db
-rw-r--r--  1 osmc osmc  24279 Nov 17 20:36 config.ini
drwxr-xr-x  2 osmc osmc   4096 Nov 17 20:35 contrib
-rw-r--r--  1 osmc osmc    223 Nov 17 20:35 crowdin.yaml
-rw-r--r--  1 osmc osmc   4096 Nov 17 20:36 failed.db
drwxr-xr-x  3 osmc osmc   4096 Nov 17 20:35 gui
drwxr-xr-x 60 osmc osmc   4096 Nov 17 20:36 lib
drwxr-xr-x 40 osmc osmc   4096 Nov 17 20:35 locale
-rw-r--r--  1 osmc osmc    140 Nov 17 20:35 nose.cfg
-rw-r--r--  1 osmc osmc   1087 Nov 17 20:35 package.json
drwxr-xr-x  2 osmc osmc   4096 Nov 17 20:35 patches
-rw-r--r--  1 osmc osmc   4745 Nov 17 20:35 readme.md
drwxr-xr-x  2 osmc osmc   4096 Nov 17 20:35 runscripts
-rw-r--r--  1 osmc osmc    582 Nov 17 20:35 setup.cfg
-rw-r--r--  1 osmc osmc   1774 Nov 17 20:35 setup.py
drwxr-xr-x  9 osmc osmc   4096 Nov 17 20:36 sickbeard
-rw-r--r--  1 osmc osmc  24576 Nov 17 20:37 sickbeard.db
-rw-r--r--  1 osmc osmc  24576 Nov 17 20:36 sickbeard.db.v43
drwxr-xr-x  9 osmc osmc   4096 Nov 17 20:35 sickrage
drwxr-xr-x  4 osmc osmc   4096 Nov 17 20:35 tests
-rw-r--r--  1 osmc osmc   1351 Nov 17 20:35 tox.ini
-rw-r--r--  1 osmc osmc 129501 Nov 17 20:35 yarn.lock
andujar_dani
Pi Alpha
Pi Alpha
Mensajes: 25
Registrado: 26 Sep 2017, 15:59
Agradecido: 0
Agradecimiento recibido: 0

egrueda escribió:Y el primer error que te da es porque, según él, ya está corriendo sickrage.
¿Puedes hacer un "ps uaf -A" para ver si hay algo corriendo con el nombre de sickrage?
Puedes matarlo con un "sudo kill `cat /run/sickrage.pid`"

Código: Seleccionar todo

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         2  0.0  0.0      0     0 ?        S    20:24   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    20:24   0:01  \_ [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [kworker/0:0H]
root         6  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [kworker/u8:0]
root         7  0.1  0.0      0     0 ?        S    20:24   0:03  \_ [rcu_preempt]
root         8  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [rcu_sched]
root         9  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [rcu_bh]
root        10  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [migration/0]
root        11  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [lru-add-drain]
root        12  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [cpuhp/0]
root        13  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [cpuhp/1]
root        14  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [migration/1]
root        15  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [ksoftirqd/1]
root        17  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [kworker/1:0H]
root        18  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [cpuhp/2]
root        19  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [migration/2]
root        20  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [ksoftirqd/2]
root        22  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [kworker/2:0H]
root        23  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [cpuhp/3]
root        24  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [migration/3]
root        25  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [ksoftirqd/3]
root        27  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [kworker/3:0H]
root        28  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [kdevtmpfs]
root        29  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [netns]
root        30  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [khungtaskd]
root        31  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [oom_reaper]
root        32  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [writeback]
root        33  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [kcompactd0]
root        34  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [crypto]
root        35  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        36  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [kblockd]
root        37  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [watchdogd]
root        39  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [rpciod]
root        40  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [xprtiod]
root        41  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [kswapd0]
root        42  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [vmstat]
root        43  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [nfsiod]
root        66  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [kthrotld]
root        67  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        68  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        69  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        70  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        71  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        72  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        73  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        74  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        75  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        76  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        77  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        78  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        79  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        80  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        81  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        82  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        83  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        84  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        85  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        86  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        87  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        88  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        89  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        90  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root        91  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [iscsi_eh]
root        92  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [dwc_otg]
root        93  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [DWC Notificatio]
root        94  0.2  0.0      0     0 ?        S<   20:24   0:09  \_ [VCHIQ-0]
root        95  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [VCHIQr-0]
root        96  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [VCHIQs-0]
root        97  0.0  0.0      0     0 ?        S    20:24   0:01  \_ [kworker/u8:1]
root       106  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [VCHIQka-0]
root       107  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [SMIO]
root       109  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [kworker/2:1]
root       112  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [kworker/3:1]
root       119  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [bioset]
root       120  0.0  0.0      0     0 ?        S    20:24   0:02  \_ [mmcqd/0]
root       121  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [kworker/1:1]
root       135  0.0  0.0      0     0 ?        S    20:24   0:00  \_ [jbd2/mmcblk0p2-]
root       136  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [ext4-rsv-conver]
root       144  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [kworker/0:1H]
root       146  0.0  0.0      0     0 ?        S<   20:24   0:00  \_ [kworker/3:1H]
root       153  0.0  0.0      0     0 ?        S<   20:25   0:00  \_ [ipv6_addrconf]
root       165  0.0  0.0      0     0 ?        S<   20:25   0:00  \_ [kworker/2:1H]
root       166  0.0  0.0      0     0 ?        S<   20:25   0:00  \_ [kworker/1:1H]
root       174  0.0  0.0      0     0 ?        S    20:25   0:00  \_ [kworker/3:2]
root       185  0.0  0.0      0     0 ?        S    20:25   0:00  \_ [kauditd]
root       354  0.0  0.0      0     0 ?        S    20:25   0:00  \_ [scsi_eh_0]
root       355  0.0  0.0      0     0 ?        S<   20:25   0:00  \_ [scsi_tmf_0]
root       357  0.0  0.0      0     0 ?        S    20:25   0:00  \_ [usb-storage]
root       366  0.0  0.0      0     0 ?        S<   20:25   0:00  \_ [bioset]
root      1261  0.0  0.0      0     0 ?        S    20:36   0:00  \_ [kworker/1:0]
root      1375  0.0  0.0      0     0 ?        S    20:39   0:00  \_ [kworker/2:0]
root      1697  0.0  0.0      0     0 ?        S    20:56   0:00  \_ [kworker/0:2]
root      1894  0.0  0.0      0     0 ?        S    21:06   0:00  \_ [kworker/0:0]
root      1983  0.0  0.0      0     0 ?        S    21:12   0:00  \_ [kworker/0:1]
root      2071  0.0  0.0      0     0 ?        S    21:16   0:00  \_ [kworker/0:3]
root         1  0.1  0.4  22184  3440 ?        Ss   20:24   0:06 /sbin/init
root       184  0.0  0.3   8152  2316 ?        Ss   20:25   0:01 /lib/systemd/systemd-journald
root       208  0.0  0.3  10788  2500 ?        Ss   20:25   0:00 /lib/systemd/systemd-udevd
root       239  0.0  0.2   3176  1936 ?        Ss   20:25   0:00 /lib/systemd/systemd-logind
avahi      240  0.0  0.2   3368  1996 ?        Ss   20:25   0:01 avahi-daemon: running [osmc.local
avahi      256  0.0  0.0   3244   224 ?        S    20:25   0:00  \_ avahi-daemon: chroot helper
message+   241  0.0  0.3   4784  2516 ?        Ss   20:25   0:01 /usr/bin/dbus-daemon --system --a
root       244  0.0  0.2   3304  1552 ?        Ss   20:25   0:01 /usr/sbin/irqbalance
root       264  0.0  0.5   6492  4044 ?        Ss   20:25   0:00 /usr/sbin/connmand -n --nodnsprox
root       266  0.0  0.1   1896  1188 ?        Ss   20:25   0:00 /usr/sbin/eventlircd --evmap=/etc
root       283  0.0  0.4   6620  3676 ?        Ss   20:25   0:00 /usr/sbin/sshd -D
root       575  0.0  0.5  10612  4260 ?        Ss   20:25   0:00  \_ sshd: osmc [priv]
osmc       682  0.0  0.3  10612  2900 ?        S    20:25   0:00      \_ sshd: osmc@pts/0
osmc       683  0.0  0.3   3040  2332 pts/0    Ss   20:25   0:00          \_ -bash
osmc      2163  0.0  0.1   2860  1428 pts/0    R+   21:21   0:00              \_ ps uaf -A
root       287  0.0  0.2   2880  2064 ?        Ss   20:25   0:00 /bin/bash /usr/bin/mediacenter
root       345  0.0  0.3   5504  2344 ?        S    20:25   0:00  \_ sudo -u osmc /usr/lib/kodi/ko
osmc       356 15.7 15.4 690240 118676 ?       Sl   20:25   8:55      \_ /usr/lib/kodi/kodi.bin --
osmc       846  0.8  2.3 962912 18076 ?        SNl  20:26   0:28          \_ /home/osmc/.kodi/user
nobody     303  0.0  0.1   2248  1328 ?        Ss   20:25   0:00 /usr/local/bin/noip2
osmc       308  0.0  0.4   5408  3080 ?        Ss   20:25   0:00 /usr/bin/udisks-glue --foreground
root       346  0.0  0.4   5432  3108 ?        Ss   20:25   0:00 /sbin/wpa_supplicant -u -s -O /ru
root       351  0.0  0.2   3752  1904 ?        Ss   20:25   0:00 /sbin/rpcbind -w
root       359  0.0  0.6  26080  4848 ?        Ssl  20:25   0:00 /usr/lib/udisks/udisks-daemon --n
root       360  0.0  0.2   6980  1712 ?        S    20:25   0:00  \_ udisks-daemon: not polling an
root       362  0.0  0.5  34992  4560 ?        Ssl  20:25   0:00 /usr/lib/policykit-1/polkitd --no
root       424  0.0  0.2   2392  1756 ?        Ss   20:25   0:00 /sbin/mount.ntfs /dev/sda2 /media
osmc       465  0.4  0.8  75508  6332 ?        Ssl  20:25   0:15 /usr/bin/transmission-daemon -f -
root       482  0.0  0.5  17840  3848 ?        Ss   20:25   0:00 /usr/sbin/nmbd -D
ntp        497  0.0  0.4   4952  3116 ?        Ss   20:25   0:00 /usr/sbin/ntpd -p /var/run/ntpd.p
root       519  0.0  1.4  29360 11300 ?        Ss   20:25   0:00 /usr/sbin/smbd -D
root      1388  0.5  1.6  39920 12920 ?        S    20:40   0:13  \_ /usr/sbin/smbd -D
osmc       679  0.0  0.3   4096  2660 ?        Ss   20:25   0:00 /lib/systemd/systemd --user
osmc       680  0.0  0.1  23432  1364 ?        S    20:25   0:00  \_ (sd-pam)
osmc      1288  0.6 15.6 248772 119572 ?       Sl   20:37   0:16 /usr/bin/python2.7 /opt/sickrage/
He hecho kill como que decías y he vuelto a arrancar, ahora ya no me dice lo que decía antes de "PID file: /run/sickrage.pid already exists. Exiting."
andujar_dani
Pi Alpha
Pi Alpha
Mensajes: 25
Registrado: 26 Sep 2017, 15:59
Agradecido: 0
Agradecimiento recibido: 0

Hola @egrueda , al final terminé de instalarlo siguiendo tu otro tutorial OSMC PERFECTPI (KODI + TRANSMISSION + SAMBA + SICKRAGE + COUCHPOTATO).

De todas formas no se si lo he instalado bien porque añado series y episodios a wanted pero no se me inicia la descarga sola. Para que se inicie tengo que ir a cada Show y darle a la lupa que hay al lado de cada episodio. ¿Tienes idea de qué puede ser? He mirado el log y no he visto nada que me de pistas...

Código: Seleccionar todo

2017-11-18 21:05:50 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 21:05:50 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 21:05:49 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 21:05:49 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 21:05:45 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 21:00:42 INFO SEARCHQUEUE-BACKLOG-281249 :: No needed episodes found during backlog search for: [Tokyo Ghoul]
2017-11-18 21:00:42 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:40 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:38 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:35 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:33 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:31 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:28 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:25 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:22 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:20 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:17 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:14 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Cant find search_tvdb in database. Are you sure it exists?
2017-11-18 21:00:11 INFO SEARCHQUEUE-BACKLOG-281249 :: [Rarbg] :: Performing episode search for Tokyo Ghoul
2017-11-18 21:00:11 INFO SEARCHQUEUE-BACKLOG-281249 :: Beginning backlog search for: [Tokyo Ghoul]
2017-11-18 21:00:10 INFO Thread-14 :: Sending backlog for Tokyo Ghoul season 1 because some eps were set to wanted
2017-11-18 20:59:09 INFO SEARCHQUEUE-BACKLOG-296762 :: Downloading Westworld.S01E10.The.Bicameral.Mind.1080p.HBO.WEBRip.DD5.1.H264-monkee[rartv] from Rarbg
2017-11-18 20:59:08 INFO SEARCHQUEUE-BACKLOG-296762 :: [Rarbg] :: Quality of Westworld.S01E10.1080p.HDTV.x264-BATV[rartv] is 1080p HDTV
2017-11-18 20:59:08 INFO SEARCHQUEUE-BACKLOG-296762 :: [Rarbg] :: Quality of Westworld.S01E10.1080p.WEBRip.DD5.1.x264-KiNGS[rartv] is 1080p WEB-DL
2017-11-18 20:59:08 INFO SEARCHQUEUE-BACKLOG-296762 :: [Rarbg] :: Quality of Westworld.S01E10.The.Bicameral.Mind.1080p.HBO.WEBRip.DD5.1.H264-monkee[rartv] is 1080p WEB-DL
2017-11-18 20:59:06 INFO SEARCHQUEUE-BACKLOG-296762 :: [Rarbg] :: Performing episode search for Westworld
2017-11-18 20:59:06 INFO SEARCHQUEUE-BACKLOG-296762 :: Beginning backlog search for: [Westworld]
2017-11-18 20:59:02 INFO Thread-15 :: Sending backlog for Westworld season 1 because some eps were set to wanted
2017-11-18 20:58:14 INFO SEARCHQUEUE-MANUAL-296762 :: Downloading Westworld.S01E01.1080p.HN.WEBRip.DD5.1.H264-CasStudio[rartv] from Rarbg
2017-11-18 20:58:14 INFO SEARCHQUEUE-MANUAL-296762 :: [Rarbg] :: Quality of Westworld.S01E01.INTERNAL.1080p.HDTV.x264-BATV[rartv] is 1080p HDTV
2017-11-18 20:58:14 INFO SEARCHQUEUE-MANUAL-296762 :: [Rarbg] :: Quality of Westworld.S01E01.1080p.HDTV.x264-BATV[rartv] is 1080p HDTV
2017-11-18 20:58:14 INFO SEARCHQUEUE-MANUAL-296762 :: [Rarbg] :: Quality of Westworld.S01E01.1080p.HN.WEBRip.DD5.1.H264-CasStudio[rartv] is 1080p WEB-DL
2017-11-18 20:58:11 INFO SEARCHQUEUE-MANUAL-296762 :: [Rarbg] :: Performing episode search for Westworld
2017-11-18 20:58:11 INFO SEARCHQUEUE-MANUAL-296762 :: Beginning manual search for: [Westworld - S01E01 - El original]
2017-11-18 20:55:49 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 20:55:49 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 20:55:49 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 20:55:49 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 20:55:44 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 20:53:49 INFO SHOWQUEUE-REFRESH :: Performing refresh on The Walking Dead
2017-11-18 20:52:03 INFO SEARCHQUEUE-MANUAL-153021 :: Downloading The.Walking.Dead.S06E01.1080p.WEB-DL.DD5.1.H.264-Cyphanix[rartv] from Rarbg
2017-11-18 20:52:03 INFO SEARCHQUEUE-MANUAL-153021 :: [Rarbg] :: Quality of The.Walking.Dead.S06E01.1080p.HDTV.X264-DIMENSION[rartv] is 1080p HDTV
2017-11-18 20:52:03 INFO SEARCHQUEUE-MANUAL-153021 :: [Rarbg] :: Quality of The.Walking.Dead.S06E01.1080p.WEB-DL.DD5.1.H.264-Cyphanix[rartv] is 1080p WEB-DL
2017-11-18 20:52:00 INFO SEARCHQUEUE-MANUAL-153021 :: [Rarbg] :: Performing episode search for The Walking Dead
2017-11-18 20:52:00 INFO SEARCHQUEUE-MANUAL-153021 :: Beginning manual search for: [The Walking Dead - S06E01 - First Time Again]
2017-11-18 20:51:38 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-18 20:50:47 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-18 20:50:45 INFO FINDSUBTITLES :: No subtitles to download
2017-11-18 20:50:45 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-18 20:50:45 INFO FINDSUBTITLES :: Checking for missed subtitles
2017-11-18 20:50:45 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-18 20:45:46 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 20:45:46 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 20:45:46 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 20:45:46 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 20:45:44 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 20:43:47 INFO Thread-16 :: No update needed
2017-11-18 20:43:40 INFO Thread-15 :: No update needed
2017-11-18 20:40:47 INFO MAIN :: Checking for scene exception updates for AniDB
2017-11-18 20:40:45 INFO MAIN :: Checking for XEM scene exception updates for theTVDB
2017-11-18 20:40:44 INFO MAIN :: Checking for scene exception updates from http://sickrage.github.io/scene_exceptions/scene_exceptions.json
2017-11-18 20:40:44 INFO TORNADO :: Starting SickRage on http://0.0.0.0:8081/
2017-11-18 20:40:44 INFO MAIN :: Starting SickRage [master] using '/opt/sickrage/config.ini'
2017-11-18 20:40:44 INFO MAIN :: Writing PID: 760 to /run/sickrage.pid
2017-11-18 20:33:06 INFO EVENT-QUEUE :: Shutting down Tornado
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Saving config file to disk
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Saving all shows to the database
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the EVENT-QUEUE thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the FINDSUBTITLES thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the FINDPROPERS thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the TRAKTCHECKER thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the SEARCHQUEUE thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the SHOWQUEUE thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the CHECKVERSION thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the SHOWUPDATER thread to exit
2017-11-18 20:33:05 INFO EVENT-QUEUE :: Waiting for the BACKLOG thread to exit
2017-11-18 20:33:04 INFO EVENT-QUEUE :: Waiting for the DAILYSEARCHER thread to exit
2017-11-18 20:33:04 INFO EVENT-QUEUE :: Aborting all threads
2017-11-18 20:33:04 INFO MAIN :: Signal 15 caught, saving and exiting...
2017-11-18 20:32:50 INFO TORNADO :: Starting SickRage on http://0.0.0.0:8081/
2017-11-18 20:32:50 INFO MAIN :: Starting SickRage [master] using '/opt/sickrage/config.ini'
2017-11-18 20:32:50 INFO MAIN :: Writing PID: 3899 to /run/sickrage.pid
2017-11-18 20:30:42 INFO EVENT-QUEUE :: Shutting down Tornado
2017-11-18 20:30:41 INFO EVENT-QUEUE :: Saving config file to disk
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Saving all shows to the database
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the EVENT-QUEUE thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the FINDSUBTITLES thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the FINDPROPERS thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the TRAKTCHECKER thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR-AUTO thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the SEARCHQUEUE-DAILY-SEARCH thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the SHOWQUEUE-ADD thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the CHECKVERSION thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the SHOWUPDATER thread to exit
2017-11-18 20:30:40 INFO EVENT-QUEUE :: Waiting for the BACKLOG thread to exit
2017-11-18 20:30:39 INFO EVENT-QUEUE :: Waiting for the DAILYSEARCHER thread to exit
2017-11-18 20:30:39 INFO EVENT-QUEUE :: Aborting all threads
2017-11-18 20:30:39 INFO MAIN :: Signal 15 caught, saving and exiting...
2017-11-18 20:26:50 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 20:26:50 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 20:26:50 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 20:26:50 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 20:26:47 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 20:16:49 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 20:16:49 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 20:16:49 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 20:16:49 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 20:16:47 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 20:15:31 INFO FINDSUBTITLES :: No subtitles to download
2017-11-18 20:15:31 INFO FINDSUBTITLES :: Checking for missed subtitles
2017-11-18 20:06:48 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 20:06:48 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 20:06:48 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 20:06:48 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 20:06:46 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 20:03:57 INFO SHOWQUEUE-ADD :: Done cache check
2017-11-18 20:03:50 INFO SHOWQUEUE-ADD :: 281249: Updating NFOs for show with new indexer info
2017-11-18 20:03:27 INFO SHOWQUEUE-ADD :: Setting all episodes to the specified default status: 5
2017-11-18 20:03:27 INFO SHOWQUEUE-ADD :: 281249: Unable to find the show in the database
2017-11-18 20:03:25 INFO SHOWQUEUE-ADD :: theTVDB: {u'useZip': True, u'apikey': u'F9C450E78D99172E', u'cache': u'/opt/sickrage/cache/indexers/theTVDB', u'language': 'es'}
2017-11-18 20:03:25 INFO SHOWQUEUE-ADD :: Starting to add show by ShowDir: /media/disco_usb/Series/Tokyo Ghoul
2017-11-18 19:56:47 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 19:56:47 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 19:56:46 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 19:56:46 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 19:56:45 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 19:54:17 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-18 19:54:15 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-18 19:54:13 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-18 19:54:13 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-18 19:54:10 INFO SEARCHQUEUE-BACKLOG-296762 :: Downloading Westworld.S01E10.The.Bicameral.Mind.1080p.HBO.WEBRip.DD5.1.H264-monkee[rarbg] from Torrentz
2017-11-18 19:54:10 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E10/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:10 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E09/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:09 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E08/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:09 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E07/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:09 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E06/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:09 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E05/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:08 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E04/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:08 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E03/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:08 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E02/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:08 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /search/Westworld%20S01E01/0/8/200 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:54:07 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Performing episode search for Westworld
2017-11-18 19:54:00 INFO SEARCHQUEUE-BACKLOG-296762 :: [HDTorrents] :: Request failed: HTTPSConnectionPool(host='hd-torrents.org', port=443): Read timed out. (read timeout=30)
2017-11-18 19:53:29 INFO SEARCHQUEUE-BACKLOG-296762 :: [HDTorrents] :: Request failed: HTTPSConnectionPool(host='hd-torrents.org', port=443): Read timed out. (read timeout=30)
2017-11-18 19:52:58 WARNING SEARCHQUEUE-BACKLOG-296762 :: [HDTorrents] :: Invalid username or password. Check your settings
2017-11-18 19:52:58 INFO SEARCHQUEUE-BACKLOG-296762 :: [HDTorrents] :: Performing episode search for Westworld
2017-11-18 19:52:49 INFO SEARCHQUEUE-BACKLOG-296762 :: [Newpct] :: Performing episode search for Westworld
2017-11-18 19:52:26 INFO SEARCHQUEUE-BACKLOG-296762 :: [EliteTorrent] :: Performing episode search for Westworld
2017-11-18 19:52:26 INFO SEARCHQUEUE-BACKLOG-296762 :: [Torrentz] :: Quality of Westworld.S01E10.1080p.10bit.HDTV.6CH.x265.HEVC-PSA.mkv is 1080p HDTV
2017-11-18 19:52:26 INFO SEARCHQUEUE-BACKLOG-296762 :: [Torrentz] :: Quality of Westworld.S01E10.1080p.WEBRip.DUAL.-.WWW.SOFILMESHD.NET is 1080p WEB-DL
2017-11-18 19:52:25 INFO SEARCHQUEUE-BACKLOG-296762 :: [Torrentz] :: Quality of Westworld.S01E10.The.Bicameral.Mind.1080p.HBO.WEBRip.DD5.1.H264-monkee[rarbg] is 1080p WEB-DL
2017-11-18 19:51:13 INFO SEARCHQUEUE-BACKLOG-296762 :: [Torrentz] :: Performing episode search for Westworld
2017-11-18 19:51:13 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /browse/205/0/4/0 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:51:12 INFO SEARCHQUEUE-BACKLOG-296762 :: [ThePirateBay] :: Request failed: HTTPSConnectionPool(host='thepiratebay.se', port=443): Max retries exceeded with url: /browse/208/0/4/0 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
2017-11-18 19:51:12 WARNING SEARCHQUEUE-BACKLOG-296762 :: [HDTorrents] :: Invalid username or password. Check your settings
2017-11-18 19:51:06 INFO SEARCHQUEUE-BACKLOG-296762 :: Beginning backlog search for: [Westworld]
2017-11-18 19:46:47 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 19:46:47 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 19:46:47 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 19:46:47 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 19:46:45 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 19:40:30 INFO SEARCHQUEUE-BACKLOG-296762 :: No needed episodes found during backlog search for: [Westworld]
2017-11-18 19:40:30 INFO SEARCHQUEUE-BACKLOG-296762 :: No NZB/Torrent providers found or enabled in the sickrage config for backlog searches. Please check your settings.
2017-11-18 19:40:30 INFO SEARCHQUEUE-BACKLOG-296762 :: Beginning backlog search for: [Westworld]
2017-11-18 19:40:29 INFO Thread-15 :: Sending backlog for Westworld season 1 because some eps were set to wanted
2017-11-18 19:38:20 INFO SEARCHQUEUE-BACKLOG-153021 :: No needed episodes found during backlog search for: [The Walking Dead]
2017-11-18 19:38:20 INFO SEARCHQUEUE-BACKLOG-153021 :: No NZB/Torrent providers found or enabled in the sickrage config for backlog searches. Please check your settings.
2017-11-18 19:38:20 INFO SEARCHQUEUE-BACKLOG-153021 :: Beginning backlog search for: [The Walking Dead]
2017-11-18 19:38:15 INFO SEARCHQUEUE-BACKLOG-153021 :: No needed episodes found during backlog search for: [The Walking Dead]
2017-11-18 19:38:15 INFO SEARCHQUEUE-BACKLOG-153021 :: No NZB/Torrent providers found or enabled in the sickrage config for backlog searches. Please check your settings.
2017-11-18 19:38:15 INFO SEARCHQUEUE-BACKLOG-153021 :: Beginning backlog search for: [The Walking Dead]
2017-11-18 19:38:11 INFO Thread-17 :: Sending backlog for The Walking Dead season 7 because some eps were set to wanted
2017-11-18 19:38:11 INFO Thread-17 :: Sending backlog for The Walking Dead season 6 because some eps were set to wanted
2017-11-18 19:36:46 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 19:36:46 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 19:36:46 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 19:36:46 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 19:36:45 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 19:35:20 INFO SHOWQUEUE-ADD :: Done cache check
2017-11-18 19:35:14 INFO SHOWQUEUE-ADD :: 296762: Updating NFOs for show with new indexer info
2017-11-18 19:34:04 INFO SHOWQUEUE-ADD :: Setting all episodes to the specified default status: 5
2017-11-18 19:34:04 INFO SHOWQUEUE-ADD :: 296762: Unable to find the show in the database
2017-11-18 19:34:03 INFO SHOWQUEUE-ADD :: theTVDB: {u'useZip': True, u'apikey': u'F9C450E78D99172E', u'cache': u'/opt/sickrage/cache/indexers/theTVDB', u'language': 'es'}
2017-11-18 19:34:03 INFO SHOWQUEUE-ADD :: Starting to add show by ShowDir: /media/disco_usb/Series/Westworld
2017-11-18 19:33:13 INFO SHOWQUEUE-ADD :: Done cache check
2017-11-18 19:32:49 INFO SHOWQUEUE-ADD :: 153021: Updating NFOs for show with new indexer info
2017-11-18 19:31:13 INFO SHOWQUEUE-ADD :: Setting all episodes to the specified default status: 5
2017-11-18 19:31:11 INFO SHOWQUEUE-ADD :: 153021: Unable to find the show in the database
2017-11-18 19:31:08 INFO SHOWQUEUE-ADD :: theTVDB: {u'useZip': True, u'apikey': u'F9C450E78D99172E', u'cache': u'/opt/sickrage/cache/indexers/theTVDB', u'language': 'en'}
2017-11-18 19:31:08 INFO SHOWQUEUE-ADD :: Starting to add show by ShowDir: /media/disco_usb/Series/The Walking Dead
2017-11-18 19:26:46 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 19:26:46 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 19:26:46 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 19:26:46 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 19:26:44 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 19:16:50 INFO POSTPROCESSOR-AUTO :: Auto post processing task for /media/disco_usb/Descargas completed
2017-11-18 19:16:50 INFO POSTPROCESSOR-AUTO :: Successfully processed
2017-11-18 19:16:45 INFO POSTPROCESSOR-AUTO :: Processing /media/disco_usb/Descargas
2017-11-18 19:16:45 INFO POSTPROCESSOR-AUTO :: Beginning auto post processing task: /media/disco_usb/Descargas
2017-11-18 19:16:44 INFO POSTPROCESSOR :: Auto post processing task for /media/disco_usb/Descargas was added to the queue
2017-11-18 19:16:43 INFO Thread-14 :: Starting POSTPROCESSOR thread
2017-11-18 19:16:43 INFO Thread-14 :: Changed TV download folder to /media/disco_usb/Descargas
2017-11-18 19:15:30 WARNING FINDSUBTITLES :: Not enough services selected. At least 1 service is required to search subtitles in the background
2017-11-18 19:15:30 INFO Thread-14 :: Starting SUBTITLESFINDER thread
2017-11-18 19:14:13 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-18 19:14:13 INFO SEARCHQUEUE-DAILY-SEARCH :: No episodes needed.
2017-11-18 19:14:13 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-18 19:14:13 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-18 19:14:12 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-18 19:10:25 INFO TORNADO :: User logged into the SickRage web interface
2017-11-18 19:04:12 INFO CHECKVERSION :: Checking for updates using GIT
2017-11-18 19:04:12 INFO TORNADO :: Starting SickRage on http://0.0.0.0:8081/
2017-11-18 19:04:11 INFO MAIN :: Starting SickRage [master] using '/opt/sickrage/config.ini'
2017-11-18 19:04:11 INFO MAIN :: Writing PID: 1145 to /run/sickrage.pid
2017-11-18 01:34:38 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-18 01:34:38 INFO SEARCHQUEUE-DAILY-SEARCH :: No episodes needed.
2017-11-18 01:34:38 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-18 01:34:36 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-18 01:34:36 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-18 01:24:33 INFO CHECKVERSION :: Checking for updates using GIT
2017-11-18 00:54:36 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-18 00:54:36 INFO SEARCHQUEUE-DAILY-SEARCH :: No episodes needed.
2017-11-18 00:54:36 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-18 00:54:36 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-18 00:54:36 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-18 00:24:32 INFO CHECKVERSION :: Checking for updates using GIT
2017-11-18 00:14:38 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-18 00:14:38 INFO SEARCHQUEUE-DAILY-SEARCH :: No episodes needed.
2017-11-18 00:14:38 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-18 00:14:35 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-18 00:14:35 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-17 23:34:35 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-17 23:34:35 INFO SEARCHQUEUE-DAILY-SEARCH :: No episodes needed.
2017-11-17 23:34:35 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-17 23:34:34 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-17 23:34:34 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-17 23:24:32 INFO CHECKVERSION :: Checking for updates using GIT
2017-11-17 22:54:37 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-17 22:54:37 INFO SEARCHQUEUE-DAILY-SEARCH :: No episodes needed.
2017-11-17 22:54:37 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-17 22:54:33 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-17 22:54:33 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-17 22:24:31 INFO CHECKVERSION :: Checking for updates using GIT
2017-11-17 22:14:35 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-17 22:14:35 INFO SEARCHQUEUE-DAILY-SEARCH :: No episodes needed.
2017-11-17 22:14:35 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-17 22:14:33 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-17 22:14:33 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-17 21:34:37 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-17 21:34:37 INFO SEARCHQUEUE-DAILY-SEARCH :: No episodes needed.
2017-11-17 21:34:37 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-17 21:34:32 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-17 21:34:32 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-17 21:25:02 WARNING MAIN :: Updating network timezones failed, this can happen from time to time. URL: http://sickrage.github.io/sb_network_timezones/network_timezones.txt
2017-11-17 21:25:02 INFO MAIN :: Request failed: HTTPConnectionPool(host='sickrage.github.io', port=80): Read timed out. (read timeout=30)
2017-11-17 21:24:31 INFO CHECKVERSION :: Checking for updates using GIT
2017-11-17 21:24:31 INFO TORNADO :: Starting SickRage on http://0.0.0.0:8081/
2017-11-17 21:24:31 INFO MAIN :: Starting SickRage [master] using '/opt/sickrage/config.ini'
2017-11-17 21:24:31 INFO MAIN :: Writing PID: 2232 to /run/sickrage.pid
2017-11-17 21:23:48 INFO EVENT-QUEUE :: Shutting down Tornado
2017-11-17 21:23:47 INFO EVENT-QUEUE :: Saving config file to disk
2017-11-17 21:23:47 INFO EVENT-QUEUE :: Saving all shows to the database
2017-11-17 21:23:47 INFO EVENT-QUEUE :: Waiting for the EVENT-QUEUE thread to exit
2017-11-17 21:23:46 INFO EVENT-QUEUE :: Waiting for the FINDSUBTITLES thread to exit
2017-11-17 21:23:46 INFO EVENT-QUEUE :: Waiting for the FINDPROPERS thread to exit
2017-11-17 21:23:46 INFO EVENT-QUEUE :: Waiting for the TRAKTCHECKER thread to exit
2017-11-17 21:23:46 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
2017-11-17 21:23:46 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
2017-11-17 21:23:46 INFO EVENT-QUEUE :: Waiting for the SEARCHQUEUE-DAILY-SEARCH thread to exit
2017-11-17 21:23:46 INFO EVENT-QUEUE :: Waiting for the SHOWQUEUE thread to exit
2017-11-17 21:23:46 INFO EVENT-QUEUE :: Waiting for the CHECKVERSION thread to exit
2017-11-17 21:23:46 INFO EVENT-QUEUE :: Waiting for the SHOWUPDATER thread to exit
2017-11-17 21:23:45 INFO EVENT-QUEUE :: Waiting for the BACKLOG thread to exit
2017-11-17 21:23:45 INFO EVENT-QUEUE :: Waiting for the DAILYSEARCHER thread to exit
2017-11-17 21:23:45 INFO EVENT-QUEUE :: Aborting all threads
2017-11-17 21:23:45 INFO MAIN :: Signal 15 caught, saving and exiting...
2017-11-17 20:47:25 INFO SEARCHQUEUE-DAILY-SEARCH :: No needed episodes found
2017-11-17 20:47:25 INFO SEARCHQUEUE-DAILY-SEARCH :: No episodes needed.
2017-11-17 20:47:25 INFO SEARCHQUEUE-DAILY-SEARCH :: Beginning daily search for new episodes
2017-11-17 20:47:20 INFO DAILYSEARCHER :: No new released episodes found ...
2017-11-17 20:47:20 INFO DAILYSEARCHER :: Searching for new released episodes ...
2017-11-17 20:37:22 INFO MAIN :: Checking for scene exception updates for AniDB
2017-11-17 20:37:20 INFO MAIN :: Checking for XEM scene exception updates for theTVDB
2017-11-17 20:37:19 INFO MAIN :: Checking for scene exception updates from http://sickrage.github.io/scene_exceptions/scene_exceptions.json
2017-11-17 20:37:19 INFO CHECKVERSION :: Checking for updates using GIT
2017-11-17 20:37:19 INFO TORNADO :: Starting SickRage on http://0.0.0.0:8081/
2017-11-17 20:37:19 INFO MAIN :: Generating New API key
2017-11-17 20:37:19 INFO MAIN :: Starting SickRage [master] using '/opt/sickrage/config.ini'
2017-11-17 20:37:19 INFO MAIN :: Writing PID: 1288 to /run/sickrage.pid
2017-11-17 20:36:40 INFO TORNADO :: Starting SickRage on http://0.0.0.0:8081/
2017-11-17 20:36:40 INFO MAIN :: Generating New API key
2017-11-17 20:36:40 INFO MAIN :: Starting SickRage [master] using '/opt/sickrage/config.ini'
2017-11-17 20:36:40 INFO MAIN :: Writing PID: 1245 to /run/sickrage.pid
2017-11-17 20:36:36 INFO MAIN :: Proceeding with upgrade
2017-11-17 20:36:36 INFO MAIN :: Backing up database before upgrade
2017-11-17 20:36:36 INFO MAIN :: Updated to: 43.1
2017-11-17 20:36:35 INFO MAIN :: Signal 15 caught, saving and exiting...
2017-11-17 20:36:33 INFO MAIN :: Add minor version numbers to database
2017-11-17 20:36:33 INFO MAIN :: Proceeding with upgrade
2017-11-17 20:36:33 INFO MAIN :: Backing up database before upgrade
Saludos y gracias!
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

Sickrage busca episodios cada X minutos, a menos que le des a la lupa.
Si haces clic en el icono del destornillador y la llave, verás cuántos minutos tienes configurados y cuántos faltan para la próxima búsqueda.
andujar_dani
Pi Alpha
Pi Alpha
Mensajes: 25
Registrado: 26 Sep 2017, 15:59
Agradecido: 0
Agradecimiento recibido: 0

Muchas gracias, a raíz de ahí he podido investigar e investigar y sí que se añadían, el problema era que no los encontraba y por eso volvían a estado wanted!

Saludos
Responder