Skip to content

Instantly share code, notes, and snippets.

@takeshik
Created June 8, 2011 01:22
Show Gist options
  • Select an option

  • Save takeshik/1013597 to your computer and use it in GitHub Desktop.

Select an option

Save takeshik/1013597 to your computer and use it in GitHub Desktop.
Traceback (most recent call last): (r:0 s:5 j:0)
File "/usr/local/bin/gentwoo.py", line 110, in <module>
sendQuery(package, end, end-beg, logfile)
File "/usr/local/bin/gentwoo.py", line 45, in sendQuery
"Accept": "application/json"}))
File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 392, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 410, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 370, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 1186, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.7/urllib2.py", line 1161, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer>
Traceback (most recent call last):
File "/usr/local/bin/gentwoo.py", line 110, in <module>
sendQuery(package, end, end-beg, logfile)
File "/usr/local/bin/gentwoo.py", line 45, in sendQuery
"Accept": "application/json"}))
File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 392, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 410, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 370, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 1186, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.7/urllib2.py", line 1161, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer>
Traceback (most recent call last):
File "/usr/local/bin/gentwoo.py", line 110, in <module>
sendQuery(package, end, end-beg, logfile)
File "/usr/local/bin/gentwoo.py", line 45, in sendQuery
"Accept": "application/json"}))
File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 392, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 410, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 370, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 1186, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.7/urllib2.py", line 1161, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer>
Traceback (most recent call last):
File "/usr/local/bin/gentwoo.py", line 110, in <module>
sendQuery(package, end, end-beg, logfile)
File "/usr/local/bin/gentwoo.py", line 45, in sendQuery
"Accept": "application/json"}))
File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 392, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 410, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 370, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 1186, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.7/urllib2.py", line 1157, in do_open
r = h.getresponse(buffering=True)
File "/usr/lib64/python2.7/httplib.py", line 1013, in getresponse
response.begin()
File "/usr/lib64/python2.7/httplib.py", line 402, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python2.7/httplib.py", line 366, in _read_status
raise BadStatusLine(line)
httplib.BadStatusLine: ''
Traceback (most recent call last):
File "/usr/local/bin/gentwoo.py", line 110, in <module>
sendQuery(package, end, end-beg, logfile)
File "/usr/local/bin/gentwoo.py", line 45, in sendQuery
"Accept": "application/json"}))
File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 392, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 410, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 370, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 1186, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib64/python2.7/urllib2.py", line 1157, in do_open
r = h.getresponse(buffering=True)
File "/usr/lib64/python2.7/httplib.py", line 1013, in getresponse
response.begin()
File "/usr/lib64/python2.7/httplib.py", line 402, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python2.7/httplib.py", line 366, in _read_status
raise BadStatusLine(line)
httplib.BadStatusLine: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment