There should be a try {} catch(FeedException) to prevent line 99 in NewsReader.java to throw an exception making readNews() to skip every feed available when one is malformed.
This way, only the affected feed is ignored but the bot can continue to post entries from others feeds into the channel.
There should be a
try {} catch(FeedException)
to prevent line 99 in NewsReader.java to throw an exception making readNews() to skip every feed available when one is malformed.This way, only the affected feed is ignored but the bot can continue to post entries from others feeds into the channel.