View Issue Details

IDProjectCategoryView StatusLast Update
0013143MMW v4Podcastspublic2016-03-01 22:38
Reporterlowlander Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version4.1.11 
Target Version4.1.12Fixed in Version4.1.12 
Summary0013143: Tribulation Now Podcast fails to download episodes
Descriptionhttp://www.blogtalkradio.com/tribulation-now/podcast

Episodes fail to download. Also note that error doesn't show any information as to what went wrong.
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=1&t=84085
TagsNo tags attached.
Fixed in build1785

Activities

Ludek

2016-02-23 13:27

developer   ~0044197

Last edited: 2016-02-23 14:16

The reason is that e.g. for
http://www.blogtalkradio.com/tribulation-now/2016/02/22/beguiled--eden-to-armageddon-w-dr-joye-jeffries-pugh-part-vi-serpent-races.mp3

it returns HTTP 302 'Moved Temporarily' with
Location: http://p.univide.com/t.gif?pid=78&pidt=0&pdid=70be3020-f17b-4677-9a48-7fe97654a9a8&cu=http://blogtalk.vo.llnwd.net/o23/show/8/319/show_8319181.mp3
which after further 302 redirection results in a small GIF file returned

The expected Location is just http://blogtalk.vo.llnwd.net/o23/show/8/319/show_8319181.mp3

It seems that e.g. Chrome browser auto-cuts the URL just to the http://blogtalk.vo.llnwd.net/o23/show/8/319/show_8319181.mp3 so we should do the same to workaround this issue.

Ludek

2016-02-23 14:25

developer   ~0044198

Fixed n 4.1.12.1785

peke

2016-03-01 22:38

developer   ~0044223

Verified 1785