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

videomotion download stopped working today #663

Closed
mikesmith-zz opened this issue Feb 1, 2013 · 2 comments
Closed

videomotion download stopped working today #663

mikesmith-zz opened this issue Feb 1, 2013 · 2 comments

Comments

@mikesmith-zz
Copy link

@mikesmith-zz mikesmith-zz commented Feb 1, 2013

I was wondering if videomotion has rolled out any update that youtube-dl needs to adopt. I cannot download videomotion videos anymore starting today, I tried from different server and also latest version of youtube-dl, but here is the error:

[root@neo ~]# youtube-dl -v http://www.dailymotion.com/video/xx64q8
[debug] youtube-dl version 2013.02.01
[debug] Python version 2.6.6 - Linux-2.6.32-279.5.1.el6.x86_64-x86_64-with-centos-6.3-Final
[debug] Proxy map: {}
[dailymotion] xx64q8: Downloading video webpage
ERROR: Unable to download webpage: <urlopen error [Errno 113] No route to host>
  File "/usr/local/bin/youtube-dl/youtube_dl/InfoExtractors.py", line 117, in _request_webpage
    return compat_urllib_request.urlopen(url_or_request)
  File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.6/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.6/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 1190, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open
    raise URLError(err)
@phihag
Copy link
Contributor

@phihag phihag commented Feb 1, 2013

As you can see from the error message (No route to host), this is a routing error and completely unrelated to youtube-dl. Predictably, the download works fine from my systems, so check your local and internet routing configuration. Most likely, the issue is transient and will shortly solve itself.

Do diagnose, test whether you can access http://www.dailymotion.com/ with your browser, and use tracepath or traceroute to find out where the routing fails.

I'm closing this issue now, but feel free to comment.

@phihag phihag closed this Feb 1, 2013
@mikesmith-zz
Copy link
Author

@mikesmith-zz mikesmith-zz commented Feb 1, 2013

As you said it was a transient issue and it is solved now. Thank you again!

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
2 participants
You can’t perform that action at this time.