Menu

#2 Download does not progress

open
nobody
None
5
2005-05-16
2005-05-16
Anonymous
No

In v1.3.3 for some reason, all of a sudden the program
stopped getting the songs, it says "DOWNLOADING
0%" and stalls. 1 song or 100 songs, it doesnt matter.
This user had 199 songs in their collection.

There seems to be no reason that I can see why it is
doing it.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I have the same problem. Last time I used 1.3.3 it worked,
    but now it won't download anything. Did iTunes change
    something that broke ourTunes?

     
  • Nobody/Anonymous

    Logged In: NO

    nevermind, I had moved my download directory, but ourtunes
    didn't prompt with any error.

     
  • Sean Owen

    Sean Owen - 2005-08-17

    Logged In: YES
    user_id=253907

    Not sure if it's related, but while I was poking around in your code and trying
    to figure out how new versions of iTunes are supported, I found a bug -- see
    line 26 of ItunesHost.java -- it should read

    if (version > 3)

    not

    if (_version > 3)

    since that will always be false, since you're referencing the class member
    before it's initialized, and its value is zero. I don't know how much this affects
    but might be way new iTunes versions aren't being handled correctly?

     
  • Nobody/Anonymous

    Logged In: NO

    happened to me too.

     

Log in to post a comment.