[Bug 4372] New: getaddrinfo failed

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Sep 18 02:34:27 CDT 2014


http://bz.selenic.com/show_bug.cgi?id=4372

          Priority: normal
            Bug ID: 4372
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: getaddrinfo failed
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: trunksye at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.1.1
         Component: Mercurial
           Product: Mercurial

my work pc is within an office domain network. 
all my other softwares are using the network fine. we are not behind any proxy.
I used network sniffer tool to catch hg's network activity. But I didn't catch
any, it' strange. 
Below was the command output. Thanks

D:\hg\fbpop>hg -v --debug --traceback pull
using https://99.1.95.55/hg/web/fbpop/
sending capabilities command
INFO:mercurial.httpclient:491:sending GET request for
/hg/web/fbpop/?cmd=capabil
ities to 99.1.95.55 on port 443
Traceback (most recent call last):
  File "mercurial\dispatch.pyo", line 138, in _runcatch
  File "mercurial\dispatch.pyo", line 820, in _dispatch
  File "mercurial\dispatch.pyo", line 600, in runcommand
  File "mercurial\extensions.pyo", line 196, in wrap
  File "hgext\color.pyo", line 433, in colorcmd
  File "mercurial\dispatch.pyo", line 911, in _runcommand
  File "mercurial\dispatch.pyo", line 882, in checkargs
  File "mercurial\dispatch.pyo", line 817, in <lambda>
  File "mercurial\util.pyo", line 550, in check
  File "mercurial\extensions.pyo", line 151, in wrap
  File "mercurial\util.pyo", line 550, in check
  File "hgext\largefiles\overrides.pyo", line 747, in overridepull
  File "mercurial\util.pyo", line 550, in check
  File "mercurial\extensions.pyo", line 151, in wrap
  File "mercurial\util.pyo", line 550, in check
  File "hgext\rebase.pyo", line 941, in pullrebase
  File "mercurial\util.pyo", line 550, in check
  File "mercurial\commands.pyo", line 4676, in pull
  File "mercurial\hg.pyo", line 129, in peer
  File "mercurial\hg.pyo", line 106, in _peerorrepo
  File "mercurial\httppeer.pyo", line 261, in instance
  File "mercurial\httppeer.pyo", line 58, in _fetchcaps
  File "mercurial\httppeer.pyo", line 172, in _call
  File "hgext\largefiles\proto.pyo", line 176, in httprepocallstream
  File "mercurial\httppeer.pyo", line 119, in _callstream
  File "urllib2.pyo", line 404, in open
  File "urllib2.pyo", line 422, in _open
  File "urllib2.pyo", line 382, in _call_chain
  File "mercurial\httpconnection.pyo", line 254, in https_open
  File "mercurial\httpconnection.pyo", line 219, in do_open
URLError: <urlopen error [Errno 10022] getaddrinfo failed>
abort: error: getaddrinfo failed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list