HT201359 Refund sought for online episodes that take too long to download

If you purchase episodes online through itunes, then discover it is going to take 10 hours to download each episode, can you cancel your order and get a refund?

Ask your Internet Provider. It can depend on many things. What program are you using to download the movie?
Pete

Similar Messages

  • My QuickTime Movies take too long to download

    I need some assistance with QuickTime movies that I have uploaded to my website.
    I upload several movies and then click on them from my web page, but they don't stream, they take up to 4 or 5 minutes to download before playing.  Is there a way to have them stream as soon as possible without the complete downloading process?
    Thanks,
    Craig

    No. This has happened in more than one place, with seemingly perfect internet connections. It appears to be some sort of overload or file corruption at Apple's end. For instance, right now I'm trying to download the movie Elysium for more than 3 days. It takes little more than 15 minutes to download half of the 3.9Gb, but then a problem occurs and it starts again. It this was simply an internet connection issue, it would probably continue from the point where it stopped, wouldn't it? Another possibility would be a problem with my iPad, but I find quite unlikely, because I can download purchased (not rented) movies and tv series normally. My problem is very specific: rented movies.

  • Symbian for nokia 808 uninstall takes too long

    hope they will provide multiple function to uninstall apps since it will go through a long process to uninstall apps 1 by 1.
    Reason is because some apps will go through process like preparing install, process install, finalising install which take away your control for that few seconds or a minute instead runnning in background mode. Its not convenient to uninstall more apps.

    adrianhughes wrote:
    as Symbian is now in maintenance mode, it is very unlikely that we will see any more firmware updates for devices such as the 808.
    Not quite accurate - http://www.dailymobile.net/2012/10/18/wait-symbian​-is-not-dead-yet/

  • F4 for variable on 0FISCPER takes too long

    Hi ,
    I have a multiprovider on an ODS( DSO) on which I am creating my query. One of the characteristic is 0FISCPER on which I have created a varibale. The setting of the infoobject is as follows.
    In the advance tab of the infoobject 0FISCPER in the query. I have set " Query execution for filter value selection " as Value in masterdata table.
    When I execute the report and press F4 to find out the values for 0FISCPER then the system hangs. I mean takes ages.
    The same activity on other variables works fine. The settings are same.
    Please let me know if I am forgetting something.
    Regards,
    Bill
    Edited by: Bill Bryan on Oct 27, 2008 6:04 PM

    Hi Brian,
      Check in your query definition if you are ussing "Posted values". Maybe, in this case, you can use "Master Data values"
      Hope it helps
    MfG, gdmon.

  • Thunderbird upgrade takes too long to download

    I have tried to update the software for months. Everytime I attempt, the download processes for hours but never completes. Its constantly searching for the software. Not sure. I usually abandon the attempt so that I can get my emails.

    My updates occur in at most a few minutes, most updates take less than a minute.
    I am in outback Australia, so I am pretty sure I do not get a really good internet service, nor am plugged into the update servers.
    Perhaps your anti virus solution is spending hours evaluating the download.

  • Text Box borders take too long to download

    Can anyone help me out. I have a web site (www.ravensfc.com) If you look on the site the white lines around the text boxes are the last to load and seem to hold up the site. I have used html optimiser but this just seems to cut the image size. I was suprised that iweb seems to save these as images rather than html.
    If anyone can offer me advice that would be most helpful.

    Welcome to the Apple Discussions. That's one of the problems with some of the bells and whistles of iWeb. As you discovered many get converted to image files which slows down the page loading. for example your Sat 1 page has 59 files to load. You might look into slimming down the page by removing the borders, etc. That will help browsers from the darkside to access your site more efficiently.
    OT

  • Why OS X Lion take too long to download? Almost 2 days already?

    Why the OS X Lion takes time to download? Until now it says downloading. i puchased it through online yesterday, but until now says downloading.. still??? any help?

    Something is wrong, restart it.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents

  • It Takes TOO LONG to Download

    I Have Wanted to Download the New 7.5 Itunes But That Means I would Have To Leave My PC ON for 24 Hrs or More? I Click on the Install & Waited for it to Download? But When I Check on it The Meter is Only One Quarter Thru 3 hours later. WHY?
    I am Running WINDOWS XP IE 7 MSN 9 Dial up.
    Is there another Quicker way to get the UPGRADE

    Close All Open Apps and Perform a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • TS1702 Since updating ipad to 7IOS videos take too long to download and when playing they often stop

    Since updating my ipad to 7IOS videos are too slow to download and often stop when playing.  Any suggestions?

    Since updating my ipad to 7IOS videos are too slow to download and often stop when playing.  Any suggestions?

  • Why does it take too long to open attachments from email account?

    It takes forever to download attachments from my email account. I have tried to do the following tasks explained on the vista forum :http://windowshelp.microsoft.com/Windows/en-US/help/6b046ae9-1434-4423-9303-400ff6fe686b1033.mspx#ESD but none of the possible fixes work.
    After clicking open on the pop up box asking whether i want to open or save the attachement It takes too long to download it. The transfer window stays open showing that it is ready to download but stays at that bhox window. I press cancel and try to open again, if lucky it opens that file, otherwise it takes forever forceing me to cancel. The files very small files most of the time, usually between 50kb so should take seconds.
    I have even tried to save the files but again same process. The transfer box stays open but does not download.
    Any one any ideas.
    Thanx in advance.

    Hello
    It is not easy to say what happen exactly but it must be something with email account provider and their page. For me this case is not some typical Vista problem but you can try to find solution on Microsoft Vista IT Pro forum.
    By the way: do you have alternative mail address by some other provider? Is there the same situation?

  • Accessing BKPF table takes too long

    Hi,
    Is there another way to have a faster and more optimized sql query that will access the table BKPF? Or other smaller tables that contain the same data?
    I'm using this:
       select bukrs gjahr belnr budat blart
       into corresponding fields of table i_bkpf
       from bkpf
       where bukrs eq pa_bukrs
       and gjahr eq pa_gjahr
       and blart in so_DocTypes
       and monat in so_monat.
    The report is taking too long and is eating up a lot of resources.
    Any helpful advice is highly appreciated. Thanks!

    Hi max,
    I also tried using BUDAT in the where clause of my sql statement, but even that takes too long.
        select bukrs gjahr belnr budat blart monat
         appending corresponding fields of table i_bkpf
         from bkpf
         where bukrs eq pa_bukrs
         and gjahr eq pa_gjahr
         and blart in so_DocTypes
         and budat in so_budat.
    I also tried accessing the table per day, but it didn't worked too...
       while so_budat-low le so_budat-high.
         select bukrs gjahr belnr budat blart monat
         appending corresponding fields of table i_bkpf
         from bkpf
         where bukrs eq pa_bukrs
         and gjahr eq pa_gjahr
         and blart in so_DocTypes
         and budat eq so_budat-low.
         so_budat-low = so_budat-low + 1.
       endwhile.
    I think our BKPF tables contains a very large set of data. Is there any other table besides BKPF where we could get all accounting document numbers in a given period?

  • RPURMP00 program takes too long

    Hi Guys,
    Need some help on this one guys. Not getting any where with this issue.
    I am running RPURMP00 ( Program to  Create Third-Party Remittance Posting Run ) and while running it in test mode for 1 employee it takes too long .
    I ran this in background during off hours , but it takes 19,000 + sec to run and then cancels .
    The long text message is “No entry in table T51R6_FUNDINFO (Remittance detail table for all entities) for key 0002485844 “   and     “Job cancelled after system exception ERROR_MESSAGE”
    I check the program and I found a nested loop within the program (include RPURMP02 ) and decided to debug it with a break point.
    It short dumped and here is the st22 message and source code extract.
          ----Message -
    " Time limit exceeded ".
    "The program "RPURMP00" has exceeded the maximum permitted runtime without
    Interruption and has therefore been terminated."
          ----Source code extract -
    Include RPURMP02
      172 &----                   
      173 *&      Form  get_advice_info                                                               
      174 &----                   
      175 *       text                                                                               
    176 ----                   
      177 *  -->  p1        text                                                                     
      178 *  <--  p2        text                                                                      
      179 ----                   
      180 FORM get_advice_info .                                                                     
      181                                                                               
    182 * get information for advice form only if vendor sub-group and                             
      183 * employee detail is maintained                                                             
      184   IF ( NOT t51rh-lifsg IS INITIAL ) AND                                                    
      185      ( NOT t51rh-hrper IS INITIAL ).                                                       
      186                                                                               
    187 *   get remittance items employee number                                                   
      188     SELECT * FROM t51r4 WHERE remky = t51r5-remky. "#EC CI_GENBUFF "SAM0632658             
      189 *     get payroll seqno determined by PERNR and RDATN                                      
    >>>>>       SELECT * FROM t51r8 WHERE pernr = t51r4-pernr                                        
      191                             AND rdatn = t51r5-rdatn                                        
      192                             ORDER BY PRIMARY KEY. "#EC CI_GENBUFF                          
      193         EXIT.                                                                               
    194       ENDSELECT.                                                                               
    Has anyone ever come across this situation? Any input from anyone on this?
    Regards.
    CJ

    Hi,
    What is your SAP version?
    Have you checked if some OSS notes is there on performance.
    Regards,
    Atish

  • HT1620 I am downloading iOS6.1.3 BUT IT TAKES TO LONG TO DOWNLOAD

    My version is 5.1.1 and I want upgrade to 6.1.3 but it takes too long to download.

    Connect to iTunes on the computer you usually Sync with and “ Check for Updates “...
    See the Using iTunes Section Here...
    How to update your iPhone, iPad, or iPod touch

  • Hi i  insttalled the free trial 3O days MacScan on OsX10.5 is it normal that for full scaning it takes so long time more even than one day?! on the other hand this application hasn't any uninstaller on image disc ,so how can i uninstal it from my hard?

    Hi i  insttalled the free trial 3O days MacScan on OsX10.5 is it normal that for full scaning it takes so long time more even than one day?! on the other hand this application hasn't any uninstaller on image disc ,so how can i uninstal it from my hard?Thanks

    Get rid of the tracking cookies. They are used to profile and track your browsing history. While they are privacy invading, by calling them spyware, MacScan is being a little dramatic in trying to sell you its crap. And in the future, for whatever browser you use, don't allow third-party cookies.
    To prevent tracking, get Ghostery. In addition to having Ghostery and forbidding third-party cookies, I clear out all cookies from one browsing session to another. If you always do that, you won't have any tracking cookies to worry about, so you won't need MacScan to find them for you. Btw, MacScan finds the tracking cookies in the first few minutes of scanning; if you want to use it for that, then that's all the time you need to run it for. But, as I said, you won't have any tracking cookies around if you just remove all cookies and don't allow third-party cookies. As soon as you visit a site that needs them, you'll just get new ones. No problem.
    Read all about cookies here.
    http://en.wikipedia.org/wiki/HTTP_cookie

  • Unlike IE When back button is pressed it takes too long. pleas do something for that. thnx.

    Unlike IE When back button is pressed it takes too long. pleas do something for that. I like firefox and i get to use the back button more often.
    thnx

    In order to be able to find the correct solution to your problem, we require some more non-personal information from you. Please do the following:
    *Click the Firefox button at the top left, then click the ''Help'' menu and select ''Troubleshooting Information'' from the submenu. If you don't have a Firefox button, click the Help menu at the top and select ''Troubleshooting Information'' from the menu.
    Now, a new tab containing your troubleshooting information should open.
    *At the top of the page, you should see a button that says "Copy text to clipboard". Click it.
    *Now, go back to your forum post and click inside the reply box. Press Ctrl+V to paste all the information you copied into the forum post.
    If you need further information about the Troubleshooting information page, please read the article [[Use the Troubleshooting Information page to help fix Firefox issues]].
    Thanks in advance for your help!

Maybe you are looking for

  • P6N Diamond, Nvidia 680i reference design??

    Well is it?? Im just about to get watercooling to it. And thats made with 680i reference design!

  • Turn off Debugging within a script

    Hi everyone, I have a script which does a big batch daily job - however if debugging is active on the server it manages to bring the server down as it just takes too long. However as there is a big team of developers here from time to time people nee

  • Range extension works but not for wireless.  I can't figure it out.

    I have a problem I have not seen elsewhere:  I have dsl hooked up to an Airport Extreme, which works great in our house.  However, we have a studio / office that is about 100 feet away.  I have no problem extending the range (wirelessly) with an Airp

  • Mxmlc ant  task with Groovy and ant builder

    Hi, i'm doing some Groovy scripting in the build scripts of my project and among the other things have included Flex sources compilation in there. It cares about auto-compilation of source trees so maybe someone will be interested in that: http://tec

  • Desktop messed up after restart

    Hi, When i restart my imac, my desktop is completely messed up. strange patterns on my screen. when I open a program and i move the window of this program, those patterns disappear.