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.
[brightcove] Crash at space.com for a brightcove video #1718
Comments
|
Looks like a duplicate of #1697 |
|
Might be a duplicate, though there has yet to be any response to that issue. |
|
It's fixed now, thanks for the report! |
|
Now getting a different error (rather than a crash), KeyError: 'playerKey'. Should I file another issue, or can you reopen this one? Thanks for the help either way! Here's the full report, for the same command line: WARNING: Falling back on generic information extractor. |
|
It's fixed only in the repo, if you want to use it before a new version is released you'll have to get the source and build it with |
|
OK, thanks for the quick reply. I had updated to today's version, after which the Traceback crash had been replaced by an error message. So I assumed that the fix had been applied. Sorry about that. Just FYI I also commented on the commit, as it seemed unclear whether comments would be read here after this issues was closed. Just learning the ropes of this project, and as a developer myself, hope to be able to contribute at some point. |
|
Thanks https://github.com/canavan for opening the new issue. I deleted the comment which I'd previously added to the commit, based on the comment above from https://github.com/jaimeMF In any case I'll watch both here and at #1732 |
|
We get notified of every new comment in any issue in the notifications page, and we recieved also an email if we've comment in the issue. We may miss some message, but we try to read all. |
|
This error has been fixed in youtube-dl v2013.11.06.1. Type |
|
Confirming the fix. Thanks again for the quick responses. |
Command line:
youtube-dl http://www.space.com/23373-huge-martian-landforms-detail-revealed-by-european-probe-video.html
Traceback output:
WARNING: Falling back on generic information extractor.
[generic] 23373-huge-martian-landforms-detail-revealed-by-european-probe-video.html: Downloading webpage
[generic] 23373-huge-martian-landforms-detail-revealed-by-european-probe-video.html: Extracting information
[generic] Brightcove video detected.
Traceback (most recent call last):
File "/usr/lib/python2.6/runpy.py", line 122, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/main.py", line 18, in
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 766, in main
File "/usr/bin/youtube-dl/youtube_dl/init.py", line 719, in _real_main
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 715, in download
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 363, in extract_info
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 395, in process_ie_result
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 348, in extract_info
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 125, in extract
File "/usr/bin/youtube-dl/youtube_dl/extractor/brightcove.py", line 83, in _real_extract
KeyError: 'playerKey'