Re: [libtorrent] Current CVS version functional?
Brought to you by:
arvidn
|
From: Arvid N. <c9...@cs...> - 2004-03-08 08:46:51
|
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 |