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
{{ message }}
This repository was archived by the owner on Jan 24, 2020. It is now read-only.
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.