Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Packtpub error #18881
Packtpub error #18881
Comments
|
@dstftw bro please check this one PS C:\Users\HDNLSR174> youtube-dl --verbose -o 'p:\contents\New folder/%(playlist)s/%(chapter_number)s - %(chapter)s/%(t During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.01.16. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
Traceback (most recent call last):
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 793, in extract_info
ie_result = ie.extract(url)
File "c:\python36\lib\site-packages\youtube_dl\extractor\common.py", line 507, in extract
self.initialize()
File "c:\python36\lib\site-packages\youtube_dl\extractor\common.py", line 411, in initialize
self._real_initialize()
File "c:\python36\lib\site-packages\youtube_dl\extractor\packtpub.py", line 61, in _real_initialize
raise ExtractorError(message, expected=True)
youtube_dl.utils.ExtractorError: The recaptcha solution is missing.
[download] Downloading video 4 of 35
[PacktPub] Downloading Authorization Token
ERROR: The recaptcha solution is missing.
Traceback (most recent call last):
File "c:\python36\lib\site-packages\youtube_dl\extractor\common.py", line 605, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "c:\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 2212, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "c:\python36\lib\urllib\request.py", line 532, in open
response = meth(req, response)
File "c:\python36\lib\urllib\request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "c:\python36\lib\urllib\request.py", line 570, in error
return self._call_chain(*args)
File "c:\python36\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "c:\python36\lib\urllib\request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request