<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi mailinglist,<div>I've went over intelmq logs today and that some bots keep retrying indefinitely when they encounter a failure. However each of those bots have <b>error_max_retries</b> set to 1 (and <b>error_retry_delay </b>to 60). Which in my mind should limit the bot to just try one more time and than give up and sleep (if sleep is set up) however this is not happening. Am I doing something wrong or does this functionality work differently? My version of intelmq is 1.1.1 in Docker on Ubuntu 18.04 as base.</div><div><br></div><div>Following is an example from logs os collector collecting from phishtank:</div><div><div>2019-03-01 20:07:51,747 - phishtank-collector - INFO - Downloading report from '<a href="https://data.phishtank.com/data/online-valid.csv">https://data.phishtank.com/data/online-valid.csv</a>'.</div><div>2019-03-01 20:07:52,139 - phishtank-collector - ERROR - Bot has found a problem.</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/lib/bot.py", line 167, in start</div><div>    self.process()</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/bots/collectors/http/collector_http.py", line 76, in process</div><div>    raise ValueError('HTTP response status code was %i.' % resp.status_code)</div><div>ValueError: HTTP response status code was 509.</div><div>2019-03-01 20:07:52,140 - phishtank-collector - INFO - Current Message(event): None.</div><div>2019-03-01 20:07:52,140 - phishtank-collector - INFO - Downloading report from '<a href="https://data.phishtank.com/data/online-valid.csv">https://data.phishtank.com/data/online-valid.csv</a>'.</div><div>2019-03-01 20:07:52,298 - phishtank-collector - ERROR - Bot has found a problem.</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/lib/bot.py", line 167, in start</div><div>    self.process()</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/bots/collectors/http/collector_http.py", line 76, in process</div><div>    raise ValueError('HTTP response status code was %i.' % resp.status_code)</div><div>ValueError: HTTP response status code was 509.</div><div>2019-03-01 20:07:52,299 - phishtank-collector - INFO - Current Message(event): None.</div><div>2019-03-01 20:07:52,299 - phishtank-collector - INFO - Bot will continue in 60 seconds.</div><div>2019-03-01 20:08:52,359 - phishtank-collector - INFO - Downloading report from '<a href="https://data.phishtank.com/data/online-valid.csv">https://data.phishtank.com/data/online-valid.csv</a>'.</div><div>2019-03-01 20:08:52,654 - phishtank-collector - ERROR - Bot has found a problem.</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/lib/bot.py", line 167, in start</div><div>    self.process()</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/bots/collectors/http/collector_http.py", line 76, in process</div><div>    raise ValueError('HTTP response status code was %i.' % resp.status_code)</div><div>ValueError: HTTP response status code was 509.</div><div>2019-03-01 20:08:52,656 - phishtank-collector - INFO - Current Message(event): None.</div><div>2019-03-01 20:08:52,656 - phishtank-collector - INFO - Downloading report from '<a href="https://data.phishtank.com/data/online-valid.csv">https://data.phishtank.com/data/online-valid.csv</a>'.</div><div>2019-03-01 20:08:52,831 - phishtank-collector - ERROR - Bot has found a problem.</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/lib/bot.py", line 167, in start</div><div>    self.process()</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/bots/collectors/http/collector_http.py", line 76, in process</div><div>    raise ValueError('HTTP response status code was %i.' % resp.status_code)</div><div>ValueError: HTTP response status code was 509.</div><div>2019-03-01 20:08:52,832 - phishtank-collector - INFO - Current Message(event): None.</div><div>2019-03-01 20:08:52,832 - phishtank-collector - INFO - Bot will continue in 60 seconds.</div><div>2019-03-01 20:09:52,891 - phishtank-collector - INFO - Downloading report from '<a href="https://data.phishtank.com/data/online-valid.csv">https://data.phishtank.com/data/online-valid.csv</a>'.</div><div>2019-03-01 20:09:53,138 - phishtank-collector - ERROR - Bot has found a problem.</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/lib/bot.py", line 167, in start</div><div>    self.process()</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/bots/collectors/http/collector_http.py", line 76, in process</div><div>    raise ValueError('HTTP response status code was %i.' % resp.status_code)</div><div>ValueError: HTTP response status code was 509.</div><div>2019-03-01 20:09:53,139 - phishtank-collector - INFO - Current Message(event): None.</div><div>2019-03-01 20:09:53,139 - phishtank-collector - INFO - Downloading report from '<a href="https://data.phishtank.com/data/online-valid.csv">https://data.phishtank.com/data/online-valid.csv</a>'.</div><div>2019-03-01 20:09:53,315 - phishtank-collector - ERROR - Bot has found a problem.</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/lib/bot.py", line 167, in start</div><div>    self.process()</div><div>  File "/usr/local/lib/python3.6/dist-packages/intelmq-1.1.1-py3.6.egg/intelmq/bots/collectors/http/collector_http.py", line 76, in process</div><div>    raise ValueError('HTTP response status code was %i.' % resp.status_code)</div><div>ValueError: HTTP response status code was 509.</div><div>2019-03-01 20:09:53,317 - phishtank-collector - INFO - Current Message(event): None.</div><div>2019-03-01 20:09:53,318 - phishtank-collector - INFO - Bot will continue in 60 seconds.</div></div><div><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Sincerely,<div>Václav Brůžek</div></div></div></div></div></div></div></div></div></div></div>