Problem uloading podcast to iTunes: "this feed has no episodes"

Hey guys,
I have been trying to upload my podcast to iTunes.
The RSS feed of the show is this: http://syn.org.au/not_used/2662
When I entered this into the iTunes page it said "this feed has no episodes."
So I went to the website www.feedburner.com and followed the instructions.
They gave me a new feed: http://feeds.feedburner.com/org/topfiveblank
When I entered this the same message appeared.
What should I do?

IngmarHerzog wrote:
If I re-uploaded the episodes to the original RSS feed without the spaces would the feed be recognised by iTunes?
No, because the feed is not formatted as a podcast feed (though it's a start!). You have to construct a feed which complies to the format demonstrated in the page I linked to, or use a podcast creation program or service to construct the feed for you.
I can't advise on hosting service. Be careful with free ones: they have to get their money somehow and it often involves adverts being added. Media files hosted this way sometimes turn up in web pages offering playing or download, and this won't work: the hosting has to offer unencumbered direct access to the feed and media files.

Similar Messages

  • "this feed has no episodes" error when submitting to iTunes

    Hey there,
    This is probably a simple fix but I can't seem to figure it out as I am very new to this. My link is here: http://feeds.feedburner.com/VolumizePodcast
    When I submit this link to iTunes it says "this feed has no episodes"
    Any ideas?

    Firstly, your feed is all on one line with no line breaks: this makes it very difficult to read. I was able to get round this by automatically inserting a line break after every >, but it would be better to write the feed with breaks. It doesn't affect the validity, but it makes it much easier to troubleshoot.
    Episodes are contained within the <item> and </item> tags: there are two such tags in your feed. For iTunes the actual media file is references within the <enclosure> tag within the <item> tag. Your second <item> has no enclosure tag at all. The first has a tag:
    <enclosure url="http://djaaronjoseph.adej.net/volumize_podcast.xml" length="1997" type="application/xml" />
    but as you see it is referencing another feed file, so iTunes will not see it as an episode.
    The feed it references does contain an enclosure tag with a media file, though the name of the file contains spaces (replaced with %20 in the feed) which it shouldn't. It validates at http://www.feedvalidator.org but does not contain an iTunes category tag. The feed you listed in your post does not validate.
    If you submit the feed at http://djaaronjoseph.adej.net/volumize_podcast.xml to iTunes it will probably be accepted, but you need to do more work on it first.
    You might care to look at this page, which gives a sample feed and a basic description of how to set up a podcast:
    http://www.wilmut.org.uk/pc
    and also Apple's rather more detailed tech note:
    http://www.apple.com/itunes/whatson/podcasts/specs.html
    I might add that Feedburner is notorious for writing messy feeds, and that you would always do better to submit a feed directly to iTunes rather than letting Feedburner do it.

  • Itunes says this feed has no episodes

    When I try and submit my podcast iTunes says this feed has no episodes. I used feed burner to create my feed. Here is the link http://feeds.feedburner.com/God321 and here is the original rss link http://podcast.den.liquidcompass.net/mgt/podcast/podcast.php?encoder_id=96&event _id=765 Any ideas? I'm not sure what I'm doing wrong.
    Thanks!

    Your episodes have no playable media. Each episode should include an 'enclosure' tag containing the URL or an mp3, m4a, m4v or mov file. You don't have any enclosure tags, only a link to something with a php extension.
    This page may help you: it gives some information about creating a podcast and includes a sample basic feed:
    http://www.wilmut.org.uk/pc

  • Podcast Help! "The Feed has no Episodes" (Using Feeder)

    Hey All!
    I have seen this topic posted before but no within a user using the feeder software. I created a feed and podcast as per the manual but when I submit the URL (ttp://www.deadlyrhythms.com/podcasts/DnBForumTest.xml) i get the "The Feed has no Episodes"
    any ideas what I need to do?
    And does anyone know if I can create "chapters" in feeder? - Thanks alot!
    Regards, Mark

    http://www.deadlyrhythms.com/podcasts/DnBForumTest.xml
    In NetNewsWire Lite this feed shows one test posting - a blog-type page, not a podcast episode directly.
    Your XML file gives this as the URL for your audio file:
    http://www.deadlyrhythms.com/YStrict(FinishedBouncew.mp3
    Note the open bracket which should presumably be a slash.
    Have a look at this page for advice about podcasts:
    http://www.apple.com/itunes/store/podcaststechspecs.html

  • "This feed has no episodes", but feed is 100% valid.

    I'm trying to help a voluntary grou submit their podcast to iTunes.
    The original XML was a mess, the system they inherited is unsupported now (to answer all the obvious upcoming questions!).
    So, I rewrote and tidied the XML, it is 100% valid according to every feed validation thing I can find, and it plays fine in everything else.
    But iTunes and iTunes store doesn't seem to like it, because the audio is served from a directory, eg:
    http://www.essexinfo.net/wickfordtn/assets/audio/weekly-news-side1
    and not
    http://www.essexinfo.net/wickfordtn/assets/audio/weekly-news-side1/something.mp3
    The filetype is being served correctly, as you can see from http://web-sniffer.net/
    Content-Type: audio/mpeg
    Content-Length: 5309578
    So the question is - how to get this into iTunes? Until they can get their server sorted, the only thing I could think would be to write the xml as a pointer to my own server, put an htaccess redirect in their, to make it think it's a proper filename.
    The thing is, this is all voluntary, and I don't really want to be jumping through those kind of hoops if I can at all avoid it.
    Thanks!
    Message was edited by: Jonathan at TNS

    Your feed has no media files referenced. These need to be in an 'enclosure' tag within the 'item'...'/item' tags which define each episode. With no media files referenced iTunes will not accept your podcast nor display it on manual subscription.
    As you are using Feedburner, either you are writing a feed yourself and submitting it to Feedburner, or you are submitting information to Feedburner and having it write the feed. In the latter case you need to add some media files according to their instructions. In the former case you may find this page helpful as it shows you a basic feed so you can see what it should look like (it's for audio but the general principle is the same).
    http://www.wilmut.org.uk/pc

  • Error: "The feed has no episodes" when submitting podcast

    I keep getting the error " The feed has no episodes" when I try to submit my podcast. I know the xml is properly formatted because I'm not getting any errors when viewing it in a browser. I assume I must be missing some tag that is required my iTunes. Can anyone help me figure this out? See code below. I can get the podcast to show up in my playlist but there are no episodes associated with it there either.
    <?xml version="1.0" encoding="UTF-8"?>
    <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
    <channel>
    <title>NetAmp Webcast Archive</title>
    <link>http://www.netamp.com</link>
    <language>en-us</language>
    <copyright>Broadcast by NetAmp for promotioal use only</copyright>
    <itunes:subtitle>NetAmp Breakbeat webcast archives</itunes:subtitle>
    <itunes:author>Lance Spencer</itunes:author>
    <itunes:summary>Hosted by Lantz, Lud Dub, Tonic, and Mancub, the NetAmp internet webcast features premier breakbeat DJ talent from the San Francisco Bay Area and beyond. Check out the show archives available on the iTunes music store.</itunes:summary>
    <itunes:owner>
    <itunes:name>Lance Spencer</itunes:name>
    <itunes:email>[email protected]</itunes:email>
    </itunes:owner>
    <itunes:image href="http://netamp.com/gfx/netamp_podcast.jpg" />
    <itunes:category text="Music">
    <itunes:category text="Breakbeat"/>
    </itunes:category>
    <item>
    <title>Mancub - 12/21/05</title>
    <itunes:author>Mancub</itunes:author>
    <itunes:subtitle>Mancub in the mix</itunes:subtitle>
    <itunes:summary>Mancub for 2 hours in the mix.</itunes:summary>
    <enclosure url="http://www.luddub.com/NetAmpfeat._ManCub12.21.05.mp3" type="audio/mpeg" />
    <guid>http://www.luddub.com/NetAmpfeat._ManCub12.21.05.mp3</guid>
    <pubDate>Wed, 12 Dec 2005 12:00:00 PDT</pubDate>
    <itunes:duration>2:00</itunes:duration>
    <itunes:keywords>NetAmp, Mancub, breakbeat, breaks, DJ</itunes:keywords>
    </item>
    <item>
    <title>Lud Dub and Fine Cut Bodies - 11/30/05</title>
    <itunes:author>Lud Dub and Fine Cut Bodies</itunes:author>
    <itunes:subtitle>Lud Dub and guests Fine Cut Bodies 2 hour DJ mix</itunes:subtitle>
    <itunes:summary>This week Lud Dub hosts Fine Cut bodies for two hours of breakbeat in the mix</itunes:summary>
    <enclosure url="http://www.luddub.com/NetAmpfeat._LudDubANDFineCutBodies11.30.05.mp3" type="audio/mpeg" />
    <guid>http://www.luddub.com/NetAmpfeat._LudDubANDFineCutBodies11.30.05.mp3</guid>
    <pubDate>Wed, 30 Nov 2005 12:00:00 PDT</pubDate>
    <itunes:duration>2:00</itunes:duration>
    <itunes:keywords>NetAmp, Lud Dub, Fine Cut Bodies, breakbeat, Breaks, DJ</itunes:keywords>
    </item>
    <item>
    <title>Lud Dub and Greg J - 11/16/05</title>
    <itunes:author>Lud Dub and Greg J</itunes:author>
    <itunes:subtitle>Lud Dub and guest DJ Greg J keep it funky for 2 hours in the mix</itunes:subtitle>
    <itunes:summary>This week Lud Dub hosts SF's own Greg J</itunes:summary>
    <enclosure url="http://www.luddub.com/NetAmpfeat._Lud_Dub_and_Greg_J11.16.05.mp3" type="audio/mpeg" />
    <guid>http://www.luddub.com/NetAmpfeat._Lud_Dub_and_Greg_J11.16.05.mp3
    </guid>
    <pubDate>Wed, 16 Nov 2005 12:00:00 PDT</pubDate>
    <itunes:duration>2:00</itunes:duration>
    <itunes:keywords>NetAmp, Lud Dub, Greg J, Fine Cut Bodies, breakbeat, Breaks, DJ</itunes:keywords>
    </item>
    <item>
    <title>Tonic and Jayo - 11/09/05</title>
    <itunes:author>Tonic and Jayo</itunes:author>
    <itunes:subtitle>Tonic takes over the controls with guest DJ Jayo</itunes:subtitle>
    <itunes:summary>Two hours of breaks in the mix from Tonic and Jayo</itunes:summary>
    <enclosure url="http://www.luddub.com/NetAmpfeat._Tonic_and_Jayo11.09.05.mp3" type="audio/mpeg" />
    <guid>http://www.luddub.com/NetAmpfeat._Tonic_and_Jayo11.09.05.mp3
    </guid>
    <pubDate>Wed, 9 Dec 2005 12:00:00 PDT</pubDate>
    <itunes:duration>2:00</itunes:duration>
    <itunes:keywords>NetAmp, Tonic, Jayo, breakbeat, Breaks, DJ</itunes:keywords>
    </item>
    <item>
    <title>Tonic and Fiddler - 11/02/05</title>
    <itunes:author>Lantz and Fiddler</itunes:author>
    <itunes:subtitle>Lantz hosts guest DJ Fiddler</itunes:subtitle>
    <itunes:summary>Two hours of breaks in the mix from NetAmp founder Lantz and guest DJ Fiddler</itunes:summary>
    <enclosure url="http://www.luddub.com/NetAmpfeat._Lantz_and_Fiddler11.02.05.mp3" type="audio/mpeg" />
    <guid>http://www.luddub.com/NetAmpfeat._Lantz_and_Fiddler11.02.05.mp3</guid>
    <pubDate>Wed, 2 Dec 2005 12:00:00 PDT</pubDate>
    <itunes:duration>2:00</itunes:duration>
    <itunes:keywords>NetAmp, Lantz, Fiddler, breakbeat, Breaks, DJ</itunes:keywords>
    </item>
    </channel>
    </rss>

    i figured it out myself. I had dropped the <ttl> tag.

  • Having problems getting podcast on iTunes, tried to resubmit and got an already submitted error

    Having problems getting podcast on iTunes, tried to resubmit and got an already submitted error. How can I get the podcast on iTunes?

    You didn't need to get it removed: you can make any changes to a feed that you want, changing, adding or deleting episodes, and iTunes will pick them up.
    However, in the present situation you have fallen over a bug in the submissions process. The workaround is changing the title; as this hasn't worked you need to change the feed URL if possible, and also you could change the contents of the 'link' tag.
    If you can't get it sorted you could try emailing Support at podcasts 'at' apple.com and asking them to reinstate you (give them all the details) - their responses are a bit variable, but they may help you.

  • 'Appears this feed has already been submitted.'

    Hello,
    I'm trying to get a podcast up and running but have run into a snag. I had set up and submitted my show a couple of weeks ago. Since then I figured out it would probably be a good idea to have a way to track downloads so (due to where I originally hosted the files) I had the show removed from iTunes completely. I have a new host, and run my site's RSS through Feedburner and have submitted the Feedburner feed to iTunes. I get the error message 'It appears this feed has already been submitted.' I've changed the title and the Feedburner link to a couple of different names and tried resubmitting again to no avail.
    Is there something I'm missing? I contacted Apple support but got the same canned response that most everyone else gets.
    Thanks for your help,
    James

    Thanks for the tip Roger. I found a different area of the Feedburner Optimization tab to change the name and description and that worked fine. I just submitted my show and will change stuff back once it's approved.
    You got me looking a little more closely and I appreciate the help!
    James

  • My feed has no episodes? How can I fix this?

    I use feedburner to make the podcasts. And when I attempt to upload to itunes it tells me my feed has no episodes.
    I no nothing about html or xml.  I just use the directions that feedburner gives to make the podcasts.  My link that was generated is http://feeds.feedburner.com/RebelKrownRadio

    Your media file (the .mp3 file) is hosted on Google Drive. The URL begins with https, which indicates an encrypted connection, and the iTunes Store cannot handle these, so you need it to begin with http.
    Even so, when I tried to play it in a browser (where https would be OK) it didn't play, and when I subscribed to the feed in iTunes it complained that the file 'needed authorisation' - so you seem to have placed it where your login is required to access it.
    I don't know anything about Google Drive, but does it in fact provide website hosting? I rather doubt it's a good place to host your media, but if you are going to do this you need to make sure it's publicly accessible and uses http.
    Also, it won't be accepted if the server does not handle 'byte range requests'  - the method used by iPhones - so once you've got the access sorted out, and before you try submitting it again, you could if you like post here again and I'll run a check for byte range request handling (which isn't 100% authoritative but at least would give some idea).
    When you do resbumit, be prepared to be told it's already been submitted - this is a bug in the process, to get round which you would need to change the title slightly.

  • My network symbol keeps working on my home page even when I'm not doing anything, I know there has been problems in the past with this so has it come back, help it's killing my battery!

    My network symbol keeps working on my home page even when I'm not doing anything, I know there has been problems in the past with this so has it come back, help it's killing my battery!

    Close all open apps by double-tapping the home button, then swiping up and off the screen with the app window (not the smaller icon).
    Reset your device: hold down the home button along with the sleep/wake button until the screen goes black and you see the Apple, then let go. (No data loss)

  • Tumblr / Feedburner 'The feed has no episodes.' issue

    Hi there,
    I am trying to submit a new podcast feed from Tumblr via Feedburner to iTunes but I am getting the infamous 'feed has no episodes' problem and I have no idea what I am doing wrong.
    The site url is www.crossingzebras.com
    The RSS feed from the site itself is feed://crossingzebras.com/rss
    The feedburner RSS feed is http://feeds.feedburner.com/CrossingZebras
    I'm guessing this may be an 'enclosure' issue but I was under the impression that Feedburner tidied this all away for me? Would appreciate any assistance on this one.
    Thanks,
    Dave

    Only the episode of April 8th has an mp3 file in it; and this episode does not appear in the Feedburner feed. Furthermore, the April 8th episode does not have an 'enclosure' tag necessary for iTunes. Feedburner will not add enclosure tags if they are not present in the original.
    iTunes does not dispay any episode which does not have an 'enclosure' tag containing the URL of a media file.
    This page includes a basic sample feed so you can see what one should look like:
    http://rfwilmut.net/pc

  • "the feed has no episodes"

    Hi all -
    I've browsed similar queries and haven't gotten the answer I'm looking for.
    I've set up a feed here: http://www.fearlessradio.com/feeds/recentpodcasts.xml and tried to submit it to iTunes and it gives me the error: the feed has no episodes
    I can subscribe manually to the feed as well and have no trouble downloading the podcasts.
    I got these recommendations from FEEDValidator:
    Recommendations
    This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
    Your feed appears to be encoded as "UTF-8", but your server is reporting "US-ASCII" [help]
    line 14, column 46: Email address is missing real name [help]
            <webMaster>[email protected]</webMaster>
                                                  ^
    line 44, column 47: Email address is missing real name (108 occurrences) [help]
                <author>[email protected]</author>
    line 2058, column 4: Missing atom:link with rel="self" [help]    </channel>
    Are any of these errors causing the issue (I doubt the missing name has anything to do with it, of course).
    Any help would be appreciated!

    UPDATE: I cleared up the missing atom:link with rel="self" and the email address missing real name issues and still am having no luck...

  • I'm being told my feed has no episodes...

    I'm very new to all of this. My feed checks out as vaild, but I'm still getting this error when trying to subit my podcast to iTunes.
    http://feeds.feedburner.com/AfterTheBar
    That's the feed. Does anyone have any insight?

    Do you think it could be an issue with Feedburner? Should I try a different service? It seems a lot of people have strange issues with Feedburner, and maybe that's the culprit. I can see the title error you're talking about, but cannot figure out how to edit the XML in my Feedburner account.
    Another thought I had: Could it be the encoding used for the media? It was an MP3 rendered with ProTools (and as an audio engineer I should know this, but I don't know what codec ProTools uses), should it be re-rendered with iTunes? My thought process in that being that mabye iTunes likes to see files that were rendered with a specific encoding process?

  • Itunes update would not install due to an error, now itunes won't run and I get this message when I try to launch itunes: "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem"

    itunes update would not install due to an error, now itunes won't run and I get this error message when I try to launch itunes: iTunes.exe - Unable to Locate Component "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem."
    I'm on a Dell PC running Vista Home Premium.
    HELP!!!!!!!!!!!!!!!!!!!

    try removing all itunes and all other apple program
    follow this link for more info. http://support.apple.com/kb/HT1923
    reboot ur window after uninstalling
    after that download the latest itunes setup and install.

  • ITunes says "the feed has no episodes", despite being a validated feed.

    I am trying to post the following:
    http://www.thestreamguide.com/xml.php?channelid=128
    which is dynamically created by a website I host. This was never a problem in the past - iTunes always accepted submissions without complaint. In fact, there are a number of podcasts created by this site already on iTunes!
    When I open it directly in iTunes ('Subscribe to a podcast'), it works like a charm.
    It also validated perfectly via feedvalidator.org. Does anyone have any ideas what I could missing here?

    Got it (I think/hope)!!! Each one of your items has <itunes:block>yes</itunes:block> which means that iTunes won't see it (see http://www.feedforall.com/itune-tutorial-tags.htm#block). Either take it out or change it to no in the original feed, and see what happens.
    (I'd still advise not using periods in your file names - it might work with iTunes but other podcatchers may have a problem.)
    Let us know what happens,
    Greg

Maybe you are looking for

  • Time machine disk sharing

    Dear Common Wisdom: I have been using Time Machine for quite a while now, but I have a question about the empty space on my external HD. Must a HD being used to store backups be exclusively for Time Machine? Can I use the empty space for my own stora

  • Home Directory Permissions on New Files/Folders

    Problem: When a user creates a file or folder in the root of their home folder (ie. not in their Documents or other default folder) it is given "read" access to the "others" POSIX permission. So, anyone browsing the "users" folder on the network can

  • Everytime I try to use "send link" Firefox crashes! How can I fix this?

    Every time I click on "Send Link" to send a webpage to someone, Firefox will crash. This has only started recently, used to be able to do this. I believe the box says "Firefox has unexpectedly stopped working, then closes

  • Problems viewing videos online!

    Hi Guys, this is just a quick one - my whole system is great and I have no issues with any other aspect other than my machine ability to load and play videos on youtube or any other online broadcasting site! The video simply won't load - I know that

  • F4180 Print Head Cleaning

    I've seen posts regarding the removal and cleaning of out of warranty print heads and was hoping someone could direct me to instructions for removing the print head for cleaning on the F4180. I am on my THIRD black cartridge which prints as if there