isabelroses / izrss

An RSS feed reader for the terminal.
GNU General Public License v3.0
15 stars 2 forks source link

Tracking data overrides urls #14

Closed uncenter closed 1 month ago

uncenter commented 1 month ago

I have 43 URLs in my configuration but only 34 feeds are listed in the TUI. No idea why this is happening - pretty sure all of them are valid feeds? Would be nice to at least have some error handling if there are issues with the 9 missing feeds themselves.

isabelroses commented 1 month ago

This seems to be caused by a greater bug. Being how I have implemented tracking.

Reproduce:

  1. Create ~/.config/izrss/urls with only 2 feeds.
  2. Create ~/.local/state/izrss/tracking.json with valid data. Ensure this data only exists for 1 feed.
  3. Load izrss, and notice that only 1 of the 2 feeds is actually being displayed to the screen.
isabelroses commented 1 month ago

fixed by 55a4c90