[Merge] lp:~robru/queuebot/support-bileto into lp:queuebot
Stéphane Graber
stgraber at stgraber.org
Wed Jul 29 22:01:51 UTC 2015
Merged and updated, but it's timing out all over the place:
Traceback (most recent call last):
File "/home/stgraber/ubuntu/queuebot/plugins/silo.py", line 22, in run
for target in urllib2.urlopen(ROOT + "index.txt").read().split():
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
URLError: <urlopen error timed out>
Traceback (most recent call last):
File "/home/stgraber/ubuntu/queuebot/plugins/silo.py", line 22, in run
for target in urllib2.urlopen(ROOT + "index.txt").read().split():
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
URLError: <urlopen error timed out>
Unable to read from Bileto: <urlopen error timed out>
Unable to read from Bileto: <urlopen error timed out>
Traceback (most recent call last):
File "/home/stgraber/ubuntu/queuebot/plugins/silo.py", line 22, in run
for target in urllib2.urlopen(ROOT + "index.txt").read().split():
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
URLError: <urlopen error timed out>
I'm going to bed here as I'm in Europe at the moment and it's midnight, but it'd be nice to know what's going on on your side which is causing all of those timeouts.
--
https://code.launchpad.net/~robru/queuebot/support-bileto/+merge/264782
Your team Ubuntu Package Archive Administrators is requested to review the proposed merge of lp:~robru/queuebot/support-bileto into lp:queuebot.
More information about the ubuntu-archive
mailing list