oogl-import / tvdownloader

Automatically exported from code.google.com/p/tvdownloader
1 stars 0 forks source link

Pluzz : impossible de télécharger les émissions #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Use French if you speak it !

----------------------------------- Français/French
Détails:
V: 0.5
M: svn-dev
S: Debian Squeeze

Impossible de télécharger les émissions sur Pluzz (testé sur France 5 / C 
à vous) :

Exception in thread Thread-15:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/meuh/DL/tvdownloaderDev/Downloader.py", line 96, in lancerTelechargement
    self.telecharger( "msdl -c " + fichier + " -o \"" + fichierSortie + "\"" )
  File "/home/meuh/DL/tvdownloaderDev/Downloader.py", line 119, in telecharger
    self.process = subprocess.Popen( arguments, stdout = subprocess.PIPE, stderr = subprocess.STDOUT )
  File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 2] Aucun fichier ou dossier de ce type

Est-ce à cause de la dépendance sur msdl ? N'est-il plus inclus avec 
tvdownloader ? Je ne l'ai pas trouvé en paquet Debian.
Par contre ça marche au poil pour M6 :)

Original issue reported on code.google.com by usstil...@gmail.com on 8 Oct 2010 at 7:59

GoogleCodeExporter commented 8 years ago
J'ai exactement le même problème avec Pluzz sur 2 PC différents (Ubuntu et 
Kubuntu) même après avoir vidé le cache et reinstallé le logiciel.

Original comment by maraboo...@maraboot.org on 9 Oct 2010 at 9:16

GoogleCodeExporter commented 8 years ago
Et est-ce que vous avez bien msdl et rtmpdump d'installé ?!
Si oui, ils doivent être dans le path et porter le même nom.

Original comment by chaoswiz...@gmail.com on 9 Oct 2010 at 10:03

GoogleCodeExporter commented 8 years ago
Pour ma part, ils sont bien installé et dans le path : 

Yop@linux:~/tvdownloader-0.6$ rtmpdump 
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a hostname (--host) or url (-r 
"rtmp://host[:port]/playpath") containing a hostname
Yop@linux:~/tvdownloader-0.6$ msdl 
no target
Usage: msdl [options] targets
  -o, --output <localfile>    specify output file name.
  -l, --logfile <logfile>     print log to logfile instead of console.
  -v, --verbose               show verbose messages.
  -V, --version               show version information.
  -q, --quiet                 do quietly. no output.
...

Original comment by maraboo...@maraboot.org on 9 Oct 2010 at 11:32

GoogleCodeExporter commented 8 years ago
OK, j'ai ouvert ce problème un peu vite, je n'avais pas vu que msdl n'était 
plus inclus. Après l'avoir installé à la main, le téléchargement 
fonctionne correctement avec pluzz.

Original comment by usstil...@gmail.com on 10 Oct 2010 at 6:19

GoogleCodeExporter commented 8 years ago
Ok, corrigé alors !
NB : MSDL est inclus sur le PPA de TVD.

Original comment by chaoswiz...@gmail.com on 16 Oct 2010 at 9:22