I am very far from my computer (with my keys to sign uploads) until
September 12th, so, if anybody is interested in doing an NMU, please go
ahead and send me a debdiff after making sure that it is fixed upstream.
Regards, Rogério Brito.
--
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA
http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br
Em sex, 31 de ago de 2018 17:45, shirish शिरीष <[email protected]>
escreveu:
> Package: youtube-dl
> Version: 2018.06.18-1.1
> Severity: normal
>
> Dear Maintainer,
> Tried couple of playlists getting the same thing -
>
> $ youtube-dl -v -c -f 22
> "https://www.youtube.com/playlist?list=PLhk2InOhK1bccqgUhR31u2Sqffmwv9iLv"
> [debug] System config: []
> [debug] User config: []
> [debug] Custom config: []
> [debug] Command-line args: ['-v', '-c', '-f', '22',
> 'https://www.youtube.com/playlist?list=PLhk2InOhK1bccqgUhR31u2Sqffmwv9iLv
> ']
> [debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
> [debug] youtube-dl version 2018.06.18
> [debug] Python version 3.6.6 (CPython) -
> Linux-4.17.0-3-amd64-x86_64-with-debian-buster-sid
> [debug] exe versions: ffmpeg 4.0.2-1, ffprobe 4.0.2-1, phantomjs
> 2.1.1, rtmpdump 2.4
> [debug] Proxy map: {}
> [youtube:playlist] PLhk2InOhK1bccqgUhR31u2Sqffmwv9iLv: Downloading webpage
> [download] Downloading playlist: Mist Survival - Click here for the
> Playlist (S01)(Gameplay/Let's Play)
> [youtube:playlist] playlist Mist Survival - Click here for the
> Playlist (S01)(Gameplay/Let's Play): Downloading 22 videos
> [download] Downloading video 1 of 22
> [youtube] pTzKz8gJMWg: Downloading webpage
> [youtube] pTzKz8gJMWg: Downloading video info webpage
> [debug] Invoking downloader on
> '
> https://r3---sn-gwpa-o5br.googlevideo.com/videoplayback?mm=31%2C29&mn=sn-gwpa-o5br%2Csn-cvh7knes&id=o-AAhdE7BYPVL8-Ff-k7U-jQb4xOIY4libUC8MJ8SVkUQd&expire=1535773169&sparams=dur%2Cei%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cexpire&mime=video%2Fmp4&ip=2405%3A204%3A931c%3Aa6b1%3Ad9b8%3Ab1d6%3Aff41%3Afd7d&key=yt6&dur=1576.054&itag=22&pl=36&source=youtube&mv=m&ms=au%2Crdu&c=WEB&requiressl=yes&ipbits=0&initcwndbps=260000&ratebypass=yes&signature=518AD0E0C3433F36B414CB6B0F9AC77964728267.2C4177F0769EF42C30975E3B03602405812C6A56&lmt=1534584031733220&mt=1535751458&ei=kbWJW_zbM8SYoAPz_rnYCA&fvip=3
> '
> [download] Resuming download at byte 741038
>
>
> ERROR: Did not get any data blocks
> File "/usr/bin/youtube-dl", line 11, in <module>
> load_entry_point('youtube-dl==2018.6.18', 'console_scripts',
> 'youtube-dl')()
> File "/usr/lib/python3/dist-packages/youtube_dl/__init__.py", line
> 477, in main
> _real_main(argv)
> File "/usr/lib/python3/dist-packages/youtube_dl/__init__.py", line
> 467, in _real_main
> retcode = ydl.download(all_urls)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 2001, in download
> url, force_generic_extractor=self.params.get('force_generic_extractor',
> False))
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 803, in extract_info
> return self.process_ie_result(ie_result, download, extra_info)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 1002, in process_ie_result
> extra_info=extra)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 864, in process_ie_result
> extra_info=extra_info)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 803, in extract_info
> return self.process_ie_result(ie_result, download, extra_info)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 857, in process_ie_result
> return self.process_video_result(ie_result, download=download)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 1635, in process_video_result
> self.process_info(new_info)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 1908, in process_info
> success = dl(filename, info_dict)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 1847, in dl
> return fd.download(name, info)
> File "/usr/lib/python3/dist-packages/youtube_dl/downloader/common.py",
> line 364, in download
> return self.real_download(filename, info_dict)
> File "/usr/lib/python3/dist-packages/youtube_dl/downloader/http.py",
> line 342, in real_download
> return download()
> File "/usr/lib/python3/dist-packages/youtube_dl/downloader/http.py",
> line 312, in download
> self.report_error('Did not get any data blocks')
> File "/usr/lib/python3/dist-packages/youtube_dl/downloader/common.py",
> line 165, in report_error
> self.ydl.report_error(*args, **kargs)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 620, in report_error
> self.trouble(error_message, tb)
> File "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line
> 582, in trouble
> tb_data = traceback.format_list(traceback.extract_stack())
>
> Just using youtube-dl -F playlist shows that the video format is
> supported and all, something else seems to be at work :(
>
> -- System Information:
> Debian Release: buster/sid
> APT prefers testing-debug
> APT policy: (500, 'testing-debug'), (500, 'testing'), (100,
> 'unstable-debug'), (100, 'experimental-debug'), (100, 'experimental'),
> (100, 'unstable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.17.0-3-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
> (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages youtube-dl depends on:
> ii python3 3.6.5-3
> ii python3-pkg-resources 39.2.0-1
>
> Versions of packages youtube-dl recommends:
> ii ca-certificates 20170717
> ii ffmpeg 7:4.0.2-1+b1
> ii mpv 0.29.0-1+b1
> ii phantomjs 2.1.1+dfsg-2
> ii python3-pyxattr 0.6.0-2+b2
> ii rtmpdump 2.4+20151223.gitfa8646d.1-2
> ii wget 1.19.5-1
>
> youtube-dl suggests no packages.
>
> -- no debconf information
>
>
> --
> Regards,
> Shirish Agarwal शिरीष अग्रवाल
> My quotes in this email licensed under CC 3.0
> http://creativecommons.org/licenses/by-nc/3.0/
> http://flossexperiences.wordpress.com
> EB80 462B 08E1 A0DE A73A 2C2F 9F3D C7A4 E1C4 D2D8
>
>