djoole / couchpotato.provider.t411

T411 (French) Torrent Provider integration into CouchPotato
GNU General Public License v2.0
26 stars 13 forks source link

t411 not showing in the searcher / torrent_providers #37

Closed nicecube closed 7 years ago

nicecube commented 7 years ago

Bonjour, j'ai installé le plugin dans CouchPotato C:\Users\Nicecube\AppData\Roaming\CouchPotato\custom_plugins

custom_plugins: t411\ t411__init.py t411\init.pyc t411\main.py t411\main.pyc init__.py

Quand je vais dans la section Searcher je ne voie pas T411 même après un redémarrage de CouchPotato, pouvez vous m'aider

julienfroidefond commented 7 years ago

+1

mogs31 commented 7 years ago

même chose ici ! Version b538f9a0 (21/12/2016 à 19:25:09) on debian8

--> Ok apres avoir vidé le cache sous chrome 👍

acamilleri commented 7 years ago

J'ai téléchargé le dossier, j'ai été dans Couchpotato -> About J'ai noté le dossier qui était dans "Directories". -> Pour moi: /home/krysenn/.couchpotato J'ai copié le dossier T411 dans le dossier présent dans /home/krysenn/.couchpotato

J'ai redémarré Couchpotato, j'ai vidé mon cache et j'ai bien T411 qui s'affiche.

djoole commented 7 years ago

@nicecube poste les logs en debug

zogtar commented 7 years ago

+1 Bonjour, T411 ne s'affiche pas dans la page "searcher" je pense depuis le changement du plugin lié au passage de DNS .ch to .li

j'ai copié le répertoire t411 dans custom_plugins et suivi les conseils : vérification des répertoires et vidage du cache navigateur. Ca ne fonctionne pas avec Firefox et IE. Après vérification des logs, je ne trouve pas la ligne "loaded custom_plugin : t411"

J'ai ensuite fait la même opération pour le plugin cpasbien afin de diagnostiquer le bug et là aucun problème. En regardant de nouveau les logs, la ligne "loaded custom_plugin : cpasbien" est elle bien présente et dans le menue "searcher" cpasbien l'est également.

Version 3.0.1 Updater desktop

Le log couchpotato est attaché. 1er démarrage avec seulement le plugin t411 et second démarrage avec T411 et cpasbien. CouchPotato.log.txt

djoole commented 7 years ago

Poste les logs en niveau de bug sinon je verrai pas pourquoi le plugin se charge pas.

zogtar commented 7 years ago

Oui, pardon. Les voici

Steps to reproduce:

  1. Après un restart de couchpotato

Information:

Movie(s) I have this with: ... Quality of the movie being searched: ... Providers I use: ... Version of CouchPotato: desktop: 3.0.1 Running on: ...

Logs:

01-31 21:13:53 DEBUG [  couchpotato.core.loader] Skip loading module plugin t411: Traceback (most recent call last):
  File "C:\Users\htpc\AppData\Roaming\CouchPotato\application\CouchPotato-3.0.1.win32\couchpotato\core\loader.py", line 164, in loadModule
  File "C:\Users\htpc\AppData\Roaming\CouchPotato\application\CouchPotato-3.0.1.win32\libs\importhelper\__init__.py", line 37, in import_module
  File "C:\Users\htpc\AppData\Roaming\CouchPotato\custom_plugins\t411\__init__.py", line 2, in <module>
ImportError: No module named updater
djoole commented 7 years ago

Je pense que la version de ton plugin est obsolète... Le logs montre qu'en ligne 2 du init.py ça veut charger un module nommé "updater". La ligne 2 du script est vide. Fais un git pull, et essaie encore. Si ça résout pas le problème, copie-moi le contenu de ton fichier "C:\Users\htpc\AppData\Roaming\CouchPotato\custom_plugins\t411__init__.py"

Et vire aussi les fichiers .pyc on sait jamais

zogtar commented 7 years ago

J'ai supprimé les 4 fichiers et récupéré les dernières versions des fichiers ("Download ZIP") et voici le log maintenant après un restart. Par contre quand je vois dans le init.py un lien vers t411 avec le domain en .ch : 'description': 'See T411', je me demande si j'ai bien le bon fichier ... est-ce normal ? En pièce jointe tu trouvera ce fichier init.py (j'ai ajouté l'extension txt pour l'upload sur le post) init.txt

2-02 21:10:48DEBUG[ couchpotato.core.loader] Skip loading module plugin t411: Traceback (most recent call last): File "C:\Users\htpc\AppData\Roaming\CouchPotato\application\CouchPotato-3.0.1.win32\couchpotato\core\loader.py", line 164, in loadModule File "C:\Users\htpc\AppData\Roaming\CouchPotato\application\CouchPotato-3.0.1.win32\libs\importhelper__init.py", line 37, in import_module File "C:\Users\htpc\AppData\Roaming\CouchPotato\custom_plugins\t411\init__.py", line 1, in File "C:\Users\htpc\AppData\Roaming\CouchPotato\custom_plugins\t411\main.py", line 16, in ImportError: No module named ast

djoole commented 7 years ago

On avance, tu avais donc bien un souci de sources.

Maintenant ton problème c'est que ton install ne dispose pas de la librairie AST. C'est une librairie qui est installée de base avec Python. Je te conseille de le réinstaller! Le jeu. 2 févr. 2017 à 21:28, zogtar notifications@github.com a écrit :

J'ai supprimé les 4 fichiers et récupéré les dernières versions des init.txt https://github.com/djoole/couchpotato.provider.t411/files/748876/__init__.txt fichiers ("Download ZIP") et voici le log maintenant après un restart. Par contre quand je vois dans le init.py un lien vers t411 avec le domain en .ch : 'description': 'See T411 https://www.t411.ch/', je me demande si j'ai bien le bon fichier ... est-ce normal ? En pièce jointe tu trouvera ce fichier init.py (j'ai ajouté l'extension txt pour l'upload sur le post)

2-02 21:10:48DEBUG[ couchpotato.core.loader] Skip loading module plugin t411: Traceback (most recent call last):

File "C:\Users\htpc\AppData\Roaming\CouchPotato\application\CouchPotato-3.0.1.win32\couchpotato\core\loader.py", line 164, in loadModule

File "C:\Users\htpc\AppData\Roaming\CouchPotato\application\CouchPotato-3.0.1.win32\libs\importhelper init.py", line 37, in import_module File "C:\Users\htpc\AppData\Roaming\CouchPotato\customplugins\t411init_.py", line 1, in File "C:\Users\htpc\AppData\Roaming\CouchPotato\custom_plugins\t411\main.py", line 16, in ImportError: No module named ast

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/djoole/couchpotato.provider.t411/issues/37#issuecomment-277073629, or mute the thread https://github.com/notifications/unsubscribe-auth/ABEC2v0EG76bvmENQNWlmD6X9ywl6Eioks5rYjxtgaJpZM4Ldux3 .

zogtar commented 7 years ago

J'ai désinstallé python puis réinstallé la v2.7.13. La commande "import ast" depuis la console python fonctionne. Alors qu'avant elle était en erreur.

Voici les logs CP, toujours pareil. CP ne voit pas le module ast. 02-05 14:55:58DEBUG[ couchpotato.core.loader] Skip loading module plugin t411: Traceback (most recent call last): File "C:\Users\htpc\AppData\Roaming\CouchPotato\application\CouchPotato-3.0.1.win32\couchpotato\core\loader.py", line 164, in loadModule File "C:\Users\htpc\AppData\Roaming\CouchPotato\application\CouchPotato-3.0.1.win32\libs\importhelper__init.py", line 37, in import_module File "C:\Users\htpc\AppData\Roaming\CouchPotato\custom_plugins\t411\init__.py", line 1, in File "C:\Users\htpc\AppData\Roaming\CouchPotato\custom_plugins\t411\main.py", line 16, in ImportError: No module named ast

As-tu une idée ?

djoole commented 7 years ago

Oui une dernière : ta distrib couchpotato vient avec une version portable de python, ce qui fait qu'il n'utilise pas le python que tu viens fraîchement d'installer.

Ce n'est qu'une hypothèse, et après ca je sera sec.

zogtar commented 7 years ago

ça fonctionne, merci beaucoup pour le temps passé. Ce n'était donc pas un bug du plugin t411.

Avant d'y arriver j'ai fais de nombreux tests qui n'ont rien donnés, j'ai donc fini par tout reprendre.

pour cela : désinstallation de python puis

djoole commented 7 years ago

Parfait!