Closed rkirkpat closed 3 years ago
Thanks, I'll get to this later today, tomorrow at the latest.
@rkirkpat, could you please check whether the above PR solves this issue?
Thanks, Manolo
Confirmed that the above PR solves the issue for me, what was an error is now just a failure, e.g.:
sys:1: UserWarning: This feed is malformed (possibly in unimportant ways):
document declared as us-ascii, but parsed as utf-8
Checking TwitSecurityNow...
Done
Thank you!
Great! I need to think a bit more about how to deal with warnings, but this'll do for now. Thanks for reporting.
@manolomartinez i would like to use this fix, when can we expect a new version?
Upgraded to greg v0.4.8 with pip and now many of my podcasts are failing to download with the following complaint. They are spread across a number of sources so I doubt anything changed in feeds to break things. The URLs for those two feeds are http://leoville.tv/podcasts/mbw.xml and https://www.spreaker.com/show/3389445/episodes/feed and are just examples of quite a few of my podcasts failing.
To get that error though I had to fix the below traceback first, replacing
feed
withtarget
, then got the errors above.Chasing the
document declared as...
error, appears this commit, https://github.com/manolomartinez/greg/commit/f075f533d1b5e0943b3caf2b047847a5eab97daf, is what caused it to start bubbling up and aborting the downloads of the affected podcasts. Reverting just that commit enabled my affect podcasts to download just fine. Maybe this error should just be a warning and allow the podcast still to be downloaded?System is MacOS 10.14.6, using Brew's Python 3.8.9.