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

AfreecaTV: IndexError: list index out of range #14376

Closed
4 of 8 tasks
mithridatism opened this issue Oct 1, 2017 · 0 comments
Closed
4 of 8 tasks

AfreecaTV: IndexError: list index out of range #14376

mithridatism opened this issue Oct 1, 2017 · 0 comments

Comments

@mithridatism
Copy link

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.10.01. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2017.10.01

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

C:\Users\Michael\Downloads\youtube-dl-master>youtube-dl.exe -v http://vod.afreecatv.com/PLAYER/STATION/26542731
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'http://vod.afreecatv.com/PLAYER/STATION/26542731']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.10.01
[debug] Python version 3.4.4 - Windows-10-10.0.15063
[debug] exe versions: none
[debug] Proxy map: {}
[afreecatv] 26542731: Downloading XML
Traceback (most recent call last):
  File "__main__.py", line 19, in <module>
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpf3fd6ifp\build\youtube_dl\__init__.py", line 465, in main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpf3fd6ifp\build\youtube_dl\__init__.py", line 455, in _real_main
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpf3fd6ifp\build\youtube_dl\YoutubeDL.py", line 1974, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpf3fd6ifp\build\youtube_dl\YoutubeDL.py", line 783, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpf3fd6ifp\build\youtube_dl\extractor\common.py", line 434, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpf3fd6ifp\build\youtube_dl\extractor\afreecatv.py", line 165, in _real_extract
IndexError: list index out of range
...
<end of log>

For some videos I get the error "list index out of range" but with some other videos it works:

EXAMPLE OF A VIDEO THAT WORKS:
C:\Users\Michael\Downloads\youtube-dl-master>youtube-dl.exe -v http://vod.afreecatv.com/PLAYER/STATION/26204525
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'http://vod.afreecatv.com/PLAYER/STATION/26204525']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.10.01
[debug] Python version 3.4.4 - Windows-10-10.0.15063
[debug] exe versions: none
[debug] Proxy map: {}
[afreecatv] 26204525: Downloading XML
[afreecatv] 26204525: Downloading part 1 m3u8 information
[afreecatv] 26204525: Downloading part 2 m3u8 information
[afreecatv] 26204525: Downloading part 3 m3u8 information
[afreecatv] 26204525: Downloading part 4 m3u8 information
[afreecatv] 26204525: Downloading part 5 m3u8 information
[download] Downloading playlist: [생]서아대박
[afreecatv] playlist [생]서아대박: Collected 5 video ids (downloading 5 of them)
[download] Downloading video 1 of 5
[debug] Default format spec: best
[debug] Invoking downloader on 'http://videofile-hls-ko-vod-cf.afreecatv.com/video/_definst_/mp4:vod/20170922/445/460493F7_196353445_1.mp4/chunklist_w1207176251.m3u8'
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 1201
[download] Destination: [생]서아대박 (part 1)-20170922_460493F7_196353445_1.mp4
[download]  10.9% of ~972.36MiB at  3.19MiB/s ETA 05:37
ERROR: Interrupted by user
@dstftw dstftw closed this as completed in 839728f Oct 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant