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: 'paging' for Youtube #2925

Closed
larsauswsw opened this issue May 16, 2014 · 6 comments
Closed

ERROR: 'paging' for Youtube #2925

larsauswsw opened this issue May 16, 2014 · 6 comments
Assignees
Labels

Comments

@larsauswsw
Copy link

@larsauswsw larsauswsw commented May 16, 2014

Im downloading all files on my watch later list. Since yesterday or so I got the following error:

$youtube-dl :ytwatchlater --verbose -cit --netrc -f 18

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [':ytwatchlater', '--verbose', '-cit', '--netrc', '-f
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.05.13
[debug] Python version 2.6.6 - Linux-2.6.32-431.11.2.el6.x86_64-x86_64-with-cent
[debug] Proxy map: {}
[youtube:watch_later] Downloading login page
[youtube:watch_later] Logging in
[youtube:watch_later] watch_later feed: Downloading page 1
ERROR: 'paging'
Traceback (most recent call last):
File "/home/larsis/apps/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extr
ie_result = ie.extract(url)
File "/home/larsis/apps/youtube-dl/youtube_dl/extractor/common.py", line 161,
return self._real_extract(url)
File "/home/larsis/apps/youtube-dl/youtube_dl/extractor/youtube.py", line 1763
if info['paging'] is None:
KeyError: 'paging'

@jaimeMF jaimeMF added the broken-IE label May 16, 2014
@jaimeMF jaimeMF self-assigned this May 16, 2014
@jaimeMF jaimeMF closed this in 05ee2b6 May 16, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 16, 2014

Thanks for the report, it will be fixed in the next release.

@larsauswsw
Copy link
Author

@larsauswsw larsauswsw commented May 16, 2014

Sorry, but not fixed in 2014.05.16.1.

Different lines this time.

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [':ytwatchlater', '--verbose', '-cit', '--netrc', '-f', '18']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.05.16.1
[debug] Python version 2.6.6 - Linux-2.6.32-431.11.2.el6.x86_64-x86_64-with-centos-6.5-Final
[debug] Proxy map: {}
[youtube:watch_later] Downloading login page
[youtube:watch_later] Logging in
[youtube:watch_later] watch_later feed: Downloading page 1
ERROR: 'paging'
Traceback (most recent call last):
File "/home/larsis/apps/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/home/larsis/apps/youtube-dl/youtube_dl/extractor/common.py", line 163, in extract
return self._real_extract(url)
File "/home/larsis/apps/youtube-dl/youtube_dl/extractor/youtube.py", line 1778, in _real_extract
if info['paging'] is None:
KeyError: 'paging'

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 16, 2014

I pushed the fix after the release, you'll have to wait for the next one.

@phihag
Copy link
Contributor

@phihag phihag commented May 16, 2014

Fixed in youtube-dl 2014.05.17. Type youtube-dl -U to update.

@larsauswsw
Copy link
Author

@larsauswsw larsauswsw commented May 18, 2014

2014.05.17 not released yet? youtube-dl -U brings up 2014.05.16.1

@phihag
Copy link
Contributor

@phihag phihag commented May 19, 2014

2014.05.17 was a source-code only release by accident. Try again now,
2014.05.19 is a full release.

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.