LoudBlog - Podcasting-Software for PHP - Forum

You are not logged in.

Announcement

Unfortunatelly, we received lots of spam in the LoudBlog forum. We closed registrations so far. Please check again later.

#1 Oct 27th 2005 16:35

amyloo
Member

Problem with feed since audio.weblogs.com changed hands

My podcast doesn't show up on the changes page anymore. I'm pasting in below the nice email from Verisign telling what  the problem is. Is this addressed in 0.4? Or have I done something to mess up the feed, do you think? It worked fine until the weblogs.com cut-over last week.

--------


I just wanted to follow up with you about pinging audio.weblogs.com with the whosaid.org podcast.  Sorry this is so verbose; I wanted to be sure of the root cause.  It looks like the RSS XML feed from the whosaid.org site contains an XML error.  Our system is complaining that the feed file references an undefined namespace prefix on line 12:

-snip-
Invalid XML: Error on line 12: Undeclared prefix in name: "pp:media".
-snip-

To make sure our code wasn't misbehaving I ran a local copy of your feed through Internet Explorer and feedvalidator.org.  Both complained:

Internet Explorer:
-snip-
The XML page cannot be displayed

Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

Reference to undeclared namespace prefix: 'pp'. Error processing resource 'file:///D:/tools/tmp/podcast.php.xml'. Line 12,...

<pp:media link="http://www.whosaid.org"  image="http://www.whosaid.org/images/avatar.jpg"/>

-snip-
And feedvalidator.org said (http://feedvalidator.org/check.cgi?url= … odcast.php):

-snip-

This feed does not validate.

    *

      line 12, column 0: XML parsing error: <unknown>:12:0: unbound prefix [help]

<pp:media link="http://www.whosaid.org"  image="http://www.whosaid.org/image ...

-snip-

You should be able to fix this by modifying the "podcast.php" feed generator at your whosaid.org webserver.  If you don't have access to changing PHP files on that webserver, you can just forward the following to your support personnel:


    Change the line that writes out:
     
    -snip-
    <rss version="2.0" xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    -snip-
     
    to:
     
    -snip-
    <rss version="2.0" xmlns:pp="http://www.pupuplayer.com/ppexplination-rtf" xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    -snip-
     
    Or you can just delete/comment-out line 12 from the podcast.php feed generator:
     
    -snip-
    <pp:media link="http://www.whosaid.org"  image="http://www.whosaid.org/images/avatar.jpg"/>
    -snip-


I'm discussing making the new weblogs.com XML readers more "lenient."

I hope that helps, and I'm sorry you're having trouble with the service!  Please let me know if this helps or if there's anything else I can do.

Last edited by amyloo (Oct 27th 2005 20:02)

Offline

 

#2 Oct 27th 2005 19:58

amyloo
Member

Re: Problem with feed since audio.weblogs.com changed hands

Oh forgot to tell you where my page is: http://www.whosaid.org/cast/

Also, I should mention that I have not made any modifications except right after iTunes new tags came out. What I did is documented on these boards somewhere. If anybody is interested in helping me look into this and needs that info, I'll dig it up for you if you can't spot it.

Last edited by amyloo (Oct 28th 2005 08:37)

Offline

 

#3 Nov 26th 2005 20:31

amyloo
Member

Re: Problem with feed since audio.weblogs.com changed hands

With Verisign's help I worked out that it was my own fault the feed wasn't validating. Something to do with the code I added to work with  the Pupu Player. I think I documented here what I did to make Pupu Player work. Lucky thing for me. I'll see if I can find it and undo it. I find myself not using Pupu Player much anymore anyway. It would be nice if Loudblog had a little tool like it, just slice off the Flash player for use to promote a podcast on other sites.

Haven't been around here for a while, since my podcast has been on hiatus. Gerrit, did you sell the loudblog.com domain?

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson