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
If the value of parameter statistics_host is null, the following exception is thrown:
self.instance = bot(bot_id, disable_multithreading=True)
File "/usr/lib/python3/dist-packages/intelmq/lib/bot.py", line 1164, in __init__
super().__init__(bot_id=bot_id)
File "/usr/lib/python3/dist-packages/intelmq/lib/bot.py", line 239, in __init__
ttl=None,
File "/usr/lib/python3/dist-packages/intelmq/lib/cache.py", line 27, in __init__
if host.startswith("/"):
AttributeError: 'NoneType' object has no attribute 'startswith'
null should be handled gracefully (i.e. no statistics be written)
The text was updated successfully, but these errors were encountered:
ghost
changed the title
statistics_host null causes exception
Bot statistics enabled by default cause performance drop, disabling them is not possible
Sep 9, 2021
If the value of parameter
statistics_host
isnull
, the following exception is thrown:null should be handled gracefully (i.e. no statistics be written)
The text was updated successfully, but these errors were encountered: