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.
Error 404 while trying to download from Vimeo On Demand #14332
Comments
|
Well, that video is 404/gone. |
|
It is not. I can still watch it using the website.
…On 28/09/2017 11:43, ozburo wrote:
Well, that video /is/ 404/gone.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14332 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeyNbmmu8yb7vwLhNyqjNSwsRtdnLQ69ks5sm7B3gaJpZM4PjZbO>.
|
|
I've having exactly the same issue with a different ondemand video. Can view in the browser, can't youtube-dl it due to a 404. |
|
we're seeing this right now too...but with an odd pattern. our service that uses youtube-dl, http://huffduff-video.snarfed.org/ , runs on an AWS EC2 instance. it's recently started hitting this error on some vimeo videos. if i use youtube-dl to download the same vimeo video on my local machine, on a different ISP/network (usually residential or commercial), it works fine. then, after a few seconds, if i try http://huffduff-video.snarfed.org/ again, it doesn't hit the error and downloads the video fine. so maybe vimeo is selectively blocking huffduff-video's IP address, maybe just on certain videos, but then when a different IP downloads that video, it removes the block? odd if so. not sure what to do about it. |
|
I'm not sure it is the same issue, but with "skillsmatter" I succeeded with #1883 (comment) |
Hello, everyone. I am getting an HTTP Error 404: Not Found while trying to download from Vimeo On Demand. Any guess on the reason this is happening? Thanks in advance.
C:\Users\lucas\Desktop\Downloads>youtube-dl -v -u lucas@com https://vimeo.com/ondemand/dozecamadas/190360067 --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-u', 'PRIVATE', 'https://vimeo.com/ondemand/dozecamadas/190360067', '--verbose']
Type account password and press [Return]:
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2017.09.24
[debug] Python version 3.4.4 - Windows-10-10.0.15063
[debug] exe versions: none
[debug] Proxy map: {}
[vimeo:ondemand] dozecamadas: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp1uop9avr\build\youtube_dl\extractor\common.py", line 503, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp1uop9avr\build\youtube_dl\YoutubeDL.py", line 2178, in urlopen
File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default