Bug#880739: ERROR: PhantomJS executable not found in PATH, download it from http://phantomjs.org

2017-11-07 Thread Rogério Brito
Dear Mathieu.

On Nov 04 2017, Mathieu Malaterre wrote:
> Package: youtube-dl
> Version: 2017.10.15.1-1
> Tags: patch

Your message didn't contain any patch. Anyway, it is so trivial that I
uploaded another package with the recommends in place.

> It would be super nice to add a Recommends: phantomjs on youtube-dl
> package. Otherwise it may fails sometimes with:
> 
> ERROR: PhantomJS executable not found in PATH, download it from
> http://phantomjs.org
(...)

Great. Can you please put offending URLs the next time, so that I can test
to see if the problem really went away?


Thanks,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



Bug#880739: ERROR: PhantomJS executable not found in PATH, download it from http://phantomjs.org

2017-11-04 Thread Mathieu Malaterre
Package: youtube-dl
Version: 2017.10.15.1-1
Tags: patch

Hi,

It would be super nice to add a Recommends: phantomjs on youtube-dl
package. Otherwise it may fails sometimes with:

ERROR: PhantomJS executable not found in PATH, download it from
http://phantomjs.org
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
784, in extract_info
ie_result = ie.extract(url)
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py",
line 434, in extract
ie_result = self._real_extract(url)
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/openload.py",
line 311, in _real_extract
phantom = PhantomJSwrapper(self, required_version='2.0')
  File "/usr/lib/python3/dist-packages/youtube_dl/extractor/openload.py",
line 119, in __init__
expected=True)
youtube_dl.utils.ExtractorError: PhantomJS executable not found in
PATH, download it from http://phantomjs.org