Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Feed crashes by adding episodes?

Hi there,

I set up podcastfeed to share my private mp3 files at home, so I can subscribe to them at iTunes as a Podcast. For that I created a simple xml file:


<?xml version="1.0" encoding="UTF-8"?>

<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>

<title>Example Feed</title>

<link>http://192.168.2.117</link>

<language>en-us</language>

<copyright>no</copyright>

<itunes:subtitle>Example</itunes:subtitle>

<itunes:author>noone</itunes:author>

<itunes:summary>x</itunes:summary>

<description>x</description>

<item>

<title>01 example</title>

<enclosure url="http://192.168.2.117/GD/1.mp3" length="" type="audio/x-mp3" />

<guid>"http://192.168.2.117/GD/1.mp3"</guid>

<itunes:order>1</itunes:order>

</item>

<item>

<title>02 example</title>

<enclosure url="http://192.168.2.117/GD/2.mp3" length="" type="audio/x-mp3" />

<guid>"http://192.168.2.117/GD/2.mp3"</guid>

<itunes:order>2</itunes:order>

</item>

<item>

<title>03 example</title>

<enclosure url="http://192.168.2.117/GD/3.mp3" length="" type="audio/x-mp3" />

<guid>"http://192.168.2.117/GD/3.mp3"</guid>

<itunes:order>3</itunes:order>

</item>

<item>

<title>example</title>

<enclosure url="http://192.168.2.117/GD/4.mp3" length="" type="audio/x-mp3" />

<guid>"http://192.168.2.117/GD/4.mp3"</guid>

<itunes:order>4</itunes:order>

</item>


</channel>

</rss>



It works fine for a few episodes! But by adding >20 items to the feed, the feed crashes and is unusable. What am I doing wrong?

Posted on May 1, 2015 10:04 AM

Reply
3 replies

May 1, 2015 10:20 AM in response to CSchloemp

Only one thing strikes me in feed itself, which is that possibly you should have a space between the closing double quotes for 'length' and the opening double quotes for 'type' - however I don't think this is the problem or it would have emerged immediately.


As your feed is entirely local, and I don't know how you are constructing it, I'm afraid there's no way of detecting the problem. iTunes is geared to feeds which are online, and I don't know how it reacts to local feeds; I tried subscribing to the local copy of my own podcast feed and iTunes wouldn't recognize it. If iTunes is working for you with 20 items, but it all crashes on 21 items then the problem may lie with the method you are using to create the feed, but as the feed isn't available online I can't look at it to see whether there is a problem.

May 1, 2015 12:37 PM in response to Roger Wilmut1

Hello,

thank you for your answer! The Feed is hosted on a local server.

I also tried to reach the feed from a webbrowser, same problem. If there were too many items, the feed is shown as emty. So for me iTunes isn't the problem. It seems like the feed gets broken, if there were too many items. 20 isn't an exact limit.

I am not creating the feed in a special way. I am just adding items to the xml file.

May 1, 2015 12:44 PM in response to CSchloemp

If the coding for all the episodes is there when you examine the feed in a text editor such as TextEdit on a Mac, but when viewed in a browser or subscribed to in iTunes it comes up empty, then it's likely you have managed to introduce one of the errors which can break a feed - for example an ampersand by itself, or 'curly quotes' in place of straight ones because you've been working in a word processor.


FeedValidator can check a feed, but you will have to place it on a server available to the internet to be able to do so. Similarly I can have a look at it (though I would also use FeedValidator as a guide) but only if you place it on an open server.

Feed crashes by adding episodes?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.