NBC KeyError #5362

Closed
opened 2026-02-21 01:06:52 -05:00 by deekerman · 3 comments
Owner

Originally created by @dd217 on GitHub (Aug 12, 2015).

Anyone getting this error? It can be replicated on any NBC video from their site.
An extractor error has occured. (caused by KeyError(u'releaseUrl',));

Traceback (most recent call last):
File "./youtube-dl/youtube_dl/extractor/common.py", line 273, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/theplatform.py", line 111, in _real_extract
smil_url = config['releaseUrl'] + '&format=SMIL&formats=MPEG4&manifest=f4m'
KeyError: u'releaseUrl'
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 654, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 279, in extract
raise ExtractorError('An extractor error has occured.', cause=e)

using version: v2015.08.09
Have tried archived versions and it still produces the same error

Originally created by @dd217 on GitHub (Aug 12, 2015). Anyone getting this error? It can be replicated on any NBC video from their site. An extractor error has occured. (caused by KeyError(u'releaseUrl',)); Traceback (most recent call last): File "./youtube-dl/youtube_dl/extractor/common.py", line 273, in extract return self._real_extract(url) File "./youtube-dl/youtube_dl/extractor/theplatform.py", line 111, in _real_extract smil_url = config['releaseUrl'] + '&format=SMIL&formats=MPEG4&manifest=f4m' KeyError: u'releaseUrl' Traceback (most recent call last): File "./youtube-dl/youtube_dl/YoutubeDL.py", line 654, in extract_info ie_result = ie.extract(url) File "./youtube-dl/youtube_dl/extractor/common.py", line 279, in extract raise ExtractorError('An extractor error has occured.', cause=e) using version: v2015.08.09 Have tried archived versions and it still produces the same error
Author
Owner

@yan12125 commented on GitHub (Aug 12, 2015):

Which URL is causing this error?

@yan12125 commented on GitHub (Aug 12, 2015): Which URL is causing this error?
Author
Owner

@dd217 commented on GitHub (Aug 12, 2015):

http://www.nbc.com/parks-and-recreation/episode-guide/season-7/one-last-ride/712

along with every other video that is on their site.

@dd217 commented on GitHub (Aug 12, 2015): http://www.nbc.com/parks-and-recreation/episode-guide/season-7/one-last-ride/712 along with every other video that is on their site.
Author
Owner

@yan12125 commented on GitHub (Aug 13, 2015):

This should be fixed in 2847914. Please check it when the next version is released.

@yan12125 commented on GitHub (Aug 13, 2015): This should be fixed in 2847914. Please check it when the next version is released.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#5362
No description provided.