View Issue Details

IDProjectCategoryView StatusLast Update
0005008MMW v4Otherpublic2009-02-19 22:43
ReporterOwynAssigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version3.1 
Fixed in Version3.1 
Summary0005008: Update All Podcasts finds no new podcasts (regression)
DescriptionShortly after installing 1198 I noticed that the Automatic Update of my podcast subscriptions was resulting in no new downloads.

Tested with Update All menu option and confirmed that it looked like the process was skipping over some subscriptions.

Tested individual daily podcasts and confirmed that discrete Update Podcast still worked.

Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=6&t=34701
TagsNo tags attached.
Attached Files
My podcasts.opml (5,786 bytes)
Fixed in build1208

Activities

Owyn

2008-12-06 13:25

updater   ~0015449

Ludek:
Do you want a debug log for Update All?

Ludek

2008-12-06 17:12

developer   ~0015496

Owyn, thank you. I was able to reproduce.

It is fixed in build 1202.

Owyn

2008-12-17 13:32

updater   ~0015702

Verified in 1202

Owyn

2009-01-05 12:57

updater   ~0015982

Noticed this morning that one of my daily podcasts. APM: Writer's Almanac, had not been updated since the beginning of the year. Have not noticed this on other feeds so far.

The subscription URL I am using is:
http://www.npr.org/rss/podcast.php?id=510101

But when I check the feed in FF, I see that the feed redirects to:
http://writersalmanac.publicradio.org/podcast/feed.php

Not unsubscribing, re-subscribing for the moment to keep the test case valid.

Owyn

2009-01-05 13:08

updater   ~0015984

Last edited: 2009-01-05 13:23

Removed all episodes from feed (without unsubscribing) and ran Update Podcast.

Think I see what the problem may be. <item><guid> and <item><pubdate> are valid, but the Jan 2009 episodes show AFTER the Dec 2008 episodes.

Ludek

2009-01-05 15:08

developer   ~0015989

Yes, I see, similar like in 0004282 the PubDate is not extracted, because it is not in the format defined in RFC 2822, 3.3. Date and Time Specification ( http://www.faqs.org/rfcs/rfc2822.html [^] ), but I added a correction.

i.e. conversion "Tue, 30 Dec, 2008 00:00:00 CST" -> "Tue, 30 Dec 2008 00:00:00 CST"

Fixed in build 1208.

Owyn

2009-01-05 15:31

updater   ~0015991

Thanks. I missed that extra comma when I looked at the feed. Also explains why PodcastEpisodes.PubDate is blank.

Owyn

2009-01-05 15:37

updater   ~0015993

Just ran a test at feedvalidator.org.
http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwritersalmanac.publicradio.org%2Fpodcast%2Ffeed.php

Confirmed your analysis. Will have to remember to use this in future trouble shooting.

stephen_platt

2009-02-19 22:43

developer   ~0016720

verified 1223