doga / podcatcher

A podcast client for the command line written in Ruby.
40 stars 8 forks source link

NPR Feeds #4

Open madman1968 opened 7 years ago

madman1968 commented 7 years ago

Any idea why all NPR feeds generate this error...

Error: skipping document because of an internal error ["/usr/lib64/ruby/gems/2.1.0/gems/podcatcher-4.0.0/bin/podcatcher:1364:in block in createplaylist'", "/usr/lib64/ruby/gems/2.1.0/gems/podcatcher-4.0.0/bin/podcatcher:1343:inloop'", "/usr/lib64/ruby/gems/2.1.0/gems/podcatcher-4.0.0/bin/podcatcher:1343:in createplaylist'", "/usr/lib64/ruby/gems/2.1.0/gems/podcatcher-4.0.0/bin/podcatcher:2465:in\<main>'"] End of podcatching session.

I suspect the error is with the feed's format, but maybe you have a clue.

Example feed: http://www.npr.org/rss/podcast.php?id=510208

BTW: Thanks for the good work.

doga commented 7 years ago

Try using https instead of http for that feed.

But this is a redirection handling bug in podcatcher, thanks for pointing it out.