Bug 1115734

Summary: [abrt] youtube-dl: brightcove.py:176:_real_extract:KeyError: u'playerKey'
Product: [Fedora] Fedora Reporter: Fred Houweling <fred>
Component: youtube-dlAssignee: Till Maas <opensource>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: i, metherid, opensource
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/46768d96847c3dacf63e54a138c696899b11bfd1
Whiteboard: abrt_hash:d8b419170f5931d59ba251a921c6a435d0954af8
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-10 11:00:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description Fred Houweling 2014-07-03 01:21:45 UTC
Description of problem:
Not sure what caused this.

Version-Release number of selected component:
youtube-dl-2014.06.07-1.fc20

Additional info:
reporter:       libreport-2.2.2
cmdline:        python /bin/youtube-dl https://secure.brightcove.com/services/viewer/federated_f9?
dso_list:       python-libs-2.7.5-11.fc20.x86_64
executable:     /bin/youtube-dl
kernel:         3.14.7-200.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
brightcove.py:176:_real_extract:KeyError: u'playerKey'

Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/bin/youtube-dl/__main__.py", line 18, in <module>
    youtube_dl.main()
  File "/bin/youtube-dl/youtube_dl/__init__.py", line 852, in main
    _real_main(argv)
  File "/bin/youtube-dl/youtube_dl/__init__.py", line 842, in _real_main
    retcode = ydl.download(all_urls)
  File "/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1050, in download
    self.extract_info(url)
  File "/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
    ie_result = ie.extract(url)
  File "/bin/youtube-dl/youtube_dl/extractor/common.py", line 167, in extract
    return self._real_extract(url)
  File "/bin/youtube-dl/youtube_dl/extractor/brightcove.py", line 176, in _real_extract
    player_key = query['playerKey']
KeyError: u'playerKey'

Local variables in innermost frame:
mobj: <_sre.SRE_Match object at 0x1f70140>
url: u'https://secure.brightcove.com/services/viewer/federated_f9?'
self: <youtube_dl.extractor.brightcove.BrightcoveIE object at 0x1f84950>
videoPlayer: None
smuggled_data: {}
query: {}
query_str: u''

Comment 1 Fred Houweling 2014-07-03 01:21:50 UTC
Created attachment 914327 [details]
File: backtrace

Comment 2 Fred Houweling 2014-07-03 01:21:51 UTC
Created attachment 914328 [details]
File: environ

Comment 3 Fedora Admin XMLRPC Client 2015-02-09 00:16:30 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Till Maas 2015-02-10 11:00:21 UTC
There is now a nice error message.