Hi, On 3/18/20 6:15 AM, patric sungura wrote:
2020-03-17 16:10:42,064 - ShadowServer-Parser-2 - ERROR - Bot has found a problem. Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/intelmq/lib/bot.py", line 267, in start self.process() File "/usr/local/lib/python3.5/dist-packages/intelmq/lib/bot.py", line 941, in process for line in self.parse(report): File "/usr/local/lib/python3.5/dist-packages/intelmq/lib/bot.py", line 884, in parse_csv_dict self.csv_fieldnames = csv_reader.fieldnames File "/usr/lib/python3.5/csv.py", line 96, in fieldnames self._fieldnames = next(self.reader, dialect=csv.excel_tab) NameError: name 'csv' is not defined
Which operating system are you using? The error happens inside python, so maybe the csv module is packaged extra in your distro (which would mean we should update the docs)
best regards, Sebastian