• Applications
  • [Discussion] Medusa: téléchargement automatique d'épisodes de série

Bonjour a tous,

Déjà merci pour votre tuto comme d'habitude au TOP !

Je viens vers vous car je rencontre un petit problème suite a la l'installation, les étapes de l'installation semble être parfaite j'arrive bien sur l"interface web, avec rêver proxy mot de passe etc !

Seul problème quand je rajouté une série elle ne ce télécharge pas et dans les logs j'ai l'erreur suivante :
2015-03-17 09:21:03.916874 CP Server Thread-2 :: Refusing to change status of 1x1 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
2015-03-17 09:21:03.916714 CP Server Thread-2 :: Refusing to change status of 1x2 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
2015-03-17 09:21:03.916562 CP Server Thread-2 :: Refusing to change status of 1x3 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
2015-03-17 09:21:03.916388 CP Server Thread-2 :: Refusing to change status of 1x4 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
2015-03-17 09:21:03.916234 CP Server Thread-2 :: Refusing to change status of 1x5 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
Je ne comprend pas pourquoi j'ai modifier le chemin pour les torrents, mais rien a faire le téléchargement ne commence pas.
Une idée ?
Par avance je vous remercie
Cordialement
Salut à tous !

Petit soucis avec l'url , jessaie de configurer sick.domain.tld comme url par défaut.
Le dns est ok,

mon fichier plex.domain.tld est fonctionnel :
server {
    listen 80;
    server_name plex.khall.ovh;

    location / {
        proxy_pass http://127.0.0.1:32400/web/;
    }
}
j'ai donc repris le modele pour mon fichier sick.domain.tld :
server {
    listen 80;
    server_name sick.khall.ovh;

  location /sickbeard {
    proxy_pass        http://127.0.0.1:4077/sickbeard;
			}

}

j ai testé de changer le port en 4077 dans le proxy_pass (changé également dans le fichier config.ini de sickbeard)

toutefois quand je tape sick.khall.tld j'arrive sur mon index.php présent dans var/www/base

pour info dans /var/www j'ai :
/var/www# ls
base  graph monitoring postfixadmin  proxy  rutorrent seedbox-manager
des idées?

petit plus , je peux add mon propre search providers pas de soucis de ce cote la , par contre c ets possible de choisir de la vostfr pour des animes par exemple ? (donc jap sous titré)

Edit : nouveau problème après avoir testé de reset le service :

start-stop-daemon: user 'SICKBEARD_USER' not found

salut khalladryr
Si tu fais ca en laissant web_root="" dans ton fichier config.ini ca donne quoi ?

server {
	listen   80;
	server_name sick.khall.ovh;
	location /
	{
	    proxy_pass http://localhost:8081/;
        }
Salut boby31,

merci pour ta reponse !

comme indiqué ci dessus , impossible de redémarrer le service , erreur : start-stop-daemon: user 'SICKBEARD_USER' not found

j ai juste stop le service et testé de le redémarrer de plus le fichier config.ini a disparu (lolwut) lors de ma tentative de redémarrer le service



ps : le fichier /etc/default/sickbeard est comme dans le tuto , j ai refait les commandes relatives aux droits
10 jours plus tard
Bonjour,

Comment faire lorsqu'il y a deux utilisateurs ? pour que chacun puisse lancer automatiquement les torrents dans sont propre rutorrent
11 jours plus tard
@Vespere, tu peux tout simplement créer une copie du dossier sickbeard et créer un nouveau fichier d'init, ou alors tu peux créer un second fichier init sickbeard_user2 et un deuxième fichier defaut /etc/defaut/sicbeard_user2 il faudra surement adapter le fichier /etc/init/sickbeard_user2 dans ce cas ainsi que le fichier de config pour mapper un port d'écoute différent.

Je doute que ça soit ultra clair

Il serait bien de mettre aussi à jour le web_host dans le tutoriel sur 127.0.0.1 au lieu de laisser la conf en 0.0.0.0.
8 jours plus tard
snif.
moi je suis bloqué.
Je ne peux faire update -rc. Et si je veux démarrer le service quand même "service sickbeard start", j'ai droit à un "Permission denied".

J'ai aussi du copier manuellement le init.debian. Je dois avoir un problème de droit mais j'y connais pas grand chose. En effet pour créer le répertoire sickbeard ca a été la galère.
et cette ligne "cp /home/sickbeard/init.debian /etc/sickbeard" ca n'a rien copié. Ne veut pas.

Une idée ?
Merci.
Hum ton tuto me tente çà a l'air sympa de pouvoir DL auto ses séries

Cependant avant de commencer ... je me demande ....

/chemin/vers/votre/installation
=
/home/remy/sickbeard
C'est çà que tu veux dire ?


cd /chemin/vers/votre/installation
chown -R <user>:<user> /chemin/vers/votre/installation

=
cd /home/remy/sickbeard
chown -R remy:remy /home/remy/sickbeard

çà sera valide ?


SB_USER=votreutilisateur
SB_OPTS= --config=/chemin/vers/votre/installation/sickbeard/config.ini
SB_HOME=/chemin/vers/votre/installation/sickbeard/
SB_DATA=/chemin/vers/votre/installation/sickbeard/


=
SB_USER=remy
SB_OPTS= --config=/home/remy/sickbeard/config.ini
SB_HOME=/home/remy/sickbeard/
SB_DATA=/home/remy/sickbeard/


çà sera valide ?
Bon bah celle la je l'ai vu venir de loin ... çà marche po bien entendu
root@sd-xxx:/var/www/sickbeard# update-rc.d sickbeard defaults
update-rc.d: using dependency based boot sequencing
root@sd-xxx:/var/www/sickbeard# service sickbeard start
/etc/init.d/sickbeard: 2: /etc/default/sickbeard: --config=/var/www/sickbeard/: not found
Starting SickBeard

bon bah malgré ses erreurs j'accède a IPserveur/sickbeard
ok merci de ta réponse

il ne me reste plus qu'a apprendre l'anglais pour pouvoir me servir de Sickbeard


Merci pour le tuto


Ps; Dommage qu'il n'y est pas un bouton "Sickbeard" dans Rutorrent


Et pouvoir changer la langue de l'interface çà serait parfait 😀
Logs & Errors

2015-04-17 21:15:50.600830 SEARCHQUEUE-BACKLOG-259765 :: Error loading FTDB URL: http://www.ftbd.com/autoget/xx6406/642643/51bb5a032f97.torrent
2015-04-17 21:15:45.508851 SEARCHQUEUE-BACKLOG-259765 :: Error loading FTDB URL: http://www.ftdb.com/autoget/xx6400/642643/996664abe70a.torrent
2015-04-17 21:15:40.417130 SEARCHQUEUE-BACKLOG-259765 :: Error loading FTDB URL: http://www.ftdb.com/autoget/xx9818/642643/734b39687502.torrent
2015-04-17 21:15:35.324004 SEARCHQUEUE-BACKLOG-259765 :: Error loading FTDB URL: http://www.ftdb.com/autoget/xx5756/642643/1c32ade59ddb.torrent
2015-04-17 21:15:30.233154 SEARCHQUEUE-BACKLOG-259765 :: Error loading FTDB URL: http://www.ftdb.com/autoget/xx4556/642643/026e2c4783c5.torrent
2015-04-17 21:05:03.657519 CP Server Thread-4 :: This show (tvdb_id=259765) isn't in your list, you need to add it to SB before post-processing an episode

un petit coup de main svp ...

[Résolu]


Edit : Retrait des liens avec des x car redirection vers un site +18 ^^ (hydrog3n)
2015-04-18 21:48:30.051567 TORRENT_POSTPROCESSER :: This show (tvdb_id=283666) isn't in your list, you need to add it to SB before post-processing an episode
2015-04-18 21:48:24.144466 TORRENT_POSTPROCESSER :: You're trying to post process an episode that's already been moved to its show dir
2015-04-18 21:48:23.934453 TORRENT_POSTPROCESSER :: This show (tvdb_id=71470) isn't in your list, you need to add it to SB before post-processing an episode

Logs & Errors (984)

Comment on Stop/Corrige toutes ces erreurs ?
Salut remy80 à tu comprit le message il est en anglais certe mais explicite.
sickbeard wrote:This show (tvdb_id=283666) isn't in your list, you need to add it to SB before post-processing an episode
sickbeard traduit wrote:Cette série n'est pas dans votre liste, vous devez l'ajouter à SB (sickbeard) avant de lancer un post processing sur cet épisode
La série en question : http://thetvdb.com/?tab=series&id=283666 (The report Card) Ajout la a ta liste et tu n'auras plus l'erreur. pareil pour http://thetvdb.com/?tab=series&id=71470.

Pour l'erreur
sickebeard wrote:You're trying to post process an episode that's already been moved to its show dir


Je pense que le dossier à vérifié est le même que celui de destination. Si c'est le cas il ne faut pas faire ça.
hydrog3n wrote:

Salut remy80 à tu comprit le message il est en anglais certe mais explicite.

sickbeard wrote:

This show (tvdb_id=283666) isn't in your list, you need to add it to SB before post-processing an episode

sickbeard traduit wrote:

Cette série n'est pas dans votre liste, vous devez l'ajouter à SB (sickbeard) avant de lancer un post processing sur cet épisode

La série en question : http://thetvdb.com/?tab=series&id=283666 (The report Card) Ajout la a ta liste et tu n'auras plus l'erreur. pareil pour http://thetvdb.com/?tab=series&id=71470.

Hum si je veux plus d'erreur donc .... je peux tout simplement déplacer les torrents concernés ou créé un dossier pour les Séries encore faut il savoir le faire

hydrog3n wrote:

Pour l'erreur

sickebeard wrote:

You're trying to post process an episode that's already been moved to its show dir

Je pense que le dossier à vérifié est le même que celui de destination. Si c'est le cas il ne faut pas faire ça.

Ah ... explique .... je me débrouille comme je peux avec l'anglais

J'ai config comme çà et çà marche ... çà DL auto si je le souhaite



J'ai fait comme çà vu que j'ai besoin du "Lien dur" pour la Synchro sur mon Nas

Rép ; par défaut pour les DL ; /home/remy/torrents/complete

bonjour, j'ai la même question que remy, quel dossier il vaut mieux mettre. au debut j'avais cru comprendre qu'il fallait le cree dans www/sickbeard.

et ca fait pour moi www/sickbeard/Sick-Beard pour les liens a mettre dans les codes, je peux remettre lesvfichiers a la racine? www/sickbread
je viens de prendre ta config. je verrais bien si j'ai d'autre modifs.
pour rentrer les fichiers deja présent, je choisis quoi comme dossiers?
en gros moi c'était /home/utilisateur/torrent/serie/nom de la série/saison x.

edit: comment faire pour que ca telecharge automatiquement? J'ai choisi tout en qualité hd.
sinon avoir une liste avec des qualités un peu pres pareil et le lancer.
hydrog3n wrote:Salut tu as tout dans le même dossier ^^'

Voici ma conf : http://mondedie.fr/d/6430/26

Je peux pas faire comme toi dans Rutorrent

J'ai fait comme çà vu que j'ai besoin du "Lien dur" pour la Synchro sur mon Nas
Je ne sais pas trop quoi te dire si tu ne peux pas faire comme ça alors tu ne peux pas faire du postprocessing.

Tu peux dire a sickbeard de faire des liens hard (lien dur)
hydrog3n wrote:Je ne sais pas trop quoi te dire si tu ne peux pas faire comme ça alors tu ne peux pas faire du postprocessing.
Je vais essayer de résoudre le fait que Stick Beard scanne le dossier ( si j'ai bien compris ) en déplaçant les autre DL (ceux qui sont pas des séries ) dans un autre dossier

hydrog3n wrote:Tu peux dire a sickbeard de faire des liens hard (lien dur)
Les hard link me serve quand je veux utiliser a la Synchro pour rapatrier mes fichiers ! .... Si je fais des hard link avec sickbeard ca va DL auto H 24 & ca va plafonner ma connexion, non !? (je pense)


Je vais vérifier ...


hum c'est mieux ....

Logs & Errors (4)

2015-04-19 23:49:50.475216 TORRENT_POSTPROCESSER :: This show (tvdb_id=283666) isn't in your list, you need to add it to SB before post-processing an episode
2015-04-19 23:49:43.372883 TORRENT_POSTPROCESSER :: You're trying to post process an episode that's already been moved to its show dir
2015-04-19 23:39:57.172754 TORRENT_POSTPROCESSER :: This show (tvdb_id=283666) isn't in your list, you need to add it to SB before post-processing an episode
2015-04-19 23:39:42.643178 TORRENT_POSTPROCESSER :: You're trying to post process an episode that's already been moved to its show dir

This show (tvdb_id=283666) .... mais çà je vois rien de ce nom la



5H du mat .... eh ben c'est bien le truc va rester comme çà ... j'ai plus que cette erreur la , rien de méchant
You're trying to post process an episode that's already been moved to its show dir
Voila avec Autotools , je coche ou décoche la case de DL auto a mon grès

Bonjour à tous
Je viens vous voir car j'ai un soucis avec SicBeard.
J''avais créer ub dossier pour ranges mes séries proprement, comme vous pouvez le voir :

Je souhaiterais une fois que les séries soient téléchargées dans le dossier 2- Dl qui me les depalce dans les dossier correspodnant à la série

Par exemple que l'episode de the walking dead de la saison 5 qui se trouve dans 2-Dl aille dans le dossier The Walking dead par exemple.

10 jours plus tard
J'ai une question, je n'ai pas le logo affiché de ABC, OCS et Showcase.
Avez-vous les fichiers ou les liens directs pour que je vérifie si c'est présent.

Pour les fichiers, j'ai remis les configurations comme avant (rutorrent surtout) car ca me plaisait pas pour le référencement dans plex.
J'avais dans /complete tous les séries et les films que je mettais dans rutorrent manuellement été dans /complete/film.
Donc les fichiers sont stockés dans un dossier et je déplace les fichiers dans leur bon dossier.
Dommage que Sickbeard ne met pas dans les dossiers qu'on lui a attribué pour rtorrent.
16 jours plus tard
SickRage doit être beaucoup plus complet à ce niveau là, le fork fr est en cours d'adaptation
J'ai voulu l'installer sur un debian 8 et j'ai encore un soucis
:/var/www/sickbeard# journalctl --full -u sickbeard
-- Logs begin at Sat 2015-05-16 14:43:31 CEST, end at Thu 2015-05-21 23:53:25 CEST. --
May 21 23:52:08 sd-39459 sickbeard[51051]: /etc/init.d/sickbeard: 2: /etc/default/sickbeard: --config=/var/www/sickbeard/config.ini: not found
May 21 23:52:08 sd-39459 sickbeard[51051]: Starting SickBeard
May 21 23:52:10 sd-39459 sickbeard[51051]: Datadir must be writeable '/var/www/sickbeard'
May 21 23:52:10 sd-39459 systemd[1]: sickbeard.service: control process exited, code=exited status=1
May 21 23:52:10 sd-39459 systemd[1]: Failed to start LSB: starts instance of Sick Beard.
May 21 23:52:10 sd-39459 systemd[1]: Unit sickbeard.service entered failed state.
J'ai pas le fichier dans le dossier. J'ai regardé sur un autre serveur où c'est installé à l'identique et je n'ai pas de message d'erreur sur le debian 7 et pas non plus le fichier. J'ai regardé le default sickbeard et c'est exactement le même aussi.
Que puis-je faire?

Serveur temporaire: debian 7
Serveur actif: debian 8
Salut, il te manque le config.ini normalement il doit est automatiquement généré lorsque tu va sur l'interface sickbeard.

Mais le dossier /var/www/sickbeard n'a pas les droit d'écriture fait un
chmod -R 666 /var/www/sickbeard
ou
chmod -R 777 /var/www/sickbeard
si ça fonctionne pas.
Merci beaucoup. Le chmod 777 a marcher du premier coup.
Mes fichiers par défaut sont toujours dans /home/user/torrents.
Donc je viens de rajouter Notify My Android dans l'onglet notification et a chaque téléchargement, je suis au courant.
Comme ça, je peux après déplacer les fichiers dans les bons emplacements et faire profiter mes users.
4 jours plus tard
J'ai de gros soucis. J'ai des téléchargements qui ne se lancent pas ni ne change de status (par exemple si je veux les passer en wanted, ca marche pas).
J'ai fais:
service sickbeard status
● sickbeard.service - LSB: starts instance of Sick Beard
   Loaded: loaded (/etc/init.d/sickbeard)
   Active: active (running) since Sun 2015-05-24 16:10:20 CEST; 2 days ago
  Process: 510 ExecStart=/etc/init.d/sickbeard start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/sickbeard.service
           └─6604 /usr/bin/python /var/www/sickbeard/SickBeard.py -q --daemon --nolaunch --pidfile=/var/run/sickbeard/sickbeard.p...

May 25 16:47:01 sd-39459 sickbeard[510]: self.connect()
May 25 16:47:01 sd-39459 sickbeard[510]: File "/usr/lib/python2.7/httplib.py", line 1212, in connect
May 25 16:47:01 sd-39459 sickbeard[510]: server_hostname=server_hostname)
May 25 16:47:01 sd-39459 sickbeard[510]: File "/usr/lib/python2.7/ssl.py", line 350, in wrap_socket
May 25 16:47:01 sd-39459 sickbeard[510]: _context=self)
May 25 16:47:01 sd-39459 sickbeard[510]: File "/usr/lib/python2.7/ssl.py", line 566, in __init__
May 25 16:47:01 sd-39459 sickbeard[510]: self.do_handshake()
May 25 16:47:01 sd-39459 sickbeard[510]: File "/usr/lib/python2.7/ssl.py", line 788, in do_handshake
May 25 16:47:01 sd-39459 sickbeard[510]: self._sslobj.do_handshake()
May 25 16:47:01 sd-39459 sickbeard[510]: error: [Errno 104] Connection reset by peer
Mon log file:
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x1 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x2 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x3 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x4 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x5 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x6 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x7 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x8 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x9 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x10 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x11 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x12 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x13 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x14 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x15 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x16 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x17 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x18 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x19 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x20 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x21 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:06:01 ERROR    CP Server Thread-9 :: Refusing to change status of 4x22 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x1 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x2 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x3 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x4 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x5 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x6 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x7 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x8 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x9 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x10 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x11 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x12 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x13 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x14 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x15 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x16 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x17 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x18 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x19 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x20 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x21 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 16:05:48 ERROR    CP Server Thread-4 :: Refusing to change status of 4x22 to DOWNLOADED because it's not SNATCHED/DOWNLOADED
May-27 15:33:55 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 15:33:55 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 15:33:55 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 15:33:55 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 15:07:33 INFO     BACKLOG :: Seeing if we need any episodes from Under the Dome season 3
May-27 15:07:33 INFO     BACKLOG :: Seeing if we need any episodes from Continuum season 4
May-27 15:07:33 INFO     BACKLOG :: Running limited backlog on recently missed episodes only
May-27 14:33:54 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 14:33:54 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 14:33:54 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 14:33:54 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 13:33:53 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 13:33:53 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 13:33:53 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 13:33:53 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 13:00:32 INFO     BACKLOG :: Seeing if we need any episodes from Under the Dome season 3
May-27 13:00:32 INFO     BACKLOG :: Seeing if we need any episodes from Continuum season 4
May-27 13:00:32 INFO     BACKLOG :: Running limited backlog on recently missed episodes only
May-27 12:33:53 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 12:33:53 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 12:33:53 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 12:33:53 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 11:33:52 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 11:33:52 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 11:33:52 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 11:33:52 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 10:53:32 INFO     BACKLOG :: Seeing if we need any episodes from Under the Dome season 3
May-27 10:53:32 INFO     BACKLOG :: Seeing if we need any episodes from Continuum season 4
May-27 10:53:32 INFO     BACKLOG :: Running limited backlog on recently missed episodes only
May-27 10:33:51 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 10:33:51 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 10:33:51 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 10:33:51 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 09:33:50 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 09:33:50 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 09:33:50 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 09:33:50 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 08:46:32 INFO     BACKLOG :: Seeing if we need any episodes from Under the Dome season 3
May-27 08:46:32 INFO     BACKLOG :: Seeing if we need any episodes from Continuum season 4
May-27 08:46:32 INFO     BACKLOG :: Running limited backlog on recently missed episodes only
May-27 08:33:49 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 08:33:49 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 08:33:49 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 08:33:49 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 07:33:49 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 07:33:49 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 07:33:49 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 07:33:49 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 06:39:32 INFO     BACKLOG :: Seeing if we need any episodes from Under the Dome season 3
May-27 06:39:32 INFO     BACKLOG :: Seeing if we need any episodes from Continuum season 4
May-27 06:39:32 INFO     BACKLOG :: Running limited backlog on recently missed episodes only
May-27 06:33:48 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 06:33:48 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 06:33:48 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 06:33:48 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 05:33:47 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 05:33:47 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 05:33:47 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 05:33:47 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 04:33:46 INFO     SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
May-27 04:33:46 INFO     SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
May-27 04:33:46 INFO     SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
May-27 04:33:46 INFO     SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
May-27 04:33:23 INFO     CHECKVERSION :: Check scene exceptions file to update db
May-27 04:33:23 INFO     CHECKVERSION :: No update needed
May-27 04:33:23 INFO     CHECKVERSION :: Checking if git needs an update
May-27 04:32:32 INFO     BACKLOG :: Seeing if we need any episodes from Under the Dome season 3
May-27 04:32:32 INFO     BACKLOG :: Seeing if we need any episodes from Continuum season 4
May-27 04:32:32 INFO     BACKLOG :: Running limited backlog on recently missed episodes only
May-27 03:45:01 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:45:01 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show Les Mystères de Haven
May-27 03:45:01 INFO     SHOWQUEUE-REFRESH :: 158661: Writing NFOs for all episodes
May-27 03:45:01 INFO     SHOWQUEUE-REFRESH :: 158661: Loading all episodes with a location from the database
May-27 03:45:01 INFO     SHOWQUEUE-REFRESH :: 158661: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/Haven
May-27 03:45:01 INFO     SHOWQUEUE-REFRESH :: Performing refresh on Les Mystères de Haven
May-27 03:44:59 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unknown exception while loading URL http://services.tvrage.com/tools/quickinfo.php?show=Les+Myst%C3%A8res+de+Haven: Traceback (most recent call last):
May-27 03:44:39 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the last aired episode to see if the dates match between TVDB and TVRage
AA
AATVRageException: urlopen call to http://services.tvrage.com/tools/quickinfo.php?ep=2x1&show=Les+Myst%C3%A8res+de+Haven failed
AA    raise exceptions.TVRageException("urlopen call to " + url + " failed")
AA  File "/var/www/sickbeard/sickbeard/tvrage.py", line 253, in _getTVRageInfo
AA    info = self._getTVRageInfo(curSeason, 1)
AA  File "/var/www/sickbeard/sickbeard/tvrage.py", line 125, in confirmShow
May-27 03:44:39 WARNING  SHOWQUEUE-FORCE-UPDATE :: Error encountered while checking TVRage<->TVDB sync: urlopen call to http://services.tvrage.com/tools/quickinfo.php?ep=2x1&show=Les+Myst%C3%A8res+de+Haven failed
May-27 03:44:39 WARNING  SHOWQUEUE-FORCE-UPDATE :: Timed out while loading URL http://services.tvrage.com/tools/quickinfo.php?ep=2x1&show=Les+Myst%C3%A8res+de+Haven
May-27 03:43:55 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the first episode of each season to see if the air dates match between TVDB and TVRage
May-27 03:43:55 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: urlopen call to http://services.tvrage.com/tools/quickinfo.php?show=Les+Myst%C3%A8res+de+Haven failed
AA
AAerror: [Errno 104] Connection reset by peer
AA    data = self._sock.recv(self._rbufsize)
AA  File "/usr/lib/python2.7/socket.py", line 476, in readline
AA    line = self.fp.readline(_MAXLINE + 1)
AA  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
AA    version, status, reason = self._read_status()
AA  File "/usr/lib/python2.7/httplib.py", line 415, in begin
AA    response.begin()
AA  File "/usr/lib/python2.7/httplib.py", line 1073, in getresponse
AA    r = h.getresponse(buffering=True)
AA  File "/usr/lib/python2.7/urllib2.py", line 1200, in do_open
AA    return self.do_open(httplib.HTTPConnection, req)
AA  File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
AA    result = func(*args)
AA  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
AA    '_open', req)
AA  File "/usr/lib/python2.7/urllib2.py", line 449, in _open
AA    response = self._open(req, data)
AA  File "/usr/lib/python2.7/urllib2.py", line 431, in open
AA    usock = opener.open(url)
AA  File "/var/www/sickbeard/sickbeard/helpers.py", line 143, in getURL
May-27 03:43:55 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unknown exception while loading URL http://services.tvrage.com/tools/quickinfo.php?show=Les+Myst%C3%A8res+de+Haven: Traceback (most recent call last):
May-27 03:43:35 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the last aired episode to see if the dates match between TVDB and TVRage
AA
AATVRageException: urlopen call to http://services.tvrage.com/tools/quickinfo.php?ep=1x1&show=Les+Myst%C3%A8res+de+Haven failed
AA    raise exceptions.TVRageException("urlopen call to " + url + " failed")
AA  File "/var/www/sickbeard/sickbeard/tvrage.py", line 253, in _getTVRageInfo
AA    info = self._getTVRageInfo(curSeason, 1)
AA  File "/var/www/sickbeard/sickbeard/tvrage.py", line 125, in confirmShow
May-27 03:43:35 WARNING  SHOWQUEUE-FORCE-UPDATE :: Error encountered while checking TVRage<->TVDB sync: urlopen call to http://services.tvrage.com/tools/quickinfo.php?ep=1x1&show=Les+Myst%C3%A8res+de+Haven failed
AA
AAerror: [Errno 104] Connection reset by peer
AA    data = self._sock.recv(self._rbufsize)
AA  File "/usr/lib/python2.7/socket.py", line 476, in readline
AA    line = self.fp.readline(_MAXLINE + 1)
AA  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
AA    version, status, reason = self._read_status()
AA  File "/usr/lib/python2.7/httplib.py", line 415, in begin
AA    response.begin()
AA  File "/usr/lib/python2.7/httplib.py", line 1073, in getresponse
AA    r = h.getresponse(buffering=True)
AA  File "/usr/lib/python2.7/urllib2.py", line 1200, in do_open
AA    return self.do_open(httplib.HTTPConnection, req)
AA  File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
AA    result = func(*args)
AA  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
AA    '_open', req)
AA  File "/usr/lib/python2.7/urllib2.py", line 449, in _open
AA    response = self._open(req, data)
AA  File "/usr/lib/python2.7/urllib2.py", line 431, in open
AA    usock = opener.open(url)
AA  File "/var/www/sickbeard/sickbeard/helpers.py", line 143, in getURL
May-27 03:43:35 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unknown exception while loading URL http://services.tvrage.com/tools/quickinfo.php?ep=1x1&show=Les+Myst%C3%A8res+de+Haven: Traceback (most recent call last):
May-27 03:43:15 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the first episode of each season to see if the air dates match between TVDB and TVRage
May-27 03:43:14 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:43:14 INFO     SHOWQUEUE-FORCE-UPDATE :: 158661: Loading all episodes from theTVDB...
May-27 03:43:14 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:43:09 INFO     SHOWQUEUE-FORCE-UPDATE :: 158661: Loading show info from IMDb
May-27 03:43:09 INFO     SHOWQUEUE-FORCE-UPDATE :: 158661: Loading show info from theTVDB
May-27 03:43:09 INFO     SHOWQUEUE-FORCE-UPDATE :: Beginning update of Les Mystères de Haven
May-27 03:43:07 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:43:07 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show Shameless (US)
May-27 03:43:07 INFO     SHOWQUEUE-REFRESH :: 161511: Writing NFOs for all episodes
May-27 03:43:07 INFO     SHOWQUEUE-REFRESH :: 161511: Loading all episodes with a location from the database
May-27 03:43:06 INFO     SHOWQUEUE-REFRESH :: 161511: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/Shameless (US)
May-27 03:43:06 INFO     SHOWQUEUE-REFRESH :: Performing refresh on Shameless (US)
May-27 03:43:06 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: urlopen call to http://services.tvrage.com/tools/quickinfo.php?show=Shameless+%28US%29 failed
AA
AAerror: [Errno 104] Connection reset by peer
AA    data = self._sock.recv(self._rbufsize)
AA  File "/usr/lib/python2.7/socket.py", line 476, in readline
AA    line = self.fp.readline(_MAXLINE + 1)
AA  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
AA    version, status, reason = self._read_status()
AA  File "/usr/lib/python2.7/httplib.py", line 415, in begin
AA    response.begin()
AA  File "/usr/lib/python2.7/httplib.py", line 1073, in getresponse
AA    r = h.getresponse(buffering=True)
AA  File "/usr/lib/python2.7/urllib2.py", line 1200, in do_open
AA    return self.do_open(httplib.HTTPConnection, req)
AA  File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
AA    result = func(*args)
AA  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
AA    '_open', req)
AA  File "/usr/lib/python2.7/urllib2.py", line 449, in _open
AA    response = self._open(req, data)
AA  File "/usr/lib/python2.7/urllib2.py", line 431, in open
AA    usock = opener.open(url)
AA  File "/var/www/sickbeard/sickbeard/helpers.py", line 143, in getURL
May-27 03:43:06 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unknown exception while loading URL http://services.tvrage.com/tools/quickinfo.php?show=Shameless+%28US%29: Traceback (most recent call last):
May-27 03:42:46 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:42:45 INFO     SHOWQUEUE-FORCE-UPDATE :: 161511: Loading all episodes from theTVDB...
May-27 03:42:45 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:42:39 INFO     SHOWQUEUE-FORCE-UPDATE :: 161511: Loading show info from IMDb
May-27 03:42:39 INFO     SHOWQUEUE-FORCE-UPDATE :: 161511: Loading show info from theTVDB
May-27 03:42:39 INFO     SHOWQUEUE-FORCE-UPDATE :: Beginning update of Shameless (US)
May-27 03:42:36 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:42:36 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show The 100
May-27 03:42:36 INFO     SHOWQUEUE-REFRESH :: 268592: Writing NFOs for all episodes
May-27 03:42:36 INFO     SHOWQUEUE-REFRESH :: 268592: Loading all episodes with a location from the database
May-27 03:42:36 INFO     SHOWQUEUE-REFRESH :: 268592: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/The 100
May-27 03:42:36 INFO     SHOWQUEUE-REFRESH :: Performing refresh on The 100
May-27 03:42:34 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: TVRage doesn't have all the required info for this show
May-27 03:42:34 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the last aired episode to see if the dates match between TVDB and TVRage
May-27 03:42:25 ERROR    SHOWQUEUE-FORCE-UPDATE :: Unable to connect to XEM. Is thexem.de down ?104
May-27 03:42:20 INFO     SHOWQUEUE-FORCE-UPDATE :: 268592: Loading all episodes from theTVDB...
May-27 03:42:20 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:42:15 INFO     SHOWQUEUE-FORCE-UPDATE :: 268592: Loading show info from IMDb
May-27 03:42:15 INFO     SHOWQUEUE-FORCE-UPDATE :: 268592: Loading show info from theTVDB
May-27 03:42:15 INFO     SHOWQUEUE-FORCE-UPDATE :: Beginning update of The 100
May-27 03:42:12 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:42:12 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show Unforgettable
May-27 03:42:12 INFO     SHOWQUEUE-REFRESH :: 248861: Writing NFOs for all episodes
May-27 03:42:12 INFO     SHOWQUEUE-REFRESH :: 248861: Loading all episodes with a location from the database
May-27 03:42:12 INFO     SHOWQUEUE-REFRESH :: 248861: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/Unforgettable
May-27 03:42:12 INFO     SHOWQUEUE-REFRESH :: Performing refresh on Unforgettable
May-27 03:42:10 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: TVRage doesn't have all the required info for this show
May-27 03:42:10 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the last aired episode to see if the dates match between TVDB and TVRage
May-27 03:41:59 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:41:59 INFO     SHOWQUEUE-FORCE-UPDATE :: 248861: Loading all episodes from theTVDB...
May-27 03:41:59 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:41:54 INFO     SHOWQUEUE-FORCE-UPDATE :: 248861: Loading show info from IMDb
May-27 03:41:54 INFO     SHOWQUEUE-FORCE-UPDATE :: 248861: Loading show info from theTVDB
May-27 03:41:54 INFO     SHOWQUEUE-FORCE-UPDATE :: Beginning update of Unforgettable
May-27 03:41:51 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:41:51 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show Under the Dome
May-27 03:41:51 INFO     SHOWQUEUE-REFRESH :: 264492: Writing NFOs for all episodes
May-27 03:41:51 INFO     SHOWQUEUE-REFRESH :: 264492: Loading all episodes with a location from the database
May-27 03:41:51 INFO     SHOWQUEUE-REFRESH :: 264492: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/Under the Dome
May-27 03:41:51 INFO     SHOWQUEUE-REFRESH :: Performing refresh on Under the Dome
May-27 03:41:50 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: urlopen call to http://services.tvrage.com/tools/quickinfo.php?show=Under+the+Dome failed
AA
AAerror: [Errno 104] Connection reset by peer
AA    data = self._sock.recv(self._rbufsize)
AA  File "/usr/lib/python2.7/socket.py", line 476, in readline
AA    line = self.fp.readline(_MAXLINE + 1)
AA  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
AA    version, status, reason = self._read_status()
AA  File "/usr/lib/python2.7/httplib.py", line 415, in begin
AA    response.begin()
AA  File "/usr/lib/python2.7/httplib.py", line 1073, in getresponse
AA    r = h.getresponse(buffering=True)
AA  File "/usr/lib/python2.7/urllib2.py", line 1200, in do_open
AA    return self.do_open(httplib.HTTPConnection, req)
AA  File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
AA    result = func(*args)
AA  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
AA    '_open', req)
AA  File "/usr/lib/python2.7/urllib2.py", line 449, in _open
AA    response = self._open(req, data)
AA  File "/usr/lib/python2.7/urllib2.py", line 431, in open
AA    usock = opener.open(url)
AA  File "/var/www/sickbeard/sickbeard/helpers.py", line 143, in getURL
May-27 03:41:50 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unknown exception while loading URL http://services.tvrage.com/tools/quickinfo.php?show=Under+the+Dome: Traceback (most recent call last):
May-27 03:41:30 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:41:29 INFO     SHOWQUEUE-FORCE-UPDATE :: 264492: Loading all episodes from theTVDB...
May-27 03:41:29 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:41:24 INFO     SHOWQUEUE-FORCE-UPDATE :: 264492: Loading show info from IMDb
May-27 03:41:24 INFO     SHOWQUEUE-FORCE-UPDATE :: 264492: Loading show info from theTVDB
May-27 03:41:24 INFO     SHOWQUEUE-FORCE-UPDATE :: Beginning update of Under the Dome
May-27 03:41:21 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:41:21 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show The Walking Dead
May-27 03:41:21 INFO     SHOWQUEUE-REFRESH :: 153021: Writing NFOs for all episodes
May-27 03:41:21 INFO     SHOWQUEUE-REFRESH :: 153021: Loading all episodes with a location from the database
May-27 03:41:21 INFO     SHOWQUEUE-REFRESH :: 153021: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/The Walking Dead
May-27 03:41:21 INFO     SHOWQUEUE-REFRESH :: Performing refresh on The Walking Dead
May-27 03:41:21 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: TVRage doesn't have all the required info for this show
May-27 03:41:21 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the last aired episode to see if the dates match between TVDB and TVRage
May-27 03:41:09 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:41:09 INFO     SHOWQUEUE-FORCE-UPDATE :: 153021: Loading all episodes from theTVDB...
May-27 03:41:09 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:40:57 INFO     SHOWQUEUE-FORCE-UPDATE :: 153021: Loading show info from IMDb
May-27 03:40:57 INFO     SHOWQUEUE-FORCE-UPDATE :: 153021: Loading show info from theTVDB
May-27 03:40:57 INFO     SHOWQUEUE-FORCE-UPDATE :: Beginning update of The Walking Dead
May-27 03:40:54 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:40:54 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show The Fall
May-27 03:40:54 INFO     SHOWQUEUE-REFRESH :: 258107: Writing NFOs for all episodes
May-27 03:40:54 INFO     SHOWQUEUE-REFRESH :: 258107: Loading all episodes with a location from the database
May-27 03:40:54 INFO     SHOWQUEUE-REFRESH :: 258107: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/The Fall
May-27 03:40:54 INFO     SHOWQUEUE-REFRESH :: Performing refresh on The Fall
May-27 03:40:52 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unknown exception while loading URL http://services.tvrage.com/tools/quickinfo.php?show=The+Fall: Traceback (most recent call last):
May-27 03:40:32 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the last aired episode to see if the dates match between TVDB and TVRage
AA
AATVRageException: urlopen call to http://services.tvrage.com/tools/quickinfo.php?ep=1x1&show=The+Fall failed
AA    raise exceptions.TVRageException("urlopen call to " + url + " failed")
AA  File "/var/www/sickbeard/sickbeard/tvrage.py", line 253, in _getTVRageInfo
AA    info = self._getTVRageInfo(curSeason, 1)
AA  File "/var/www/sickbeard/sickbeard/tvrage.py", line 125, in confirmShow
May-27 03:40:32 WARNING  SHOWQUEUE-FORCE-UPDATE :: Error encountered while checking TVRage<->TVDB sync: urlopen call to http://services.tvrage.com/tools/quickinfo.php?ep=1x1&show=The+Fall failed
AA
AAerror: [Errno 104] Connection reset by peer
AA    data = self._sock.recv(self._rbufsize)
AA  File "/usr/lib/python2.7/socket.py", line 476, in readline
AA    line = self.fp.readline(_MAXLINE + 1)
AA  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
AA    version, status, reason = self._read_status()
AA  File "/usr/lib/python2.7/httplib.py", line 415, in begin
AA    response.begin()
AA  File "/usr/lib/python2.7/httplib.py", line 1073, in getresponse
AA    r = h.getresponse(buffering=True)
AA  File "/usr/lib/python2.7/urllib2.py", line 1200, in do_open
AA    return self.do_open(httplib.HTTPConnection, req)
AA  File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
AA    result = func(*args)
AA  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
AA    '_open', req)
AA  File "/usr/lib/python2.7/urllib2.py", line 449, in _open
AA    response = self._open(req, data)
AA  File "/usr/lib/python2.7/urllib2.py", line 431, in open
AA    usock = opener.open(url)
AA  File "/var/www/sickbeard/sickbeard/helpers.py", line 143, in getURL
May-27 03:40:32 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unknown exception while loading URL http://services.tvrage.com/tools/quickinfo.php?ep=1x1&show=The+Fall: Traceback (most recent call last):
May-27 03:40:12 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the first episode of each season to see if the air dates match between TVDB and TVRage
May-27 03:40:12 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: urlopen call to http://services.tvrage.com/tools/quickinfo.php?show=The+Fall failed
May-27 03:40:12 WARNING  SHOWQUEUE-FORCE-UPDATE :: Timed out while loading URL http://services.tvrage.com/tools/quickinfo.php?show=The+Fall
May-27 03:39:42 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the last aired episode to see if the dates match between TVDB and TVRage
AA
AATVRageException: urlopen call to http://services.tvrage.com/tools/quickinfo.php?ep=1x1&show=The+Fall failed
AA    raise exceptions.TVRageException("urlopen call to " + url + " failed")
AA  File "/var/www/sickbeard/sickbeard/tvrage.py", line 253, in _getTVRageInfo
AA    info = self._getTVRageInfo(curSeason, 1)
AA  File "/var/www/sickbeard/sickbeard/tvrage.py", line 125, in confirmShow
May-27 03:39:42 WARNING  SHOWQUEUE-FORCE-UPDATE :: Error encountered while checking TVRage<->TVDB sync: urlopen call to http://services.tvrage.com/tools/quickinfo.php?ep=1x1&show=The+Fall failed
AA
AAerror: [Errno 104] Connection reset by peer
AA    data = self._sock.recv(self._rbufsize)
AA  File "/usr/lib/python2.7/socket.py", line 476, in readline
AA    line = self.fp.readline(_MAXLINE + 1)
AA  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
AA    version, status, reason = self._read_status()
AA  File "/usr/lib/python2.7/httplib.py", line 415, in begin
AA    response.begin()
AA  File "/usr/lib/python2.7/httplib.py", line 1073, in getresponse
AA    r = h.getresponse(buffering=True)
AA  File "/usr/lib/python2.7/urllib2.py", line 1200, in do_open
AA    return self.do_open(httplib.HTTPConnection, req)
AA  File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
AA    result = func(*args)
AA  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
AA    '_open', req)
AA  File "/usr/lib/python2.7/urllib2.py", line 449, in _open
AA    response = self._open(req, data)
AA  File "/usr/lib/python2.7/urllib2.py", line 431, in open
AA    usock = opener.open(url)
AA  File "/var/www/sickbeard/sickbeard/helpers.py", line 143, in getURL
May-27 03:39:42 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unknown exception while loading URL http://services.tvrage.com/tools/quickinfo.php?ep=1x1&show=The+Fall: Traceback (most recent call last):
May-27 03:39:21 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the first episode of each season to see if the air dates match between TVDB and TVRage
May-27 03:39:21 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:39:20 INFO     SHOWQUEUE-FORCE-UPDATE :: 258107: Loading all episodes from theTVDB...
May-27 03:39:20 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:39:18 INFO     SHOWQUEUE-FORCE-UPDATE :: 258107: Loading show info from IMDb
May-27 03:39:18 INFO     SHOWQUEUE-FORCE-UPDATE :: 258107: Loading show info from theTVDB
May-27 03:39:18 INFO     SHOWQUEUE-FORCE-UPDATE :: Beginning update of The Fall
May-27 03:39:15 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:39:15 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show NCIS : Nouvelle-Orléans
May-27 03:39:15 INFO     SHOWQUEUE-REFRESH :: 278125: Writing NFOs for all episodes
May-27 03:39:15 INFO     SHOWQUEUE-REFRESH :: 278125: Loading all episodes with a location from the database
May-27 03:39:15 INFO     SHOWQUEUE-REFRESH :: 278125: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/NCIS New Orleans
May-27 03:39:15 INFO     SHOWQUEUE-REFRESH :: Performing refresh on NCIS : Nouvelle-Orléans
May-27 03:39:12 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: urlopen call to http://services.tvrage.com/tools/quickinfo.php?show=NCIS%3A+New+Orleans failed
May-27 03:39:12 WARNING  SHOWQUEUE-FORCE-UPDATE :: Timed out while loading URL http://services.tvrage.com/tools/quickinfo.php?show=NCIS%3A+New+Orleans
May-27 03:38:42 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:38:42 INFO     SHOWQUEUE-FORCE-UPDATE :: 278125: Loading all episodes from theTVDB...
May-27 03:38:42 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:38:39 INFO     SHOWQUEUE-FORCE-UPDATE :: 278125: Loading show info from IMDb
May-27 03:38:38 INFO     SHOWQUEUE-FORCE-UPDATE :: 278125: Loading show info from theTVDB
May-27 03:38:38 INFO     SHOWQUEUE-FORCE-UPDATE :: Beginning update of NCIS : Nouvelle-Orléans
May-27 03:38:36 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:38:36 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show NCIS : Los Angeles
May-27 03:38:36 INFO     SHOWQUEUE-REFRESH :: 95441: Writing NFOs for all episodes
May-27 03:38:36 INFO     SHOWQUEUE-REFRESH :: 95441: Loading all episodes with a location from the database
May-27 03:38:35 INFO     SHOWQUEUE-REFRESH :: 95441: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/NCIS  Los Angeles
May-27 03:38:35 INFO     SHOWQUEUE-REFRESH :: Performing refresh on NCIS : Los Angeles
May-27 03:38:35 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: TVRage doesn't have all the required info for this show
May-27 03:38:35 INFO     SHOWQUEUE-FORCE-UPDATE :: Checking the last aired episode to see if the dates match between TVDB and TVRage
May-27 03:38:24 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:38:24 INFO     SHOWQUEUE-FORCE-UPDATE :: 95441: Loading all episodes from theTVDB...
May-27 03:38:24 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:38:17 INFO     SHOWQUEUE-FORCE-UPDATE :: 95441: Loading show info from IMDb
May-27 03:38:17 INFO     SHOWQUEUE-FORCE-UPDATE :: 95441: Loading show info from theTVDB
May-27 03:38:17 INFO     SHOWQUEUE-FORCE-UPDATE :: Beginning update of NCIS : Los Angeles
May-27 03:38:14 INFO     SHOWQUEUE-REFRESH :: No new cache images needed, not retrieving new ones
May-27 03:38:14 INFO     SHOWQUEUE-REFRESH :: Checking & filling cache for show Marvel - Les Agents du S.H.I.E.L.D.
May-27 03:38:14 INFO     SHOWQUEUE-REFRESH :: 263365: Writing NFOs for all episodes
May-27 03:38:14 INFO     SHOWQUEUE-REFRESH :: 263365: Loading all episodes with a location from the database
May-27 03:38:14 INFO     SHOWQUEUE-REFRESH :: 263365: Loading all episodes from the show directory /home/cocolabombe0/torrents/series/Marvel - Les Agents du S.H.I.E.L.D
May-27 03:38:14 INFO     SHOWQUEUE-REFRESH :: Performing refresh on Marvel - Les Agents du S.H.I.E.L.D.
May-27 03:38:12 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unable to add TVRage info: urlopen call to http://services.tvrage.com/tools/quickinfo.php?show=Marvel%27s+Agents+of+S.H.I.E.L.D. failed
AA
AAerror: [Errno 104] Connection reset by peer
AA    data = self._sock.recv(self._rbufsize)
AA  File "/usr/lib/python2.7/socket.py", line 476, in readline
AA    line = self.fp.readline(_MAXLINE + 1)
AA  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
AA    version, status, reason = self._read_status()
AA  File "/usr/lib/python2.7/httplib.py", line 415, in begin
AA    response.begin()
AA  File "/usr/lib/python2.7/httplib.py", line 1073, in getresponse
AA    r = h.getresponse(buffering=True)
AA  File "/usr/lib/python2.7/urllib2.py", line 1200, in do_open
AA    return self.do_open(httplib.HTTPConnection, req)
AA  File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
AA    result = func(*args)
AA  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
AA    '_open', req)
AA  File "/usr/lib/python2.7/urllib2.py", line 449, in _open
AA    response = self._open(req, data)
AA  File "/usr/lib/python2.7/urllib2.py", line 431, in open
AA    usock = opener.open(url)
AA  File "/var/www/sickbeard/sickbeard/helpers.py", line 143, in getURL
May-27 03:38:12 WARNING  SHOWQUEUE-FORCE-UPDATE :: Unknown exception while loading URL http://services.tvrage.com/tools/quickinfo.php?show=Marvel%27s+Agents+of+S.H.I.E.L.D.: Traceback (most recent call last):
May-27 03:37:51 INFO     SHOWQUEUE-FORCE-UPDATE :: Loading all episodes from the DB
May-27 03:37:51 INFO     SHOWQUEUE-FORCE-UPDATE :: The episode was deleted, skipping the rest of the load
May-27 03:37:51 INFO     SHOWQUEUE-FORCE-UPDATE :: This episode (Marvel - Les Agents du S.H.I.E.L.D. - 1x23) has no name on TVDB
Depuis quelques temps j'ai des problèmes avec le téléchargement des sous-titres sur certains épisodes, vous avez déjà rencontré ce genre de soucis ? Pas d'erreurs dans les logs pourtant. Ça me fait ça avec Fargo par exemple :



Manque 3 fichiers .srt :







Edit : Ok j'ai compris, ça marche pas quand il y a des accents dans le titre de l'épisode... problème résolu !
5 jours plus tard
Bonjour a tous !

je suis tout nouveau sur ce site qui est bien sympathique ( j'ai appris pas mal de chose en peu de temps ^^)

J'ai une questien de newbie, j'ai suivi le tuto du flemmard pour Rutorrent, Rtorrent, etc ( le pack complet avec le script qui va bien ^^ )

J'aimerais pouvoir maintenant installer Sickbeard pour mes users. ( la je bloque un peu ^^ )

Et ensuite comme faite pour que ça prenne leurs mot de passe ?

Merci
C'est beaucoup trop vague comme question... Tu ne peux pas avoir d'aide si tu ne cibles pas plus ta demande

Commence déjà par essayer de faire le tutoriel, c'est la version multi utilisateurs vu que tu sembles en avoir plusieurs : http://mondedie.fr/d/6674
Je suis désolé,

J'ai juste vu ce tuto là ( honte a moi ! )
http://mondedie.fr/d/6429

Je me penche sur l'autre !

Merci !


EDIT:

J'ai reussi a faire mon utilisateur principal mais quand j'ai refait la manip pour un autre utilisateur il me marque "See 'systemctl status sickbeard_"l'user".service' and 'journalctl -xn' for details.

Je ne sais pas ou trouver ce journal

Si quelqu'un pourrait éclairer ma lanterne ^^
Bonjour,

J'ai un petit soucis avec mon sickbeard qui fonctionnait à merveille jusqu'à présent, il ne télécharge plus automatiquement mes séries. J'ai tout essayer je sais plus trop où regarder, est-ce que vous avez une idée mon provider principale est T4....

Merci bien.
Moi, ca fonctionne bien depuis la mise à jour. J'avais pleins d'erreur qui ont disparu là.
J'ai du supprimé mon .git car je n'arrivais pas à faire la mise à jour par le navigateur.
6 jours plus tard
Coucou les poulets,

Bon j'ai supprimé mon gros pavé de questions parce que j'ai trouvé les réponses 😛
Du coup, je donne quand même l'info, si ça peut aider certains:

PS Admin : Désolé si on ne peut pas parler de trackers ici, merci de supprimer mon message

Pour T411, je n'arrivai pas à dl les torrents depuis sickbeard, j'obtenais bien des fichiers .torrent mais il s'agissait en fait de page web.

Pour résoudre le soucis, j'ai installé Lynx (navigateur internet en ligne de commande) et j'ai été me loggué sur le site t411 afin de pouvoir remplir un CAPTCHA qui m'empêchait de récupérer mes fichiers.

Une fois loggué correctement depuis le serveur dédié sous t411 à travers lynx, les fichiers torrents sont OK, sickbeard les déposent sous /home/users/watch et du coup rtorrent les DL automatiquement! Parfait ce soft, merci beaucoup pour le tuto !
21 jours plus tard
Bonsoir !

je ne sais ou faire ma demande,

Est-il possible de récupérer des Anime par Sickbeard ou c'est juste pour les séries ?
Hey, Le repo vf n'est plus dispo. Je ne sais pas pourquoi... Des infos ?
hydrog3n wrote:Hey, Le repo vf n'est plus dispo. Je ne sais pas pourquoi... Des infos ?
Pareil pour le repo Sickrage de sarakha63 ...
Je crains que sarakha63 a abandonné le développement de son fork. Les dépôt VF de sickbeard et sickrage ont été supprimés, heureusement que git est décentralisé :rolleyes:, il ne reste plus qu'une personne reprenne le boulot de sarakha.