Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Stuck @ "Downloading webpage" #19269
Comments
|
Run under strace to figure out the reason. |
|
I got this now: sinusbot@server348:/opt/sinusbot$ curl yt-dl.org/ip And that error is happening with every video on youtube.... With strace i got lots of output from which only the last probably is relevant... |
|
00:17:36.446375 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 |
|
I got this problem too today. I can view the youtube page on browser and can use I mean it should not be the case that both firefox and |
|
Anyway, I found out what my problem was. I tried Then I tried |
I've verified and I assure that I'm running youtube-dl 2019.02.18
At least skimmed through the README, most notably the FAQ and BUGS sections
Searched the bugtracker for similar issues including closed ones (it only shows all the posts that are there on default...)
Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser
What is the purpose of your issue?
LOG:
sudo ./youtube-dl https://www.youtube.com/watch?v=fdixQDPA2h0 -v
[debug] System config: [u'--force-ipv4', u'--no-check-certificate']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'https://www.youtube.com/watch?v=fdixQDPA2h0', u'-v']
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
[debug] Encodings: locale ANSI_X3.4-1968, fs ANSI_X3.4-1968, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2019.02.18
[debug] Python version 2.7.9 (CPython) - Linux-4.15.18-11-pve-x86_64-with-debian-8.11
[debug] exe versions: none
[debug] Proxy map: {}
[youtube] fdixQDPA2h0: Downloading webpage
^C
ERROR: Interrupted by user
Description of your issue, suggested solution and other information
I use the youtube-dl command as specified up there but it doesn't download anything and is stuck there for as long as i would cancel. I already tried to ping www.youtube.com and get
sudo ping www.youtube.com
PING youtube-ui.l.google.com (172.217.19.238) 56(84) bytes of data.
64 bytes from par21s11-in-f14.1e100.net (172.217.19.238): icmp_seq=1 ttl=51 time=12.5 ms
64 bytes from par21s11-in-f14.1e100.net (172.217.19.238): icmp_seq=2 ttl=51 time=12.5 ms
64 bytes from par21s11-in-f14.1e100.net (172.217.19.238): icmp_seq=3 ttl=51 time=12.5 ms
64 bytes from par21s11-in-f14.1e100.net (172.217.19.238): icmp_seq=4 ttl=51 time=12.4 ms
Also the server is super fast which means it should download the track instantly. It worked a while ago but not anymore...
What's going on? I didn't change anything on my system except updating youtube-dl