umd-mith / airwaves

Unlocking the Airwaves
https://mith.umd.edu/airwaves/
MIT License
9 stars 2 forks source link

RSS feed generation weirdness #7

Closed trevormunoz closed 3 years ago

trevormunoz commented 3 years ago

Subsequent runs of npm run start generate slightly different versions of the programs.opml feed. I have been discarding these diffs but we may want to look into what is causing the inconsistencies.

I have noticed two behaviors:

edsu commented 3 years ago

I've noticed this too, and have similarly discarded them. It would be nice to track down what is causing it even if it isn't causing a problem. I would be more concerned if programs are disappearing though.

edsu commented 3 years ago

I don't know if it's related but as I was trying to pin down the order of the GraphQL series results a bit more I noticed that there was a stray comma in the GraphQL here. I've committed this small change with the latest programs.opml

@trevormunoz could you try to:

  1. git pull
  2. npm run clean
  3. npm run start

... and see if your programs.opml changes again? It should hopefully stay the same?

trevormunoz commented 3 years ago

@edsu Following those steps, my programs.opml does not change now 🎉