Error 404 downloading Itunes Podcast

I am unable to download a radio Podcast. I can subscribe but always receive an 'Error 404 Could not be found on the server' message when i try to download the episodes? Whazz up? Any ideas?
*Side note* I was already subscribed to the podcast and it was working just fine until I unsubscribed myself
Cindy

im getting that same error. I was trying to download the lastest podcast of the Tavis Smiley Show. ive been surscribed to his podcast for months now with no problems until a few days ago. I reported a concern through itunes but im not sure if anyone will actually read it and attempt to address it.

Similar Messages

  • Error in downloading itunes, all the .exe files turn into the itunes icon. I had to removed itunes.

    Error in downloading itunes in windows, all the .exe files turn into the itunes icon

    Download the lnk registry fix from www.sevenforums.com/tutorials/19449-default-file-type-associations-restore.html. Reinstall iTunes. Should you find that all of your desktop shortcuts have again turned into links to the iTunes application apply the patch.
    For further advice see Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Error while downloading Itunes! Cant download AAS!

    I keep getting this error, while downloading Itunes.
    There is a problem with this windows installer package.
    A program required for this install to completecould not be run.
    contact your support personnel or package vendor.
    Ive been searching for a solution, and figured out that its the  Apple Application Support that cant download.
    Does anyone have a clue how to fix this?
    I just bought a new ipod touch, and im itching to use it.

    Good day TanCher23,
    If you are having an issue with installing the update for iTunes for Windows, I would suggest that you troubleshoot using the steps in this article - 
    If you can't install or update iTunes for Windows - Apple Support
    Thanks for using Apple Support Communities.
    Safe computing,
    Brett L 

  • HT1725 42404 error after downloading itunes (20+ times!) can access the itunes store but can't do any downloads... itunes support has not offered any valid suggestions

    42404 error after downloading itunes (20+ times!) can access the itunes store but can't do any downloads... itunes support has not offered any valid suggestions

    This is EXACTLY what happened to me and many others. Tech support returned most of my money but not all of it. Figure that one out! It is clear no music is downloaded (or in queue), it is clear an unknown error message is produced, and it is clear we, the consumer, are still being charged anyway. Will Apple require a credit card from its customers and alienate those that do not wish to use a credit card? Will Apple insult its customers and make silly suggestions such as 'Use an iTunes gift card' in much the same way a forum moderator has already recommended?
    I have an idea: Acknowledge the problem publicly (via email, for example) and fix it in a future update. Customers will be more understanding if they know there is a temporary problem and Apple is working hard to fix it. Oh, and return our money, please!
    Windows XP Pro
      Windows XP Pro  

  • Error (-39) downloading video podcast, iTunes 7.2.0.34

    I am running iTunes 7.2.0.34 on Vista x86. I can successfully download podcasts, and even some free video movies from the iTunes store.
    However, I tried downloading the "Steve Jobs and Bill Gates at D5 Conference" podcasts. The audio one came over fine, and the video version downloaded for an hour or so. later I came back to the machine to find that the video version has an exclamation point next to it in my Podcast library. The error says:
    "There was a problem downloading "Steve Jobs and Bill Gates at D5 Conference (Video)". An unknown error occured (-39). Please check that the URL is correct and the connection to the network is active and try again"
    If I go back and try to "get episode" from the iTunes store, I see the video go into my download queue, but then it immediately dissappears from the queue. The error remains in my podcast library. I even tried deleting both podcast listings from my podcast library and starting again from scratch (including having it move to recycle bin), but same result. Again, the audio file was downloaded no problem, but the video file disappears from the queue immediately.
    Anyone else having this problem?

    it's a reasonably rare error, but i've seen some folks have success with the -39 in this context using K Chapman's technique from the following post:
    http://discussions.apple.com/message.jspa?messageID=3491372#3491372

  • Error message downloading a podcast

    I'm having a problem downloading a podcast, using IE 6.0, Windows 2000 and the latest version of iTunes. I don't have any probs. d/l'ing other podcasts but on one particular file, I get an error message saying the file is corrupted or in a format it can't understand. I've tried deleting the podcast and d/l'ing again but no luck. Other people are able to download this same podcast just fine so I know it's not the file. Any suggestions? Thanks!

    i tried going to the website and it tells me tha the media is not available. then i tried going the the main website (http://release.theplatform.com/) and it asks me to login with a user name and password. so, if you are trying to download the podcast from this link it is probably not available anymore.

  • Certificate error when downloading itunes...

    I'm getting a certificate error in Internet Explorer when trying to download itunes on new computer.
    It's blocking the download.
    Help!

    worked like a charm!  I know PSE but don't know computers that well:))

  • .msi error when downloading itunes 10.5

    .msi error when I try and download itunes 10.5.  Anyone have a fix or suggestion?

    Which particular msi file does it say can't be found, rock? Several different ones could possibly be mentioned in the context of an iTunes install. (For example, iTunes.msi, Bonjour.msi, AppleSoftwareUpdate.msi ...)

  • Error when downloading itunes 7 to laptop, somthing about win 32

    I have an error that is not letting me download itunes. Can someone help. It says something about valid win 32.

    Just a quick point. When you download iTunes do you press run or save?
    You need to SAVE the download file, usually in My Download Files although it doesn't really matter. Then once it has been saved you can run it.
    But perhaps this is what you did already?

  • Why do I get a file security error when downloading itunes.

    I try to download itunes, but about halfway through an error messge comes up that says error with file security:get lasterror:5

    Hi lizz4321,
    A digital ID is made up of three components; a private key, a corresponding public key, and some identifying information. The keys themselves are pretty straight forward, they are just big blobs of numbers used to encrypt and decrypt data. It's the identifying information that gets a bit tricky. On first look, the identifying information looks like plain text. You'll see your name and the issuer's name, a serial number, some dates for when the validity starts and ends. All pretty straight forward.
    However, all of this information is actually formatted using something called ASN.1 (it stands for Abstract Syntax Notation) and then encoded using BER (Basic Encoding Rules). When someone creates a digital ID they can put just about anything in there. Per specifications (RFC 5280 if you wanted to look it up) some items are required, and others are optional. Each piece of information that goes into the public-key certificate (the PKC is basically the digital ID without the private key) is contained in an extension. These extensions are identified using an OID (Object ID) and conform to a specification which may either be public or confidential.
    There are two possibilities in the case you are seeing. Either, some of the information that Acrobat knows about was formatted or encoded incorrectly, or, there is an optional entry that Acrobat doesn't understand how to decode. My guess is it's the latter possibility. There is a rule that states if an extension is marked as critical, and the application using the public-key certificate (in this case the application would be Acrobat), doesn't understand the extension, then the application is supposed to reject the certificate. It could be the former case (badly formatted data), but without seeing the certificate all I can do is guess.
    Steve

  • Why am i getting an error when downloading itunes...Error 2: apple application support was not found

    Tryin to download Itunes on my laptop and the error message pops up. It tells me to to unistall and reinstall and its not fixing the problem??

    Let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you? If so, does iTunes launch properly now?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Always receiving error when downloading itunes 8.0.2

    I recently purchased an ipod nano and now need to upgrade to itunes 8.0.2 (I'm on 7.6 right now). However, every time I attempt to download, the download fails and I receive the message "error occurred, please try installing again". I have tried about six times now, however I get the exact same message every time. I have a mac mini with OS 10.4.11. According to the requirements page, everything should work. Any ideas?

    I am running the same version of OS X and I get the same error message on iTunes 8.02. I also bought and cannot install iWork 08. Sure would like to know what the issue is if you find out.

  • System services error when downloading itunes

    I received an error when updating iTunes. I uninstalled it.
    When downloading iTunes from the website, I get as far as System Services and I receive an error.
    Retry and Ignore do not work.

    Thanks for posting the link.  That worked for me just fine.  I had previously uninstalled & reinstalled Itunes but that didn't work because I was not removing all the folders associated with it. Have a great week!

  • HT3204 error 42110 download itunes with windows 8

    get erreur 42110 after download itunes 11 0 2 26 and  lost my musique  and previous appl

    iTunes: Possible iTunes Store errors - Support - Apple
    error -42110: Apple Support Communities
    see if any of these will help

  • How do I fix these errors when downloading Itunes?

    I keep getting the following errors:
    Could not open key: UNKOWN\Components\(some letters and numbers)\(some letters and numbers). Verify that you have sufficent access to that key or contact your support personnel.
    This message flashes about three of four times through out the installing.
    Once I get past these errors, I eventually get this message, which ultimately ends any attempt to dowload Itunes.
    The installer has insufficient privileges to modify this file: C:\Program Files (x86)\Itunes\ITDetector.ocx
    I would greatly appricate any help to fix these problems and download Itunes. I just got a new iPhone and I just want to put music on it.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for performance issues or compatibility with third party software.
    The further information area also has notes on your first issue.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

Maybe you are looking for

  • How can I find This field in what table OBMNG (Open quantity) Tcode Me23n

    hello, I need to find this field in a table and not in a structure because I am doing an extract. The structure that has this field is MEPO1320, but i cant pull data from it. I tried st05, where used in  and i could not find it, can someone help? ple

  • Consistency check Error in Administration Tool

    Hi I am Ramana, When I do a consistency check in OBIEE Administration Tool I get the following error: [nQSError: 15001] Could not load navigation space for subject area SCOTT Can anyone Tell what is the error

  • Welcome screen PSE9

    Hi Anybody know if it is possible to set some ind of "auto close" of the welcome screen. I have set PSE to launch the editor in the background, but as it is now, I have to close the welcome screen manually, and if possible I would like it to happen a

  • HelloiCloud Control Panel 2.1.1 for Windows

    Hello I am trying to setup iCloud to sync my calandar on iPhone, iPad and windows PC. Problem is that I cannot download the iCloud Control Panel 2.1.1 for Windows (I get a virus block) Thanks in advance for any help Regards

  • Movie Clip VS. Animated Graphic

    What is the difference between an animated graphic and a movie clip? Why would you use one over the other? Thanks.