What is error-3259?? i need help SOON!

every time i try to download a song, it says its downloading but then it stops and says, " there was a problem downloading blah blah blah. the network connection timed out." and it says "stopped(err= 3259)" its been doing this for a couple weeks. I've tried restarting my computer but nothing works. i don't know what to do

I run across the same problem upgrading to ios 5. I finnally took my phone to future shop (totally away from my server, wifi, laptop and its firewalls etc) and the upgrade is now installed. Last night I tried uploading ios 5 on my wifes phone (purchased at exactly the same place and time as mine and it worked perfect the first time, go figure. The only difference was i was running windows vista on my laptop and my wife has windows 7 on her laptop who knows if this has some effect on the upgrade.

Similar Messages

  • What am i doing wrong need help soon plz

    //Payroll3.java
    //Payroll program that calculates the weekly pay for an employee.
    import java.util.Scanner; // program uses class Scanner
    public class Payroll3
    private string name;
    private float rate;
    private float hours;
    // Constructor to store Employee Data
    public void Payroll3( string nameOfEmployee, float hourlyRate, float hoursWorked )
    name = nameOfEmployee;
    rate = hourlyRate;
    hours = hoursWorked;
    } // end constructor
    } //end class EmployeeData
    // main method begins execution of java application
    public static void main( String args[] )
    System.out.println( "Welcome to the Payroll Program! " );
    boolean quit = false; // This flag will control whether we exit the loop below
    // Loop until user types "quit" as the employee name:
    while (!quit)
    // create scanner to obtain input from command window
    Scanner input = new Scanner ( System.in );
    System.out.println(); // outputs a blank line
    System.out.print( "Please enter the employee name or quit to terminate program: " );
    // prompt for and input employee name
    String nameOfEmployee = input.nextLine(); // read what user has inputted
    if ( nameOfEmployee.equals("quit")) // Check whether user indicated to quit program
    System.out.println( "Program has ended" );
    quit = true;
    else
    // User did not indicate to stop, so continue reading info for this iteration:
    float hourlyRate; // first number to multiply
    float hoursWorked; // second number to multiply
    float product; // product of hourlyRate and hoursWorked
    System.out.print( "Enter hourly rate: " ); // prompt
    hourlyRate = input.nextFloat(); // read first number from user
    while (hourlyRate <= 0) // prompt until a positive value is entered
    System.out.print( "Hourly rate must be a positive value. " +
    "Please enter the hourly rate again: " ); // prompt for positive value for hourly rate
    hourlyRate = input.nextFloat(); // read first number again
    System.out.print( "Enter hours worked: " ); // prompt
    hoursWorked = input.nextFloat(); // read second number from user
    while (hoursWorked <= 0) // prompt until a positive value is entered
    System.out.print( "Hours worked must be a positive value. " +
    "Please enter the hours worked again: " ); // prompt for positive value for hours worked
    hoursWorked = input.nextFloat(); // read second number again
    product = (float) hourlyRate * hoursWorked; // multiply the hourly rate by the hours worked
    // Display output for this iteration
    System.out.println(); // outputs a blank line
    System.out.print( nameOfEmployee ); // display employee name
    System.out.printf( "'s weekly pay is: $%,.2f\n", product); // display product
    System.out.println(); // outputs a blank line
    // Display ending message:
    System.out.println( "Thank you for using the Payroll program!" );
    System.out.println(); // outputs a blank line
    } // end method main
    } // end class Payroll3
    im new to java so im not geting all of the lingo and such but i have got this far

    This compiles
    * Payroll3.java
    * Created on July 4, 2007, 3:29 PM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    * @author pberardi
    import java.util.Scanner; // program uses class Scanner
    public class Payroll3
         private String name;
         private float rate;
         private float hours;
         // Constructor to store Employee Data
         public void Payroll3( String nameOfEmployee, float hourlyRate, float hoursWorked )
              name = nameOfEmployee;
              rate = hourlyRate;
              hours = hoursWorked;
         } // end constructor
    //end class EmployeeData
       // main method begins execution of java application
       public static void main( String[] args) {
          System.out.println( "Welcome to the Payroll Program! " );
          boolean quit = false; // This flag will control whether we exit the loop below
          // Loop until user types "quit" as the employee name:
          while (!quit)
           // create scanner to obtain input from command window
            Scanner input = new Scanner ( System.in );
            System.out.println();  // outputs a blank line
            System.out.print( "Please enter the employee name or quit to terminate program: " );
            // prompt for and input employee name
            String nameOfEmployee = input.nextLine(); // read what user has inputted
            if ( nameOfEmployee.equals("quit")) // Check whether user indicated to quit program
              System.out.println( "Program has ended" );
              quit = true;
    else
              // User did not indicate to stop, so continue reading info for this iteration:
              float hourlyRate; // first number to multiply
              float hoursWorked; // second number to multiply
              float product; // product of hourlyRate and hoursWorked
              System.out.print( "Enter hourly rate: " ); // prompt
              hourlyRate = input.nextFloat(); // read first number from user
              while (hourlyRate <= 0) // prompt until a positive value is entered
                 System.out.print( "Hourly rate must be a positive value. " +
                   "Please enter the hourly rate again: " ); // prompt for positive value for hourly rate
                  hourlyRate = input.nextFloat(); // read first number again
              System.out.print( "Enter hours worked: " ); // prompt
              hoursWorked = input.nextFloat(); // read second number from user
              while (hoursWorked <= 0) // prompt until a positive value is entered
                 System.out.print( "Hours worked must be a positive value. " +
                   "Please enter the hours worked again: " ); // prompt for positive value for hours worked
                  hoursWorked = input.nextFloat(); // read second number again
              product = (float) hourlyRate * hoursWorked; // multiply the hourly rate by the hours worked
              // Display output for this iteration
              System.out.println(); // outputs a blank line
              System.out.print( nameOfEmployee ); // display employee name
              System.out.printf( "'s weekly pay is: $%,.2f\n", product);  // display product
              System.out.println(); // outputs a blank line
          // Display ending message:
          System.out.println( "Thank you for using the Payroll program!" );
          System.out.println(); // outputs a blank line
       } // end method main
    } // end class Payroll3
    }

  • I was trying to load an online game, and it said "Shockwave Player Error-to view movie, please switch to 32-bit mode." IT WOULDN'T WORK WHEN I TRIED IT! WHAT SHOULD I DO!  PLEASE HELP SOON!

    I was trying to load an online game, and it said "Shockwave Player Error-to view movie, please switch to 32-bit mode." IT WOULDN'T WORK WHEN I TRIED IT! WHAT SHOULD I DO!  PLEASE HELP SOON!

    Update your Flash from Adobe's website.   If that doesn't work, tell the webmaster they aren't using a portable version of Flash that is as compatible with as many browsers as possible.
    Please don't use all uppercase.  In internet etiquette it means you are shouting.

  • HT1848 what is error 3259

    I tried to upgrade my Iphone 4 from ios 4.1 to latest ios, but error 3259. what is error 3259? what is the latest ios for iphone 4?

    Your problem is that you let your friend jailbreak your device.
    Start here:
    http://support.apple.com/kb/ts1275
    If that doesn't work:
    http://support.apple.com/kb/ht3694
    You may need to call AppleCare for support.  If you are still in your 90 days of complimentary support or have the AppleCare Protection Plan, they'll help, otherwise it may be $29 for support over the phone.

  • TS2972 What does error -3259 mean when trying to set up home sharing?

    What does error -3259 mean when trying to set up home sharing

    http://support.apple.com/kb/TS2799
    Check there. Hope it helps.

  • My ipod touch (2nd generation) is stuck on the usb to itunes screen.  I have NOT jailbroken it, and i have alsop tried restarting numerous times. I need help, soon!

    My ipod touch (2nd generation) is stuck on the usb to itunes screen.  I have NOT jailbroken it, and i have also tried restarting numerous times. I need help, soon! Itunes on my computer works about 50% of the time, so i feel lost!

    Download RecBoot and see if you can kick it out of recovery mode.
    Basic troubleshooting steps. 
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G + 120G OCZ Vertex 3 SSD Boot HD 

  • Hello I Download Adobe Photoshop CC 2014 Last Night i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message I Need Help Can You Resolve This Problem i Tried Creative Cloud Sign Out Nd Sign iN But iT DidnT ReSolve My

    Hello I Download Adobe Photoshop CC 2014 Last Night
     i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message
    I Need Help Can You Resolve This Problem

    Lotfi are you receiving any error messages during the installation?  I would recommend reviewing your installation logs for errors.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.  You are welcome to post any specific errors you discover to this discussion.

  • This morning i tried to restore my ipod and it said:"the ipod "ipod cannot be restored at this time because the ipod software update server could not be contacted or is temporarily unavalible." i have no idea what to do and i need help

    this morning i tried to restore my ipod and it said:"the ipod "ipod cannot be restored at this time because the ipod software update server could not be contacted or is temporarily unavalible." i have no idea what to do and i need help.

    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem

  • I forgot my answers to my security questions and I'm not receiving my reset email I need help soon because I have $15 on my account please help ASAP

    I forgot my answers to my security questions and I'm not receiving my reset email I need help soon because I have $15 on my account please help ASAP

    See Kappy’s great User Tips.
    See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities
    https://discussions.apple.com/docs/DOC-4551
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    Send Apple an email request for help at: Apple - Support - iTunes Store - Contact Us http://www.apple.com/emea/support/itunes/contact.html
    Call Apple Support in your country: Customer Service: Contacting Apple for support and service http://support.apple.com/kb/HE57
    About Apple ID security questions
    http://support.apple.com/kb/HT5665
     Cheers, Tom

  • HT201363 I need to reset a Iphone4 I brought second hand, but the original owner do not know her apple Id or password. What should I do? (need help ASAP)

    I need to reset a Iphone4 I brought second hand, but the original owner do not know her apple Id or password. What should I do? (need help ASAP)

    You need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (92501)

  • What is wrong with my variables....I really need help soon

    I need help. I know I need to add in repaint and change methods, but how come, when I put the starting values of my sliders for R: 0 G: 50 B: 0, the square is not green when it loads? IT is just black. What should happen, at least what I think[i] should happen, is that the rectangle would load green. And should the line:
    JPanel = new Rectglbe
    JPanel = new JPanel
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class Slider extends JFrame {
            int red, blue, green;
            public Slider() {
                    super("ColorChanger");
                    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    //Info
                    String Run = "Running, Close Program For Prompt\n";
                    System.out.println(Run);
                    //Labels
                    JLabel RedLabel = new JLabel("                                             Red:");
                    JLabel GreenLabel = new JLabel("               Green:");
                    JLabel BlueLabel = new JLabel("               Blue:");
                    //Red Slider
                    JSlider pickR = new JSlider(JSlider.VERTICAL, 0, 255, 0);
                    pickR.setMajorTickSpacing(50);
                    pickR.setMinorTickSpacing(5);
                    pickR.setPaintTicks(true);
                    pickR.setPaintLabels(true);
                    //Green Slider
                    JSlider pickG = new JSlider(JSlider.VERTICAL, 0, 255, 50);
                    pickG.setMajorTickSpacing(50);
                    pickG.setMinorTickSpacing(5);
                    pickG.setPaintTicks(true);
                    pickG.setPaintLabels(true);
                    //Blue Slider
                    JSlider pickB = new JSlider(JSlider.VERTICAL, 0, 255, 0);
                    pickB.setMajorTickSpacing(50);
                    pickB.setMinorTickSpacing(5);
                    pickB.setPaintTicks(true);
                    pickB.setPaintLabels(true);
                    JPanel pane = new Rectgl();
                    pane.add(RedLabel);
                    pane.add(pickR);
                    pane.add(GreenLabel);
                    pane.add(pickG);
                    pane.add(BlueLabel);
                    pane.add(pickB);
                    setContentPane(pane);
                    public int getValueR(int color){
                            return red;
                    public int getValueG(int color){
                            return green;
                    public int getValueB(int color){
                            return blue;
                    public void paintComponent(Graphics comp) {
                            Graphics2D comp2D = (Graphics2D)comp;
                            comp2D.fillRect(0,0, 100, 210);
                            Color JL = new Color(red,green,blue);
                            comp2D.setColor(JL);
            public static void main(String[] args) {
                    Slider frame = new Slider();
                    frame.pack();
                    frame.setVisible(true);
                    frame.show();
      /*      class Rectgl extends JPanel {
                    public void paintComponent(Graphics comp) {
                            Graphics2D comp2D = (Graphics2D)comp;
                            comp2D.fillRect(0,0, 100, 210);
                            Color JL = new Color(red,green,blue);
                            comp2D.setColor(JL);

    Thank you, sorry forgot that message. Could you please put it here again, extensively commented, explain why you changed position of Rectgl.class, what other methods you added do?
    Thanks.

  • HT201210 when i try to update my ipod touch 4th gen to ios 6.1.2 an error keeps popping up saying the back up was corrupt and to delete last back up how do i do that i need help soon! please help

    i need help asap because i keep getting kicked off of facebook and twitter because of the update in the software.

    On the computer go to iTunes>Preferences>Devices and select the backup and click on delete.
    For more information see:
    iOS: Troubleshooting backup issues in iTunes

  • Sync Error (Intellisy​nc) - Need Help

    Hi,
    I'm using BB Desktop Software 6 and am trying to sync my BB device's calendar and contacts with my pc outlook 2007.
    Everytime I start sync or start to setup the sync I get an error message saying "The operation terminated unexpectedlly" in Intellisync (see picture).
    I've tried using previous versions of BB Desktop software and resetting the sync multiple times but it keeps giving the error.
    What can i do to fix it????? because i really like to be able to sync my BB with outlook.
    Hope to get some help soon.
    Greetz,
    Dominic

    Hi dkreijveld,
    Try going through the steps in Cause 1 in this KB article. http://bbry.lv/dlgyuz
    If this does not resolve the issue try clean uninstalling and reinstalling the Desktop Manager as shown here.
    http://bbry.lv/acVRkU Make sure you are installing it in a Window's user account with administrative privileges.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • What does error -3259 mean? How can i update my ipod touch to the new ios 5?

    I been updating my ipod touch 4 software to the new ios 5 all day. i tried disabling my security programs and firewall, different download programs and reinstalling iTunes, and restarting my ipod touch. But for each attempt i get a different error. i went to the Specific update and restore errror code page and got a reason for each error except for error -3259. Basically my question is: 1. How can i update my ipod software to io5 and 2. What is the reason behind error -3259?

    Connect it to iTunes on a computer and update it from there. Note that the second generation iPod touch(which includes 8GB models sold at the same time as the third generation ones) can't be updated past 4.2.1.
    (71380)

  • This sign appeared in my account: "Your payment method was declined. Update your biiling info'. After adding new information about my others cards I see the same sign. Can't understand what the problem is and what should I do. Need help!!!

    This sign appeared in my account: "Your payment method was declined. Update your biiling info'. After adding new information about my others cards I see the same sign. Can't understand what the problem is and what should I do. Everything used to be good before.
    Do anyone know what I supposed to do in that situation?
    Really need help!
    Thanks in advance.

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Error 1057 URGENT Need Help

    Hi my friends and Labview Application Engineers,
    I need help urgently.
    I need to map my table control into a multicolumn listbox.
    However, I get Error 1057 as shown in attached photo.
    How should I get rid of the error? Thank you very much!
    Attachments:
    Error Msg.jpg ‏84 KB

    -You want to get more views??? I think if your post is important and valid automatically many will view the post and try to help. But if you simply post the same thing 2 times doesn't mean you get more views.
    -Coming to solve problem can elaborate your problem little more and post your vi if possible in LV12.
    Thanks
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13

Maybe you are looking for

  • Need to find a new app to use for a photo journal on iPad mini

    Now that iPhoto doesn't work in OS8 on my iPad mini, I need a new way to post a simple photo journal with text online, with photo editing capablisities. Any suggestions for a good app for that?

  • Creating a duplicate library in a different audio format (MP3)

    My iTunes library is in Apple Lossless format, but as that takes up a fair amount of storage space, I can't store as many songs as I'd like on my iPod. Therefore, I'd like to create a mirror library in MP3 format. I'm trying to determine the easiest

  • Performance: query forced to parallel and thus cost

    On a customer site and they have problem with a query, broken this down to one offending table. Put a select * from table through explain plan, result shows that parallel execution is being chosen and that the parser is pulling stats from somewhere.

  • LAN or WAN port ?

    I have a AEBS that I connect (and disconnect frequently) to an existing LAN (ethernet based). I'm testing my memory because I haven't used the AEBS in several months. I believe I always connect my router to the AEBS using its LAN port. FWIW, the rout

  • Problem with canopus ADVC Converter

    FCP 7 hangin on boot when canopus is on aktiv FW Port . . . any hint ?