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.
bcove.me KeyError: 'playerKey' #1732
Comments
|
Thanks for opening this new issue. Commenting here in order to be added to its Watch list. |
|
It's fixed now, thanks for the report! |
|
@jayseye Scroll down and you'll see a button that allows you to subscribe without having to comment ;) . In any case, this fix has been included into youtube-dl 2013.11.06.1 |
|
Thanks again for the quick fix. |
|
Yes, it now downloads fine, thanks again to you all. @phihag since your last comment @ mentioned me, the button is actually now labeled Mute. I do appreciate the helpful advice, as otherwise GitHub's Watch button only offers the option watch all issues in the project. |
Even with #1718 and #1697 successfully fixed in git master, there's at least one more KeyError: 'playerKey' in the brightcove extractor (using 5d7b253)
~/src/youtube-dl/git/youtube-dl/youtube-dl --verbose http://bcove.me/gqrcyc4c
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://bcove.me/gqrcyc4c']
[debug] youtube-dl version 2013.11.06
[debug] Python version 2.7.3 - IRIX64-6.5-IP35-mips-n32bit-ELF
[debug] Proxy map: {}
[redirect] Following redirect to http://link.brightcove.com/services/player/bcpid1989148206001?bckey=AQ~~,AAAAAFSL1bg~,CmS1EFtcMWELN_eSE9A7gpcGWF5XAVmI&bctid=2804609495001
Traceback (most recent call last):
File "/usr/nekoware/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/nekoware/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/main.py", line 18, in
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/youtube_dl/init.py", line 766, in main
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/youtube_dl/init.py", line 719, in _real_main
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 715, in download
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 363, in extract_info
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 444, in process_ie_result
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 395, in process_ie_result
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 348, in extract_info
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 125, in extract
File "/usr/people/canavan/src/youtube-dl/git/youtube-dl/youtube-dl/youtube_dl/extractor/brightcove.py", line 110, in _real_extract
KeyError: 'playerKey'