Submit of Podcast feed not working: "Bad http result 404"

I am trying to submit my .xml file to the "Submit
Podcasts to the iTunes Directory" and it keep sgiving me the error:
We had difficulty reading this feed. Bad http result code: 404"
Can anyone tell me what the error is? It does nothing to explain this. I've tried using an xml template for itunes that supposed to work but nothing. It works fine using iPodder.
Here's the link:
http://cmi.yale.edu/podcasts/rss/test5.xml
Thanks much for the help!

Right, I know how the 404 mean error not found but i checked and double checked the URLs and they all seem fine to me as well. I can understand what iTunes is not liking about the feed. I've updated the feed with a new .xml:
http://cmi.yale.edu/podcasts/rss/cmi.xml - still getting the 404. Do you see anything wrong with the URLs?
Thanks much!

Similar Messages

  • Podcast feed not working in iTunes

    Hi there,
    I am trying to get a podcast feed for a client set up to work in iTunes. About the setup:
    This is a self-hosted wordpress site, using the feedburner/SmartCast to create iTunes-friendly feeds. The site does use HTTPS as parts of it handle credit card processing.
    Here is the feed XML (Chrome): view-source:http://feeds.feedburner.com/UnderTenFitness
    Here is the feed link: http://feeds.feedburner.com/UnderTenFitness
    The feed validates at http://castfeedvalidator.com/ and http://validator.w3.org/. Other podcast services pick it up just fine. Just iTunes. I've tried testing it by manually subscribing to it in iTunes, and the episodes/meta load fine, but the audio files neither play nor download. I also can't seem to find any kind of error message to describe what the hold up seems to be - just the ! next to the episode. I can briefly see a window that says "Connecting" but it dies right away.
    Any insight into what's going wrong here would be much appreciated. I've added MIME types to the server for MP3 files, about to change the main icon from PNG to JPEG on some random recommendation that sometimes iTunes doesn't like PNG files.
    I've also tried:
    taking the media link outside the audio player shortcode and just putting it in as href
    using both http:// and https:// for the media link
    I'm sure I've missed something basic here - but my experience with podcasting prior to this project was "I like to listen to them." So any suggestions appreciated.
    Regards,
    Hannah

    The problem lies with the media files rather than the feed. The URL given for your top media file is
    http://feedproxy.google.com/~r/UnderTenFitness/~5/cn0Ui9M2FyI/2015-01-27-Psorias is-Natural-Remedies.mp3
    This redirects to
    https://www.undertenfitness.com/wp-content/uploads/2015/02/2015-01-27-Psoriasis- Natural-Remedies.mp3
    The first URL works when you enter it in a browser, but on subscribing iTunes refuses to play it. These redirects using Feedproxy can cause problems, though they don't always, and frankly I would advise avoiding its use and providing a direct URL to the media file. Furthermore the URL for the actual file begins with https (secure connection) and this is also asking for trouble. Sometimes it works, but it's better avoided. Just removing the 's' so that it's http works with some servers but it appears not to hear. So you need to look into the matter of hosting your media files.

  • Bad http result code 501 when submitting a validated feed to iTunes

    I have a podcast feed that I've validated at http://validator.w3.org as well as http://www.feedvalidator.org.  Both tests say that my feed is valid.  When I try to submit the feed URL to iTunes, I get the response: "We had difficulty reading this feed. Bad http result code: 501".  Any suggestions as to what I'm missing?

    Although your feed validates, and can be accessed in a browser and subscribed to in iTunes - and also the media files are correctly hosted on a server which can handle byte-range requests (a required facility) - the server hosting your feed is for some reason unable to handle requests specifically from the iTunes Store. This situation has arisen before but no obvious solution has been suggested (one poster with a similar problem found that it was a permissions issue on the server). This is something you will need to take up with the people running your server - their logs may possibly give some indication of what the problem is.

  • Urgent--custom servlet not working with https/gateway of the portal server

    We have created the custom servlet to add some more authentication to the login screen. I have explained detaildely below.
    We have set if password reset change password screen should come by using identity server.
    First screen comes which asks �user id� and �password�.
    after this next screen comes with �old password�, �New Password� and �Confirm Password� (as we have forcefully asked user to change password after reset by using identity server ).
    On this page we have added two new filed �Date of Birth� and �Date of Joining�.
    And we are forcefully transferring request to our Custom Servlet which will validate the �Date of Birth� and �Date of Joining� from the database and submit the same a form as required by Login Servlet to validate the default parameters �old Password�, �New Password� and �Confirm Password� (which is the default validation without adding custom Servlet).
    This whole process is working with �http� protocol and giving �unable to connect� host with �https� protocol.
    Without custom Servlet process is like this, which is working
    Login (usrid, password) � Login (Old Password, New Password, Confirm Password) � Portal home Page
    With custom Servlet , Which is not working with �https� Protocol. we are getting the message "Authentication Failed" screen.
    Login (usrid, password) --> Login (Old Password, New Password, Confirm Password , Date of Birth, Date of Joinig) --> Custom Servlet validate Date of Birth, Date of Joining --> Login (Old password, new Password, Confirm Password) --> Protal Home Page
    This one works with http, whereas this one gives the "Authentication Failed" screen with the https.
    Please let me know if anybody have implemented this and help me to resolve the issue.
    Best Regards
    Ramkumar

    Hi,
    I am also getting this error message in the sun ONE webserver error log file....
    [20/Nov/2004:13:42:39] failure ( 6162): for host 172.16.5.21 trying to GET /amserver/UI/Login, service-j2ee reports:
    StandardWrapperValve[LoginServlet]: WEB2792: Servlet.service() for servlet LoginServlet threw exception
    com.iplanet.jato.CompleteRequestException
    at com.sun.identity.authentication.UI.AuthenticationServletBase.onUncaughtException(AuthenticationServletBase
    .java:141)
    at com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1023)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:469)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
    at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:294)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:787)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)
    Regards
    Ramkumar R

  • Mysites Activity feed not working

    Hi,
    I have restored Mysite Content database.After restoring it, Profile pictures coming correctly but activity feed and trending tags not working(coming blank).
    After restore db i did following:
    IIS reset
    Server reboot
    Mysite setup settings(activity feed enabled)
    Alernate access mapping.
    Still activity feed not working.Please suggest.

    Hello
    Have you checked the timer job ?
    http://technet.microsoft.com/en-us/library/hh344225(v=office.15).aspx
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • Technical Issues Message When Trying To Submit My Podcast Feed

    I have been trying to submit my podcast feed to the itunes store since monday and every time I get a message saying there is a technical issue and please try again later.
    I sent an email off to apple to find out about this and options offered in the reply haven't worked either! I have had the podcast on itunes before but the site I was hosting it at back in the day (Mevio) decided to remove everything on its site, hence my original feed sat doing nothing and was then removed from the iTunes store, I have recently found a site that offered everything I was looking for (Podcasts.com) and signed up.
    I posted my first show on Monday but now I have the issue of iTunes constantly telling me there is a Technical Issue and to try again later which I have repeatedly.
    I even tried running my feed through feedburner and still nothing, I have changed the title of both the podcast and the show name like was suggested in the email from apple and still it wouldn't take. Its starting to get on my nerves now since I want to get my podcast back on iTunes.
    Can anyone offer up any advice or suggestions on how I can sort this out!?

    The feed can be successfully subscribed to manually in iTunes. There are a few minor issues with the feed which I wouldn't have expected to cause a problem, but the Store can be more touchy than the application.
    You should have this as the first line in your feed:
    <?xml version="1.0" encoding="UTF-8"?>
    You have far too many words in the 'keywords' tag in your episode - the maximum is twelve.
    Your 'itunes:duration' tag reads
    <itunes:duration>81</itunes:duration>
    which is meaningless, though the Store might read it as 81 seconds and play only that amount of your episode. It should have the duration in the format hh:mm:ss, e.g. 0:26:42
    I wouldn't have expected any of these to be fatal, though you should address them. It may be that you've hit a glitch in the Store - it's been known - so when you've corrected the errors try again.

  • Synchronisation of pictures and Podcasts is not working!

    I have a problem with my I-Pod Nano. The synchronisation of pictures and Audio-Podcasts is not working. Video-Podcasts are working well! And my I-Pod does not show the cover pictures. I have put them manually in I-Tunes but it does not work. I also resetted my I-Pod a few times and uploaded the new software. It all does not work.
    Can anybody help???

    in your info it says that you are running windows 98.... i do not think it is possible to use nano 3rd generation using win 98... well at least that what the apple website states... http://www.apple.com/ipodnano/specs.html

  • HT1819 Bad http result code: 403

    I've done everything up to this point: validate XML, manually subscribe through iTunes.
    I'm at Submit Podcast to iTunes Directory
    1.  Podcast feed URL:  http://www.thelambschapel.org/TLC_AudioPodcast.xml.
    I get: Bad http result code: 403
    The file permissions are 655. How can I get beyond this? Thx.
    p.s. the only reason I am submitting the podcast is because our podcast of 3+ years dropped off the directory, so I'm trying to make the name slightly different in order to get it listed on the directory again. I changed the name of the XML file, and inside the file, I changed the <title>. The URL stays the same.

    The feed seems to be OK - it can be subscribed to manually in iTunes and works fine there.
    The 403 error means 'Access forbidden': one way of getting this is trying to access a directory (ending a URL with a slash) when there is no index.html file present, so if for example you had accidentally added a slash to the end of the URL when submitting it that would probably be the result.
    If you are sure that you submitted the URL correctly it's difficult to see what the problem is. Sometimes servers don't react properly to a request from the iTunes Store when requests from the iTunes application and other rss readers work fine. You would need to take this up with the people running your server. Possibly they have a log which will show what happened.

  • Bad http result code: 403

    I just created a feed that validates.
    Testing in iTunes works.
    When I submit to iTunes I get this error. I can't for the life of me figure this out! Any ideas?
    We had difficulty reading this feed. Bad http result code: 403
    Here is the URL: http://saltandlighttv.org/radio/podcast/sl_hour_new.xml
    Thanks.

    The feed seems to be OK - it can be subscribed to manually in iTunes and works fine there.
    The 403 error means 'Access forbidden': one way of getting this is trying to access a directory (ending a URL with a slash) when there is no index.html file present, so if for example you had accidentally added a slash to the end of the URL when submitting it that would probably be the result.
    If you are sure that you submitted the URL correctly it's difficult to see what the problem is. Sometimes servers don't react properly to a request from the iTunes Store when requests from the iTunes application and other rss readers work fine. You would need to take this up with the people running your server. Possibly they have a log which will show what happened.

  • Bad http result code: 405

    Hi, we're trying to submit our feed (http://www.flalottery.com/video/en/flalottery_itune.xml) to iTunes for inclusion however we get the error back from iTunes on Step 1 saying "We had difficulty reading this feed. Bad http result code: 405"
    We've checked the feed itself in the Feed Validator to make sure it's compliant, which it is. So I'm not sure why we're getting this code.
    But if we do searches for an "http 405 error" we see it relates to methods/resources not being allowed. But I can't find any info on which methods iTunes needs? We have enabled "get, head, post, trace and options". Currently disabled are "connect, put, delete". Do one of these need to be enabled as well? Obviously we're concerned with security issues if we enable one of the disabled 3.
    Any help or ideas would be most appreciated.
    Thanks!
    Scott

    Your feed can be subscribed to manually in iTunes (from the 'File' menu) and looks OK. However, it requires a secure connection (https) and it may be this which is upsetting the Store (which is a different connection from using the iTunes application to subscribe). You are hosting your feed on Dropbox: I would strongly recommend not doing this: Dropbox is designed for sharing, not website hosting, and is liable to cause you problems. You should use an ordinary web hosting service.
    You should also ensure that the server hosting the media files can handle 'byte-range requests' (Dropbox appears not to) - this is where only part of the file is requested at a time and is necessary for iOS devices. If the server cannot handle it your podcast will be rejected, so you need to check with any proposed hosting service before committing yourself. If they don't do it, or don't know what it is, go somewhere else.
    Your episode appears to consist of a very short technical test. The Store won't accept this: you need to have at least one real episode so that they can assess the sort of content you are going to provide.

  • Bad HTTP result Code: 404

    I'm trying to submit a podcast to iTunes.  Every time I try and submit my xml feed, I get the bad http result code: 404.  However, the xml feed validates AND I can manually subscribe to it in itunes (File - Subscribe to Podcast).  Any ideas as to why I get the bad http result code error?

    Sorry all ... here is the feed: http://www.tullfinancial.com/managingTheWithdrawlPhase.xml
    Thanks!

  • Bad http result code: 500

    trying to upload my podcast feed url for submission tothe itunes directory and i keep getting the following message
    we had difficuluty reading this feed. Bad http result code: 500
    here is the url
    itpc://rss.mac.com/cjonesva/iWeb/wow/WOWPod/rss.xml
    I'm a bit at a loss

    When you submitted your URL, did you submit http://rss.mac.com/cjonesva/iWeb/wow/WOWPod/rss.xml? This is the URL to your feed - the itpc://rss.mac.com/cjonesva/iWeb/wow/WOWPod/rss.xml URL is for giving people a one-click link that will subscribe them to your feed in iTunes.

  • Despite valid feed, download in Podcasts app not working

    Hi!
    I created a new podcast feed, which is valid according to feedvalidator.org and got approved by apple iTunes store. Downloading the podcast mp3-file is working in all major apps i've encountered so far, but not in the Podcasts app. Maybe somebody is willing to check my feed and can give me any hints how to solve this?
    The feed-adress is: http://www.ernstdeslebens.de/feed/
    The enclosure link is not pointing directly to an mp3 file, but to a php-file which is serving the mp3 to the client, so I can track how many downloads we got. Still - it works in iTunes (desktop) and also in Instacast for iOS and some Android podcatchers...
    Help is really appreciated! Thank you!

    hmm.
    go to:
    settings/applications/feeds
    and make sure you are good with what you want there.
    settings/notifications/Feed on home screen
    and be sure that you toggle the twiiter tweets.
    having dev mode enable/disabled is not going to make a difference on your device unless you try to do something that requires it to be on.
    its like having a turbo on your car. do you need it....not really, but, when you want to use it, its always good to have it!

  • Parameter is not working in HTTP( XML FEED) dataset in bi publisher 11g

    Hi,
    I have used parameter in BI Publisher 10g for HTTP(XML Feed) dataset to have dynamic url which worked by using ${p_url} where p_url is the parameter.
    The same procedure when I use in BI Publisher 11g is not working.It does not consider the parameter ${p_url} and throws the following exception
    *oracle.xdo.dataengine.datasource.plugin.DataAccessException: java.lang.Exception: java.net.MalformedURLException: no protocol: ${p_url}*
    Has anyone faced this issue?
    Please let me know if am doing something incorrect here.
    Thanks &Regards,
    Balaji

    Thanks for your reply.
    In BI Publisher 10 g we are using it this way ${p_url}.
    p_url is the parameter which gives us the entire URL for the XML feed.
    e.g. p_url=http://rss.news.yahoo.com/rss/topstories
    The p_url takes the entire url.
    Please let me know if this can be done the same way in 11g.
    Thanks,
    Balaji

  • Unable to submit a podcast feed- "we had difficulty downloading episodes from your feed"

    Hii,
    i am trying to submit a xml feed to submit podcast ,
    but i get a error massage  we had difficulty downloading episodes from your feed
    here is my feed output
    <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
    <channel> 
    <title>iTunes1</title> 
    <description>description</description>
    <link>http://phmedia.mediaimages.net/mediacatapult/</link>
    <language>EN</language>
    <copyright>phmedia</copyright>
    <itunes:summary>description</itunes:summary>
    <itunes:owner> 
    <itunes:name>asdfsa sadfsd</itunes:name> 
    <itunes:email>[email protected]</itunes:email>
    </itunes:owner>
    <itunes:keywords>v1, v2, v3, v4</itunes:keywords>
    <itunes:category text="Arts"> 
    <itunes:category text="Design"/> 
    </itunes:category>
    <itunes:image href="http://phmedia.mediaimages.net/iTunesPodcastCover/10423_10526.png"/>
    <itunes:explicit>No</itunes:explicit>
    <itunes:block>No</itunes:block>
    <item> 
    <title>12061_13536.mp4</title> 
    <description>video desc 1</description>
    <link> 
    http://phmedia.mediaimages.net:1935/vod/_definst_/mp4:0165/12061_13536.mp4/playl ist.m3u8
    </link>
    <enclosure url="http://phmedia.mediaimages.net:1935/vod/_definst_/mp4:0165/12061_13536.mp4/playl ist.m3u8" length="1070" type="video/mp4"/>
    <guid> 
    http://phmedia.mediaimages.net:1935/vod/_definst_/mp4:0165/12061_13536.mp4/playl ist.m3u8
    </guid>
    <pubDate>Thu Feb 20 02:39:12 EST 2014</pubDate>
    <itunes:summary>video desc 1</itunes:summary>
    <itunes:duration>0:0:29</itunes:duration>
    <itunes:keywords>v1, v2, v3, v4</itunes:keywords>
    <itunes:image href="http://phmedia.mediaimages.net/images/12061_13536_2_1.png"/>
    <itunes:explicit>No</itunes:explicit>
    <itunes:block>No</itunes:block>
    </item>
    </channel>
    </rss>

    The missing opening tags problem was caused by your pasting the contents into the forum and is not present in the actual feed. However you have two serious and two minor faults.
    Your media file URL is
    http://phmedia.mediaimages.net:1935/vod/_definst_/mp4:0165/12061_13536.mp4/playl ist.m3u8
    This isn't a media file, it's a m3u playlist at 4kB. You need to provide a direct link to your media file and the URL must end with an extension, e.g. mp4
    Your 'itunes:image' is a png which appears to be a screenshot: it should be 1400 x 1400 px or the feed won't be accepted, and it must be less the 500kB. You should choose a logo which will work when reduced to the size on the Store page.
    You are missing what should be the first line of your feed:
    <?xml version="1.0" encoding="UTF-8"?>
    Your 'pubdate' tag reads
    <pubDate>Thu Feb 20 02:39:12 EST 2014</pubDate>
    There should be a comma after the 'Thu' and the '2014' should be after 'Feb', not at the end.
    Your 'itunes:duration' tag reads
    <itunes:duration>0:0:29</itunes:duration>
    It should read
    <itunes:duration>0:00:29</itunes:duration>
    These last three are not fatal but should be addressed.
    Finally, your title is 'iTunes1' which is valid but not a good title. You should choose something which gives an idea of the content.

Maybe you are looking for

  • Maximum Number of Table Rows Displayed in Catalog

    Hi Everyone, I am working with an instance that has a very large Catalog and only 25 rows are displaying at a time within the Catalog tab of the Administrator interface. There doesn't seem to be a personalization set to restrict the number of rows di

  • Div's being pushed down in Safari

    Hi guys, I've built a website for a client. For some unknown reason the footer content gets pushed down on the friends page in Safari and IE - all of the other pages are fine though. Here's a link to the site Can anyone see why this could be happenin

  • Numerical Command-Line Arguments in Java

    Hi I am new to Java and am a little confused about setting up command-line arguments. From what I have read, the arguments are put in the args array of the main method. So accessing or using them would use args[n] right? But the args is a string arra

  • Video content on 2 computers

    HI I have bought some video from the Store on my office pc- a dell laptop. I can buy apps like this and transfer to my phone but wwhen I want to sync the video I am told that iTumes is synced to another computer - my home Vaio desktop - annd do I wan

  • Decimal removal in the case of smartform

    Hi All, I have to display a quantity field and units of measure in the smartform. If the units of measure eq 'PC' i should not display the decimal places for quantity in the smartform output, otherwise i have to display the decimals in the output. Ho