You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{{
May 4 21:01:07 newca0 rcynic[28833]: Future exception was never retrieved: Traceback (most recent call last):#12 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run#012 yielded = self.gen.throw(_exc_info)#12 File "/usr/bin/rcynic", line 987, in _rrdp_fetch_data_file#012 retrieval, response = yield self._https_fetch_url(url, lambda data: (sha256.update(data), xml_file.write(data)))#12 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run#012 value = future.result()#12 File "/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result#012 raise_exc_info(self._exc_info)#12 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run#012 yielded = self.gen.throw(_exc_info)#12 File "/usr/bin/rcynic", line 913, in _https_fetch_url#012 request_timeout = args.https_timeout)#12 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run#012 value = future.result()#12 File "/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result#012 raise_exc_info(self._exc_info)#12 File "", line 3, in raise_exc_info#012HTTPError: HTTP 404: Not Found
}}}
Trac ticket #810 component rcynic priority minor, owner None, created by randy on 2016-05-05T07:12:08Z, last modified 2016-05-06T03:22:24Z
The text was updated successfully, but these errors were encountered:
HTTP 404 error retrieving something, not enough context to say what,
but "Future exception never retrieved" suggests that we had already
given up on that connection for other reasons.
regularly logged
{{{
May 4 21:01:07 newca0 rcynic[28833]: Future exception was never retrieved: Traceback (most recent call last):#12 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run#012 yielded = self.gen.throw(_exc_info)#12 File "/usr/bin/rcynic", line 987, in _rrdp_fetch_data_file#012 retrieval, response = yield self._https_fetch_url(url, lambda data: (sha256.update(data), xml_file.write(data)))#12 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run#012 value = future.result()#12 File "/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result#012 raise_exc_info(self._exc_info)#12 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run#012 yielded = self.gen.throw(_exc_info)#12 File "/usr/bin/rcynic", line 913, in _https_fetch_url#012 request_timeout = args.https_timeout)#12 File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run#012 value = future.result()#12 File "/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result#012 raise_exc_info(self._exc_info)#12 File "", line 3, in raise_exc_info#012HTTPError: HTTP 404: Not Found
}}}
Trac ticket #810 component rcynic priority minor, owner None, created by randy on 2016-05-05T07:12:08Z, last modified 2016-05-06T03:22:24Z
The text was updated successfully, but these errors were encountered: