Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: unable to download video #1018

Closed
sivakov opened this issue Jul 10, 2013 · 12 comments
Closed

ERROR: unable to download video #1018

sivakov opened this issue Jul 10, 2013 · 12 comments

Comments

@sivakov
Copy link

@sivakov sivakov commented Jul 10, 2013

youtube-dl 300M DsQpuib2_54 44 zveri__raionykvartaly_official_video.webm

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 10, 2013

Please post the output when running the command with the --verbose option

@woprandi
Copy link

@woprandi woprandi commented Jul 10, 2013

Hi, I have the same error :

youtube-dl --verbose http://www.youtube.com/watch?v=47dtFZ8CFo8
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.youtube.com/watch?v=47dtFZ8CFo8']
[debug] youtube-dl version 2013.07.08.1
[debug] Python version 3.3.2 - Linux-3.9.9-1-ARCH-x86_64-with-arch
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 47dtFZ8CFo8: Downloading video webpage
[youtube] 47dtFZ8CFo8: Downloading video info webpage
[youtube] 47dtFZ8CFo8: Extracting video information
[youtube] 47dtFZ8CFo8: Encrypted signatures detected.
[youtube] encrypted signature length 83 (40.42), itag 46, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 37, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 45, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 22, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 44, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 35, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 43, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 34, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 18, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 5, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 36, html5 player vfl26ng3K
[youtube] encrypted signature length 83 (40.42), itag 17, html5 player vfl26ng3K
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 549, in process_info
success = self.fd._do_download(filename, info_dict)
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 392, in _do_download
data = compat_urllib_request.urlopen(request)
File "/usr/lib/python3.3/urllib/request.py", line 156, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.3/urllib/request.py", line 475, in open
response = meth(req, response)
File "/usr/lib/python3.3/urllib/request.py", line 587, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.3/urllib/request.py", line 513, in error
return self._call_chain(_args)
File "/usr/lib/python3.3/urllib/request.py", line 447, in _call_chain
result = func(_args)
File "/usr/lib/python3.3/urllib/request.py", line 595, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 574, in download
videos = self.extract_info(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 327, in extract_info
return self.process_ie_result(ie_result, download=download)
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 409, in process_ie_result
for r in ie_result['entries']
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 409, in
for r in ie_result['entries']
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 356, in process_ie_result
self.process_info(ie_result)
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 551, in process_info
raise UnavailableVideoError()
youtube_dl.utils.UnavailableVideoError

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 10, 2013

@woprandi Update to the last version: sudo youtube-dl -U

@woprandi
Copy link

@woprandi woprandi commented Jul 10, 2013

I already have the latest version I guess (upgraded today although)
youtube-dl --version
2013.07.08.1
sudo youtube-dl -U
It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 10, 2013

@woprandi current version is 2013.07.10 (3 hours ago), how did you install youtube-dl?

@woprandi
Copy link

@woprandi woprandi commented Jul 10, 2013

@jaimeMF With my package manager (ArchLinux), this version is the lastest on the official repository since Monday. But if the latest version fixes the problem, I can wait ;)

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 10, 2013

@woprandi
Copy link

@woprandi woprandi commented Jul 10, 2013

@jaimeMF I sent a message to package maintener to upgrade official package on Arch repository.

@woprandi
Copy link

@woprandi woprandi commented Jul 13, 2013

I got new version (2013.07.10) and i still have the same errror
youtube-dl --verbose http://www.youtube.com/watch?v=47dtFZ8CFo8
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.youtube.com/watch?v=47dtFZ8CFo8']
[debug] youtube-dl version 2013.07.10
[debug] Python version 3.3.2 - Linux-3.9.9-1-ARCH-x86_64-with-arch
[debug] Proxy map: {}
[youtube] Setting language
[youtube] 47dtFZ8CFo8: Downloading video webpage
[youtube] 47dtFZ8CFo8: Downloading video info webpage
[youtube] 47dtFZ8CFo8: Extracting video information
[youtube] 47dtFZ8CFo8: Encrypted signatures detected.
[youtube] encrypted signature length 83 (42.40), itag 46, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 37, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 45, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 22, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 44, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 35, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 43, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 34, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 18, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 5, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 36, html5 player vflcaqGO8
[youtube] encrypted signature length 83 (42.40), itag 17, html5 player vflcaqGO8
ERROR: unable to download video
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 549, in process_info
success = self.fd._do_download(filename, info_dict)
File "/usr/lib/python3.3/site-packages/youtube_dl/FileDownloader.py", line 392, in _do_download
data = compat_urllib_request.urlopen(request)
File "/usr/lib/python3.3/urllib/request.py", line 156, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.3/urllib/request.py", line 475, in open
response = meth(req, response)
File "/usr/lib/python3.3/urllib/request.py", line 587, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.3/urllib/request.py", line 513, in error
return self._call_chain(_args)
File "/usr/lib/python3.3/urllib/request.py", line 447, in _call_chain
result = func(_args)
File "/usr/lib/python3.3/urllib/request.py", line 595, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 574, in download
videos = self.extract_info(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 327, in extract_info
return self.process_ie_result(ie_result, download=download)
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 409, in process_ie_result
for r in ie_result['entries']
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 409, in
for r in ie_result['entries']
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 356, in process_ie_result
self.process_info(ie_result)
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 551, in process_info
raise UnavailableVideoError()
youtube_dl.utils.UnavailableVideoError

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 13, 2013

@woprandi There has been a new change in Youtube, in the new version (2013.07.12) it's fixed

@woprandi
Copy link

@woprandi woprandi commented Jul 13, 2013

It works now, thanks !

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 20, 2013

@sivakov I'm closing this, since this probably was an error withYoutube signatures, update to the new version and if you have any problem, open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.