CarolusMagnus / Podcatcher

The podcast client for your mobile phone. Licensed under the GPLv2 license.
10 stars 8 forks source link

Unsupported Codec text/html decoder #55

Open sbridger opened 4 years ago

sbridger commented 4 years ago

This seems to have started since 3.3 update. I was on harbour 1.1.25 version, changed to open repos beta, and it still does it.

Any episodes downloaded now give this error. I am guessing that SF has started saving the link not the mp3 content. The download is quick i.e. not downloading an mp3.


So I changed player, and it chose that time to clear out the old episodes. Now new episodes seem to download mp3 correctly.

CarolusMagnus commented 4 years ago

The podcatcher just saves what it gets from the url specified in the rss feed. It might me usefull to check the mime type, if we really get an audio file and not just an error message from the server.

sbridger commented 4 years ago

It seems to me (just looking at the progress bar) that when it is working correctly, it first saves a 1k file (which I am guessing is the text/html), then it downloads the mp3. If this is the case, then when it is going wrong it just does the first part, and tries to open it.

This might be an artifact/bug from some sfos update feature (python3?) . Seems it is self correcting, but I will update if I see it any more