Can not buy the free video off of the main apge (Shooter Lil Wayne)

Hi all,
I have a problem and I"m not certain if it's me or if it's iTunes. I'm trying to get the free video off of the main page, the music video featured on the Tonight Show. Here's the iTMS URL:
http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewVideo?id=129735141&s=14344 1
Whenever I click Get Video, I get a 5002 error. But I'm fully authorized and have downloaded other things in the same session.
Any suggestions?

was able to get the video.

Similar Messages

  • HT201303 Dear iTunes Store Support,  I have an Apple ID but I can not buy the application because my Apple ID has been disabled.

    Dear iTunes Store Support, I have an Apple ID but I can not buy the application
    because my Apple ID has been disabled. Please enable my account so I can buy the application. 1) My account information:
    Apple ID: **** 
    2) I do not have a credit card that was used a few free gift code redeem found on the internet, and some free application only. 
    A few free applications that I bought last:
    quickoffice, papago..
    Thank you for your support,
    <Email Edited By Host>

    These are user-to-user forums, you are not talking to Apple here - I've asked the hosts to remove your account id from your post.
    Depending on why it's been disabled, you might be able to re-enable it via this page : http://appleid.apple.com
    Or you might need to contact Apple : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • I can not buy the gem in the "clash of clans" game, It says "My purchase could not be completed". How I can solved this problem?

    I can not buy the gem in the "clash of clans" game, It says "My purchase could not be completed". How I can solved this problem?

    If you are also getting a message to contact iTunes Support then you can do so via this link and ask them for help (we are fellow users here on these forums, we won't know why the message is appearing) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Why I can not buy the poker game money..

    Why I can not buy the poker game money...

    More information would be useful.
    Not available in your country's App Store.
    No credit card information or invalid credit card information or some other problem with your card
    Some other reason

  • Hello i buy itunes card and i have 12 but i can not buy the jewels of the game hay day when i try show me the message contact itunes for support your purchase could not be completed

    hello i buy itunes card and i have 12 but i can not buy the jewels of the game hay day when i try show me the message contact itunes for support <<your purchase could not be completed >> what can i do

    You will need to do what it says, contact iTunes Support. These are user-to-user support forums, if you thought you were contacting Apple by posting here. Go here:
    http://www.apple.com/emea/support/itunes/contact.html
    to contact the iTunes Store.
    Regards.

  • HT1933 Hello, I can not buy the Interior in-app purchases, says that I turned to Sapport.Pliz help me! Here's Your Purchase Could not be Completed.For assistance.contact Itunse Support

    Hello, I can not buy the Interior in-app purchases, says that I turned to Sapport.Pliz help me! Here's Your Purchase Could not be Completed.For assistance.contact Itunse Support

    These are mainly user-to-user forums, you can contact iTunes support via this page and ask them why the message is appearing (we won't know why) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then try selecting Purchases, Billing & Redemption

  • I hope you help me .. I can not buy the game Clash Of clans points from iTunes what to do

    I hope you help me .. I can not buy the game Clash Of clans points from iTunes what to do

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    Note:
    Some In-App Purchases require a Credit Card.

  • I can not buy the App.

    I can not buy the App.

    You can't buy which app, and what happens when you try ?

  • Can not buy the program (Creative Cloud photography plan) i not confirm.

    I'm parinya. i come from thailand.
    Can not buy the program (Creative Cloud photography plan) i not confirm. Id.
    [personal information removed... Mod - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]

    Verify Account https://forums.adobe.com/thread/1465499 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -ID support http://helpx.adobe.com/x-productkb/global/service-c1.html
    -wrong email https://forums.adobe.com/thread/1446019

  • Why I can not buy the item at the appstore?

    I've filled my apple id with iTunes gift card, but I can not buy a pack in action movie fx. And there is wizard which content is your purchase could not be complete. What should I do?
    thx before.

    More information would be useful.
    Not available in your country's App Store.
    No credit card information or invalid credit card information or some other problem with your card
    Some other reason

  • HT4009 I can not buy the item in-app

    I can not do the in-app purchase, please help in thí case.

    Vague.
    What happens when you try?

  • Help: error: can not find the main class!

    when I run the class, the following error message comes up:
    java.lang.NoClassDefFoundError: j2sdk1/4/1
    and also a dialogue window (title is "java virtual machine launcher") comes up: could not find the main class, program will exit! After I click ok button, another error message shows up: Exception in thread "main" .
    Could anyone help me figure out what's wrong with my program? If you need any other informaiton, please email me: [email protected], Thanks a lot!!!

    Hi, thank you very much for your reply. Here is the program:
    import java.sql.*;
    import java.io.*;
    import java.util.*;
    import java.lang.Object;
    public class CatalogConnect{
    Statement stmt, st, mast, ques;
    ResultSet rset, orgset,maset, quesset;
    String organization = null;
    String sponsor = null;
    String interMethod = null;
    String year = null;
    String collection = null;
    String country = null;
    String countryName = null;
    String archNO = null;
    String codeBook = null;
    String td = null;
    String todate = null;
    String month = null;
    int studyID, quesID, sponsorID, orgID;
    public CatalogConnect(){
    connect();
    makeXMLFile();
    public CatalogConnect(String codeBk){
    codeBook = codeBk;
    connect();
    makeXMLFile();
    public void connect(){
    try{
    // DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // Class.forName(oracle.jdbc.driver.OracleDriver);
    Connection conn =
    DriverManager.getConnection ("jdbc:oracle:thin:@137.99.37.146:1521:ipoll",
    "catalog", "catalog");
    stmt = conn.createStatement ();
    st = conn.createStatement ();
    mast = conn.createStatement ();
    Connection conn2 =
    DriverManager.getConnection ("jdbc:oracle:thin:@137.99.36.171:1521:ipolljr2",
    "catalog", "catalog");
    ques = conn2.createStatement ();
    } catch(SQLException ex) {
    System.err.println("SQLException: " + ex.getMessage());
    public static void main (String args[]){
    CatalogConnect c = new CatalogConnect();
    public void makeXMLFile() {
    PrintWriter out = null;

  • Why I can not buy the mountain lion ?

    When I try to buy the Mountain Lion for my Mac mini I got "We could not complete your purchase. We could not complete your purchase. OS X Mountain Lion is not compatible with this computer".  My Macmini runing Lion 10.7.
    Please let me know how.
    Thanks,
    Ninh

    OS X Mountain Lion can run on the following models:
    - iMac (Mid 2007 or newer)
    - MacBook (Late 2008 Aluminum, Early 2009, or newer)
    - MacBook Pro (Mid/Late 2007 or newer)
    - MacBook Air (Late 2008 or newer)
    - Mac mini (Early 2009 or newer)
    - Mac Pro (Early 2008 or newer)
    - Xserve (Early 2009)
    (from http://eshop.macsales.com/shop/compatibility/OS_X_10.8_Mountain_Lion )
    Does your computer meet the requirements?

  • Can not buy the items of the game

    While i purchase the items they asked me contact Apple Support before because its not completed. Don't understand why? I used to buy many items before by the way

    Contact iTunes support at the link below.
    https://ssl.apple.com/emea/support/itunes/contact.html

  • HT4009 Why I can not buy the pages in the app store

    When I buy pages,it say "your purchase could not be completed, for assistance .contact I Tunes support at......

    Click here and request assistance.
    (81018)

Maybe you are looking for