NewsFlash feed issues
-
User reported being blocked due to the application's update interval setting.
-
Confirmed the application is being blocked from accessing feed content due to the following issues:
- Failing to space out when making bulk requests (e.g. when users open the application after some time).
- When adding a new RSS feed subscription, the app makes 2-3 repeated requests to the same feed URL unnecessarily. Tested this on NewsFlash latest Linux version 3.3.5 using its Local RSS feature. This can be resolved by limiting the subscription to just one request and waiting for the
max-age
to expire by default before making subsequent requests to the same feed. - Having no in-app confirmation dialog to notify users about potentially being blocked when attempting to manually override the frequency at which the app will request new feed content
- Not using a proper
Accept
header in its requests - Failing to declare an identifiable and unique User Agent
-
User opened issue at news-flash/news_flash_gtk#772.
-
Developer confirmed to have addressed issues related to caching,
Accept
, and User Agent, and spacing out its requests in version 4. It's also implemented a warning, so users are aware that changing the polling configuration setting can cause the application to be blocked. We'll continue evaluating the application's behavior to confirm the resolutions and will resolve this issue when completed.