Skip to content

Guard against serialization errors + other fixes

BryanDavis requested to merge work/bd808/T342803 into main

Guard against a class of errors seen in live use by:

  • Letting feedparser handle URL opening itself
  • Ignoring ValueError raised while populating the cache

Bug: T342803

Merge request reports