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
Every time key is not found when processing documents, the following is printed:
WARNING:INCA:Key not found in document
dict_keys(['feedurl', 'title_rss', 'doctype', 'title', 'teaser_rss', 'META', 'publication_date', 'htmlsource', 'url'])
This results into a lot of output if key is frequently not present.
Possible solution: Change it into one line, e.g. Key not found in XX out of XX documents.
The text was updated successfully, but these errors were encountered:
Every time key is not found when processing documents, the following is printed:
WARNING:INCA:Key not found in document
dict_keys(['feedurl', 'title_rss', 'doctype', 'title', 'teaser_rss', 'META', 'publication_date', 'htmlsource', 'url'])
This results into a lot of output if key is frequently not present.
Possible solution: Change it into one line, e.g. Key not found in XX out of XX documents.
The text was updated successfully, but these errors were encountered: