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

RSS/XML Problems and cover art problems

Hello everyone,


I'm trying to list my 3rd podcast but for some reason my code won't work. The validators pull out a couple of minor problems but nothing that has been a problem with my other two podcasts.


Also when I try to submit the code I keep getting the error message: "Podcast cover art must be between 1400 x 1400 and 2800 x 2800 pixels, JPG or PNG, in RGB color space, and hosted on a server that allows HTTP head requests."

I've double checked the picture and it is 1400 x 1400, JPG, RGB, and I've never had a problem with my server.


Can someone please help me?


Here is my code:

http://www.nerdcastnetwork.com/staws/STAWS.rss



John

Posted on Apr 11, 2015 5:15 PM

Reply
Question marked as Best reply

Posted on Apr 12, 2015 8:00 AM

Your feed and its single episode work OK when subscribing manually in the iTunes application. However Feedvalidator comments that the feed is being served as 'text/plain' when it should be 'application/rss+xml' - this is not to do with the coding of your feed but the way the server is behaving. It's possible this may upset the Store, so you need to take this up with the people running your server.


As to the image, the tag reads:


<itunes:image href="http://www.nerdcastnetwork.com/STAWS.jpg"/>


and this image is 180 x 180px and so will be rejected.

11 replies
Question marked as Best reply

Apr 12, 2015 8:00 AM in response to John1701

Your feed and its single episode work OK when subscribing manually in the iTunes application. However Feedvalidator comments that the feed is being served as 'text/plain' when it should be 'application/rss+xml' - this is not to do with the coding of your feed but the way the server is behaving. It's possible this may upset the Store, so you need to take this up with the people running your server.


As to the image, the tag reads:


<itunes:image href="http://www.nerdcastnetwork.com/STAWS.jpg"/>


and this image is 180 x 180px and so will be rejected.

Apr 12, 2015 8:13 AM in response to John1701

The image is still the same small size. So either you aren't in fact updating it, or the method you are using to create your feed (which is not apparent from the feed itself) is resizing it for you. Some podcast creation services do this, though it's usually to 300 x 300, which used to be the requirement several years back; it seems a but unlikely that anything would reduce it to 180 x 180 but I've no way of knowing what is going on from the available evidence.

Apr 12, 2015 8:34 AM in response to John1701

The image URL is presumably http://www.nerdcastnetwork.com/staws/STAWS.jpg and this is 1500 x 1500 and below 500kB so it should be fine. To be on the safe size with the submission I should change the filename slightly and change the feed to match. (This is necessary when you change the image in an accepted podcast, but I don't know whether it's an issue with a re-submission).


However when you re-submit you may be told that the feed has already been submitted - this is a long-standing and annoying bug in the Store software. The workaround is to change the title of the podcast slightly - you can always change it back once accepted. If you can change the feed filename that might also be advisable, but of course you can't change that afterwards. (No-one will see it unless they look for it anyway.)

RSS/XML Problems and cover art problems

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