Known Issues

Duplicate Entries

A small number of users are reporting duplicate entries when adding podcast details in version 2.9 and above.

If you’re having this problem please send us a list of the plugins you are using.

We are unable to reproduce this problem so in order to solve this problem we’ll need someone with the problem to allow us to access their system.

Note:

I believe this has been fix, but I’m not sure. If you have this problem please let me know.

UTF8 (iTunes) Formatting

Some people are having problems with non UTF8 character. I’ve created of beta version of the feeds module (podcasting-feed.php) that should do it’s best to convert characters with php4 and php5.

Download it here.

302 Errors with WordPress 3.0

When you’re adding a podcast file where the url has to be redirected then you get a 302 error when adding that file. You can make the following change to make this work or just set the ‘Bypass error check:’ option on the setting page.

In the file podcasting-metabox.php line 463

Change:
if ( function_exists('wp_remote_head') ) {
to:
if ( function_exists('wp_remote_headx') ) {

It’s going to take awhile to sort this out because this causes the program to use an older function that seems to not be the preferred way, but the ‘correct’ way does not follow 302′s anymore.