Re: [libtorrent] Current CVS version functional?
Brought to you by:
arvidn
|
From: Iain H. <ia...@fl...> - 2004-03-08 17:43:05
|
Just to make sure that it wasn't the tracker I was connecting to I tried using the official OS X BitTorrent client and it has no problem connecting. The process I following in testing this was 1) Download http://torrent.dulug.duke.edu/yarrow-src-x86_64-iso.torrent to my local machine 2) ./client_test ~/Desktop/yarrow-src-x86_64-iso.torrent There doesn't appear to be any password in use unless of course the official client uses one without informing the user. Is there anything that I can do to get more debugging information? Iain On Mar 8, 2004, at 3:32 AM, Arvid Norberg wrote: > connecting to trackers has been working well, and I haven't > changed anything that I can think of in that code recently. > > I'll have to look into this. Did you try with official client > and succeed with the same torrent? > > i.e. it should be working. Since it's reporting a standard http > error code, I think that it really is the tracker not letting > you in without a password. > > libtorrent supports http authentication, so if you have a username > and password you could modify the client_test.cpp and set the tracker > login on the torrent_handle. > > -- > Arvid Norberg > > > Iain Heggie wrote: >> Hello, >> I've been looking into building a bit torrent application using >> libtorrent as the backend. However, when I was testing it using the >> client_test example program I can't seem to connect to any trackers. >> For example, I get the following output: >> connecting to tracker 0% >> ------------------------------------------------- >> total downloaded: 0 Bytes >> peers: 0 d: 0B/s ( 0B) u: 0B/s ( 0B) ratio: 1:1 >> next announce: 00:00:20 >> tracker: >> ___________________________________ >> ___________________________________ >> tracker: "http://torrent.dulug.duke.edu:6969/announce" 400 Not >> Authorized >> tracker: "http://torrent.dulug.duke.edu:6969/announce" 400 Not >> Authorized >> tracker: "http://torrent.dulug.duke.edu:6969/announce" 400 Not >> Authorized >> Should this be working in the version in CVS as of 9:00 EST tonight >> or is there added functionality that still needs to be implemented? >> Iain > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Libtorrent-discuss mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss |