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
Describe the bug
In case of updating lists, a lot of list reports errors
To Reproduce
Steps to reproduce the behavior:
I've set cronjob according to update postgres database, which is mentioned on https://blog.thehive-project.org/ MISPWarningLists reloaded (need for speed aka DB support) section
In case of updates - when executing /usr/bin/python3 /MISPWarningLists/warninglists_create_db.py, it throws a lot of errors, like that (full list has ~ 1600 lines):
Hello @hoboristi , the script is working properly.. is just the log that is very verbose and creates confusion.
There are a lot of items that we don't manage (eg. tlds) and other urls that are not valid because their tlds are not really valid [.lan, .home, etc...]. Each urls is checked with tld library that for them returns error and I show them in the log.
The interesting part is at the end:
On the right the first run, on the left one update.
Probably I could have done a better logging. I'll try to fix it.
Describe the bug
In case of updating lists, a lot of list reports errors
To Reproduce
Steps to reproduce the behavior:
/usr/bin/python3 /MISPWarningLists/warninglists_create_db.py
, it throws a lot of errors, like that (full list has ~ 1600 lines):Expected behavior
process new warninglists to database without errors
Complementary information
Work environment
Possible solutions
Additional context
The text was updated successfully, but these errors were encountered: