Need immediate help validating RSS Feed.

Hey guys, I recently purchased some webhosting and my own domain and everything in those regards are going great. However, after changing all the links in my RSS to reflect the new domain that i have uploaded my podcast episodes to, the RSS feed stopped working. I have tried many thing to get it validated by feedvalidator and i have had no luck. Can anyone please take a look at my RSS feed and tell me whats going on. Thanks in advance.
- Johnny
http://www.djjohnnyblaze.com/The-DJ-Johnny-Blaze-Podcast/rss.xml

http://www.djjohnnyblaze.com/The-DJ-Johnny-Blaze-Podcast/rss.xml
The closing '/guid' tag for your first episode has a space in it - </ guid> - it may be this which is currently rendering your feed unreadable.
iTunes is cuirrently looking for a feed at
http://www.djjohnnyblaze.com/The%20DJ%20Johnny%20Blaze%20Podcast/rss.xml
and not finding it. The '%20' codes are because there are spaces in the URL, which is not allowed. You are going to have to get a feed to that URL in order to move iTunes to your present feed, as well as correcting the above error.

Similar Messages

  • Error messages when submitting a validated RSS feed URL to iTS.

    Why do I keep getting error messages when submitting a validated RSS feed URL to iTS. Feed is http://streaming.integrationworks.com:3000/archive/feed2.xml
    I get variations on the follwoing message: "We had difficulty reading this feed. Bad http result code: 504"
    I validated this file at http://www.feedvalidator.org/. I am able to manually place it in iTunes (Open Stream) and download episodes. I can paste the URL in my browser and retrieve an RSS feed page.
    Any ideas?
    Rick

    You have to remember that when subscribing manually, it's only your iTunes application which is doing this - the Store is not involved at all. When submitting, the Store software checks the feed as a technical check before its assessed for content by humans; but how this is done and what sort of call is made to the server is another of Apple's dark secrets.
    You're the third with a similar situation in the last couple of days, and I've seen this arise before: though the specific message about a proxy server is unique to you. (A proxy server would act as an intermediary - anyone accessing the feed would ask the proxy for it, and the proxy would retrieve it from the actual server and pass it back, masking the original server's URL in the process. Whether this is actually what is going on is obviously something only your server technicians can say - and then there's the question of what is different about a request from the iTunes Store.)
    If all else fails you could place the feed on another server and try again - you could do this and leave the episode media files where they are, they don't have to be on the same server as the feed, as long as the server in question can handle 'byte-range requests' (which is a quite separate can of digital worms).

  • I tried to submit a validated rss feed to itunes.  It keeps saying session timed out.   Any suggestions?

    I keep trying to submit a validated RSS feed to podcasts on Itunes.  It keeps saying session timed out.  Any suggestions?   thanks

    Possibly your server is responding too slowly. In iTunes, from the 'Advanced' menu choose 'Subscribe to Podcast'. Enter your feed URL. See whether you can subscribe there, and whether there is an appreciable delay.

  • Need help with rss feeds

    I am trying to get mutiple rss feeds auto update on the same page.
    Here is my code for the rss feeds that I have on separate pages and I would like to put on one page:
    PAGE 1
    <head> section
    var dsItem = new Spry.Data.YQLDataSet(
    'select * from xml where url="http://www.voip-news.com/rss/vnar.xml"',
    false,
    format:"xml",
    preparseFunc: function( strxml ){
    var xml = Spry.Utils.stringToXMLDoc( strxml ), ds = Spry.Data.XMLDataSet.getRecordSetFromXMLDoc( xml, "rss/channel/item" );
    return ds.data;
    <body> section
    <div class="MasterDetail">
      <p class="style10">Select a Channel:</p>
        <div spry:region="dsItem" id="MasterContainer" class="MasterContainer">
          <div spry:repeat="dsItem" spry:test="{ds_RowID}<4" spry:choose="choose">
            <div class="MasterColumn" spry:when="{ds_RowID} == {ds_CurrentRowID}" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:selected="MasterColumnSelected" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
            <div class="MasterColumn" spry:default="default" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
          </div>
        </div>
        <br/>
        <div spry:detailregion="dsItem" class="DetailContainer">
          <div class="DetailColumn"><span class="style9">Category:</span>  <span>{category}</span></div>
          <div class="DetailColumn"><span class="style9">Published:</span>  <span>{pubDate}</span></div>
          <div class="DetailColumn"><span class="style9">Author:</span>  <span>{author}</span></div>
          <br/>
          <div class="DetailColumn"><span class="style9">Description:</span><br><span>{description}</span>  <bu tton onClick="MM_openBrWindow('{link}','','')">More...</button></div>
        </div>
        <br style="clear:both" />
      </div>
       <p class="style19"><a href="index.html">(Close)</a></p>
    </div>
    PAGE 2
    <head> section
    var dsItem = new Spry.Data.YQLDataSet(
    'select * from xml where url="http://www.networkcomputing.com/channel_feed.php?channel_name=UC%20&%2 0VoIP"',
    false,
    format:"xml",
    preparseFunc: function( strxml ){
    var xml = Spry.Utils.stringToXMLDoc( strxml ), ds = Spry.Data.XMLDataSet.getRecordSetFromXMLDoc( xml, "rss/channel/item" );
    return ds.data;
    <body> section
    <div class="MasterDetail">
      <p class="style10">Select a Channel:</p>
        <div spry:region="dsItem" id="MasterContainer" class="MasterContainer">
          <div spry:repeat="dsItem" spry:test="{ds_RowID}<4" spry:choose="choose">
            <div class="MasterColumn" spry:when="{ds_RowID} == {ds_CurrentRowID}" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:selected="MasterColumnSelected" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
            <div class="MasterColumn" spry:default="default" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
          </div>
        </div>
        <br/>
        <div spry:detailregion="dsItem" class="DetailContainer">
          <div class="DetailColumn"><span class="style9">Category:</span>  <span>{category}</span></div>
          <div class="DetailColumn"><span class="style9">Published:</span>  <span>{pubDate}</span></div>
          <div class="DetailColumn"><span class="style9">Author:</span>  <span>{author}</span></div>
          <br/>
          <div class="DetailColumn"><span class="style9">Description:</span><br><span>{description}</span>  <bu tton onClick="MM_openBrWindow('{link}','','')">More...</button></div>
        </div>
        <br style="clear:both" />
      </div>
       <p class="style19"><a href="index.html">(Close)</a></p>
    </div>
    So basically i need to find out how to combine the two <head> sections with both links, so that when I place the body codes in their <div> tags they will grab the correct rss feeds.
    Thank you,
    cp

    Create a new data set as follows
    var dsItem2 = new Spry.Data.YQLDataSet(
        'select * from xml where url="http://www.voip-news.com/rss/vnar.xml"',
        false,
            format:"xml",
            preparseFunc: function( strxml ){
                var xml = Spry.Utils.stringToXMLDoc( strxml ), ds = Spry.Data.XMLDataSet.getRecordSetFromXMLDoc( xml, "rss/channel/item" );
                return ds.data;
    Also make sure that you change the HTML markup (data regions and iframe) to reflect this addition

  • Need help getting RSS feeds from Safari on iPhone

    Hi
    I figured out last night how to get RSS feeds on Safari, but /id like to figure out how to get the same feeds that go to my Safari on my iMac on my iPhone. Would be very handy knowing how to the same rss feeds on my phone, being synched with my imac
    Thanks
    \Chris

    Also would prefer not to have to use safari bookmarks if possible.
    There is an option under the info tab when you plug in your iPhone to not sync bookmarks.

  • Help with RSS feed in home page

    I'm trying to place an RSS feed in my home page. I've
    followed this Dev
    Center guide:
    http://tinyurl.com/ewbdv
    I've gotten everything to work perfectly locally. However,
    when I upload
    the files it won't work online here:
    http://tinyurl.com/ootyn
    The error I receive is:
    Could not find the ColdFusion Component
    burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
    Please check that the given name is correct and that the
    component
    exists. The error occurred in
    C:\domains\burnettcom.com\wwwroot\home.cfm: line 28
    26 : <!--- XSL Transformation --->
    27 : <cfinvokeargument name="xml"
    value="
    http://www.burnettcom.com/blog/?feed=rss2">
    28 : <cfinvokeargument name="xsl"
    value="headlines.xsl">
    29 : </cfinvoke></div><!---end posts--->
    Instead of the path
    burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
    shouldn't it be
    burnettcom/includes/MM_XSLTransform/MM_XSLTransform.cfm
    This is the only thing that I can see that would be wrong.
    Can anyone help me to get this to work online?
    Thanks in advance.

    Thanks A3gis, I just got that part working. I've configured
    it to
    display the title and date for each post.
    The only problem is that the date appears as:
    Tue, 18 Jul 2006 04:38:07 +0000
    I would prefer the date to appear as:
    July 18, 2006
    or
    6.18.06
    Does anyone know how to make this work?
    P.S. Here's the xls file:
    P.S. my XSL fragment is:
    <?xml version="1.0" encoding="iso-8859-1"?><!--
    DWXMLSource="
    http://www.burnettcom.com/blog/?feed=rss2"
    -->
    <!DOCTYPE xsl:stylesheet [
    <!ENTITY nbsp "&#160;">
    <!ENTITY copy "&#169;">
    <!ENTITY reg "&#174;">
    <!ENTITY trade "&#8482;">
    <!ENTITY mdash "&#8212;">
    <!ENTITY ldquo "&#8220;">
    <!ENTITY rdquo "&#8221;">
    <!ENTITY pound "&#163;">
    <!ENTITY yen "&#165;">
    <!ENTITY euro "&#8364;">
    ]>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="
    http://www.w3.org/1999/XSL/Transform"
    xmlns:wfw="
    http://wellformedweb.org/CommentAPI/"
    xmlns:content="
    http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="
    http://purl.org/dc/elements/1.1/">
    <xsl:output method="html" encoding="iso-8859-1"/>
    <xsl:param name="ItemsPerPage" select="10" />
    <xsl:template match="/">
    <xsl:for-each select="rss/channel/item[position()
    &lt;= $ItemsPerPage]">
    <xsl:sort select="dc:date" order="descending" />
    <p>
    <a href="{link}"><xsl:value-of select="title"/>
    </a><br />
    <xsl:value-of select="pubDate"/>
    </p>
    </xsl:for-each>
    </xsl:template>

  • Help - Changed RSS Feed

    I was hoping someone could help me with this issue I have.
    I have been using Libsyn for about 1 year to push my RSS feed to iTunes. It worked like a champ. My website is www.bowcast.com and my RSS feed was www.bowcast.com\rss.
    Recently, I have redesigned my website and moved it to a new server. My website is working fine. I re-submitted my RSS feed to iTunes about 10 days ago (new feed - http://www.bowcast.com/index2.php?option=compodcast&feed=RSS2.0&nohtml=1). I have the following issues:
    1) iTunes has not been updated. It still has the old RSS feed, and my users are getting an error that the "old" RSS server could not be found (which makes sense because I have moved it. Therefore, my latest episodes are available on my new site, but not in iTunes.
    2) I actually want the "old" iTunes submission (i.e. the old artowrk that I submitted over a year ago) to be taken down and the new RSS feed with the new artwork be posted.
    Does anyone have any idea what I could be missing? I contacted Apple support and they suggested I start here.
    Any help you could provide would be greatly apppreciated.
    aroney

    It still has the old RSS feed, and my users are getting an error that the "old" RSS server could not be found (which makes sense because I have moved it. Therefore, my latest episodes are available on my new site, but not in iTunes.
    By submitting a new URL to iTunes (if you become approved) you have in effect created a duplicate listing in the Store of your podcast. The new URL doesn't have any connection with your previous listing . . . so your old listing will be the way it is forever, unless you still have access to Libsyn or you send in a request to get the listing removed. Also, none of your old subscribers will know about your new listing unless they specifically go looking for it.
    It looks like what you wanted/should have done was to put in a redirect in your Libsyn feed so that you didn't lose any subscribers, and didn't create a second listing in the store. I would still recommend trying this if your new listing hasn't shown up and if you still have access to Libsyn.
    As for your second question, when/if your new feed is approved, it will contain your new artwork and any new elements you have put in your feed.

  • Business Catalyst Help | Create RSS feeds

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/add-content-rss-feed.html

    Thank you for the fast reply, Mario!
    I did look at the blog details page as the help page indicated and i did have the RSS check box checked, however under the Site Settings the RSS page had no channels in it. So I had to create a new channel so I can have a link to the blog RSS. When I created the chanel and selected to populate it with BLOG POSTs it gave me that ugly 2 box fields where you move the blog posts from left box to the right box. So essentially you have to do this for the blog posts as well. Unless I'm missing something but I spent almost an hour trying to figure this out in the Admin. Whcih is a rediculous amount of time to spend on something that comes pre-built to any other system.

  • Help: Editing RSS Feed Button for Feedburner URL

    I have an RSS feed on my iWeb site - just the standard RSS item from the iWeb menu, but I'd like to change the URL to the feed to a Feedburner URL.
    Is there any way of doing this without having a custom button? I can't see any way using inspector or anything...
    TIA

    I think I'll just create a custom button with the RSS link on it, containing the link to the Feedburner feed.
    After looking around a bunch, I'm not sure you can do this as an iWeb setting...

  • Need Immediate help...importing issue

         I work for a video editing company and today out of the blue, Premiere Pro started to act funny, its auto cropping clips that I am importing. It used to import these files fine and now its cutting them in half, I have tried all the basic stuff...I sort of also work IT here so the (re-install, reboot, try different settings) have all been done. The fact is it was doing it fine the other day and now it is making my workflow for the day grind to a halt until I figure this out.
    Immediate help/suggestions would be greatly appreciated.
                                                This is how its importing                                                                                 This his how it plays in a media player
    -Chris

    Im using Adobe Premiere CS5.5
    I have all updates
    Using windows 7 Pro
    Intel Core i7 2600K CPU @ 3.4Ghz
    16GB of ram
    64 bit OS
    source footage is:
    WMV File
    640x480
    2000kbps data rate
    29 fps
    I get no error codes
    this occurs immediatley when I drop it into premiere, and in the timeline and when I export.
    Thank you

  • Help Syncing RSS Feeds from Mail onto Iphone

    Hi, Appreciate any ideas on syncing RSS feeds from Mail onto an iphone.
    Like receiving RSS feeds in Mail into my inbox rather than using a separate reader such as Netnewswire/Google Reader/etc.
    Also would prefer not to have to use safari bookmarks if possible.
    Feedback on maybe using Rules to forward RSS feeds to an email address to show up in a mailbox which could then be accessed in Mail on the iphone (I have a Mobile Me account) so thought this might work (and the rule might clear the RSS feed).
    Appreciate the input. Cheers, Tony

    Also would prefer not to have to use safari bookmarks if possible.
    There is an option under the info tab when you plug in your iPhone to not sync bookmarks.

  • Help Please, RSS Feed Not Working! :(

    Hello there,
    I'm having a hard time getting my RSS feed to work correctly with subscribers and am at my wits end. I cannot seem to wrap my head around it.
    I (ideally) wanted to get both MP3 and M4A file formats working to please both crowds or subscribers. So the iTunes subscribers can subscribe to the M4As and the other listners can subscribe to the MP3s.
    Anyway, I deleted and recreated the feed on feedburner here, but it's still not resolving. I've deleted the feed countless times, reinstalled iTunes, and tried it on 4 different computers, and even had other people
    Any ideas why iTunes will not resolve the feed? If you look at the main page the files play correctly and without issue via the flash player.
    www.playedpodcast.com/feed
    Thanks in advanced guys!

    Fixed!

  • Help With RSS Feed

    I am working through the tutorial on consuming a remote RSS
    1.0 feed. I can
    pull in the feeds remotely (see
    http://www.basketballfan.us/).
    The problem
    arises when I try and organize the content source by date or
    limit the
    number of articles that are shown. Every time I do that I get
    this error
    message:
    MM_XSLTransform error:
    "contentsources/cbs.xsl" is not a valid XSLT document.
    Keyword xsl:sort may not be used here.
    The CBS source file URL is
    http://www.basketballfan.us/contentsources/cbs.xsl
    Can anyone help me fix this problem?
    David

    I am working through the tutorial on consuming a remote RSS
    1.0 feed. I can
    pull in the feeds remotely (see
    http://www.basketballfan.us/).
    The problem
    arises when I try and organize the content source by date or
    limit the
    number of articles that are shown. Every time I do that I get
    this error
    message:
    MM_XSLTransform error:
    "contentsources/cbs.xsl" is not a valid XSLT document.
    Keyword xsl:sort may not be used here.
    The CBS source file URL is
    http://www.basketballfan.us/contentsources/cbs.xsl
    Can anyone help me fix this problem?
    David

  • Need immediate help! QuickTime completely messed since system recovery!

    Our computer crashed due to a virus not too long ago. When we recovered the OS, QuickTime reverted to version 6, but 7 remained on the HD. I uninstalled 6, but 7 still doesn't work.
    Specifics:
    iTunes keeps encountering an error and needs to close whenever I open it.
    Every application using QT closes with an error and displays "Some of your QuickTime software is out-of-date," and clicking "Do It Now" causes another error.
    I cannot uninstall QuickTime. Everytime I try, the procedure rolls back and I get the message "Fatal error during installation."
    Help please!
    Edit: I uninstalled iTunes.

    That's not the solution; it's just a test, which shows that bad data in your home folder is interfering with Safari.
    Quit Safari and move the following items to the Trash:
    Library/Caches/com.apple.Safari
    Library/Caches/Metadata/Safari
    Try again. If Safari still doesn’t work, quit it again and move the following file to the Desktop:
    Library/Safari/Bookmarks.plist
    Then move the following items to the Trash (some may not exist):
    Library/Preferences/com.apple.Safari.LSSharedFileList.plist
    Library/Preferences/com.apple.Safari.plist
    Library/Preferences/com.apple.Safari.RSS.plist
    Library/Safari
    Try again. This time Safari should perform normally, but your settings will be lost. Select File > Import Bookmarks from the Safari menu bar. Import from the bookmarks file you moved to the Desktop. Recreate the rest of your Safari settings. You can then delete the old bookmarks file.

  • Datagrid help and RSS feed

    I am trying to get rss/xml into a datagrid. I am having trouble getting the feeds into the cells, the DataProvider is wrong?
    function loaderCompleteHandler(event:Event):void {
        var rssXML:XML = new XML(loader.data);
        var pubCol:DataGridColumn = new DataGridColumn("puDate");
        pubCol.width = 150;
        var titleCol:DataGridColumn = new DataGridColumn("title");
        titleCol.width = 300;
        var myDP:DataProvider = new DataProvider(rssXML);
        aDg.columns = [pubCol, titleCol];
        aDg.width = 450;
              aDg.rowHeight = 40;
        aDg.dataProvider = myDP;
        aDg.rowCount = aDg.length;

    Yes, but you should be still able to initialize it from an XML: http://help.adobe.com/en_US/ActionScript/3.0_UsingComponentsAS3/WS5b3ccc516d4fbf351e63e3d1 18a9c65b32-7fce.html
    import fl.controls.DataGrid;
    import fl.data.DataProvider;
    var aDg:DataGrid = new DataGrid();
    addChild(aDg);
    var employeesXML:XML = 
        <employees>
            <employee Name="Edna" ID="22" />
            <employee Name="Stu" ID="23" />
        </employees>;
    var myDP:DataProvider = new DataProvider(employeesXML);
    aDg.columns = ["Name", "ID"];
    aDg.dataProvider = myDP;

Maybe you are looking for